SAP Reports / Programs

RSDBSPMC SAP ABAP Report - RSDBRUNT Help: Matchcode Selection







RSDBSPMC is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RSDBSPMC into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT RSDBSPMC. "Basic submit
SUBMIT RSDBSPMC AND RETURN. "Return to original report after report execution complete
SUBMIT RSDBSPMC VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: RSDBRUNT Help: Matchcode Selection
Text Symbol: 400 = Selection using search help
Text Symbol: 402 = Search help ID
Text Symbol: 403 = Search string
Text Symbol: 404 = Search help
Text Symbol: 410 = Complex Search
Text Symbol: 411 = Complex search (active)


INCLUDES used within this REPORT RSDBSPMC

INCLUDE RSDBCSTY.
INCLUDE RSDBC1XX.


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

F4_ENTER_SELECTIONS_LIGHT CALL FUNCTION 'F4_ENTER_SELECTIONS_LIGHT' EXPORTING SHLP = GL_SHLP SELSTR = P_SP-STRING NO_DIALOG = 'X' * IMPORTING * FCODE = * OUT_SELSTR = TABLES SELOPT_TAB = L_SELOPT EXCEPTIONS INVALID_ARGUMENTS = 1 INTERNAL_ERROR = 2 OTHERS = 3.

F4_SELECT_FROM_SEARCH_HELP CALL FUNCTION 'F4_SELECT_FROM_SEARCH_HELP' EXPORTING SHLP = GL_SHLP TABLES SELOPT_TAB = L_SELOPT FIELDS = %_IX_FIELDS VALUES = KEYTAB EXCEPTIONS INVALID_SHLPNAME = 1 INVALID_VALUES_TABLE = 2 INTERNAL_ERROR = 3 OTHERS = 4.

F4_SELECT_SEARCH_HELP CALL FUNCTION 'F4_SELECT_SEARCH_HELP' EXPORTING SHLPNAME_IN = GL_SHLPNAME HOT_KEY = P_HOTKEY NO_USER_EXIT = 'X' IMPORTING SHLP_OUT = GL_SHLP EXCEPTIONS INVALID_HOTKEY = 1 INTERNAL_ERROR = 2 OTHERS = 3.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING DYNAME = l_PROG DYNUMB = l_DYNNR TABLES DYNPFIELDS = L_DYNPFIELDS EXCEPTIONS OTHERS = 4.

F4_SELECT_SEARCH_HELP CALL FUNCTION 'F4_SELECT_SEARCH_HELP' EXPORTING SHLPNAME_IN = GL_SHLPNAME * HOT_KEY = * STARTING_X = 1 * STARTING_Y = 1 NO_USER_EXIT = 'X' IMPORTING SHLP_OUT = L_SHLP FCODE = L_FCODE EXCEPTIONS INVALID_HOTKEY = 1 INTERNAL_ERROR = 2 OTHERS = 3.

F4_ENTER_SELECTIONS_LIGHT CALL FUNCTION 'F4_ENTER_SELECTIONS_LIGHT' EXPORTING SHLP = L_SHLP * COMPL_SEL = 'X' SELSTR = L_STRING IMPORTING FCODE = L_FCODE OUT_SELSTR = L_STRING TABLES SELOPT_TAB = L_SELOPT EXCEPTIONS INVALID_ARGUMENTS = 1 INTERNAL_ERROR = 2 OTHERS = 3.

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING DYNAME = l_PROG DYNUMB = l_DYNNR TABLES DYNPFIELDS = L_DYNPFIELDS EXCEPTIONS OTHERS = 4.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING NAME = 'ICON_ENTER_MORE' TEXT = Text-404 INFO = L_QUICK IMPORTING RESULT = VALU_ICONS-GREY EXCEPTIONS ICON_NOT_FOUND = 01 OUTPUTFIELD_TOO_SHORT = 02.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING NAME = 'ICON_DISPLAY_MORE' TEXT = text-404 INFO = L_QUICK IMPORTING RESULT = VALU_ICONS-GREEN EXCEPTIONS ICON_NOT_FOUND = 01 OUTPUTFIELD_TOO_SHORT = 02.

F4_ENTER_SELECTIONS_LIGHT CALL FUNCTION 'F4_ENTER_SELECTIONS_LIGHT' EXPORTING SHLP = GL_SHLP SELSTR = P_PARAM-STRING IMPORTING FCODE = L_FCODE OUT_SELSTR = P_PARAM-STRING TABLES SELOPT_TAB = L_SELOPT EXCEPTIONS INVALID_ARGUMENTS = 1 INTERNAL_ERROR = 2 OTHERS = 3.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RSDBSPMC or its description.