SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | Menu Painter(BC-DWB-TOO-MEN) SAP BC

SAPRSEU5_46C SAP ABAP Report - Menu Painter: Remote for Source in 50







SAPRSEU5_46C 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 SAPRSEU5_46C 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 SAPRSEU5_46C. "Basic submit
SUBMIT SAPRSEU5_46C AND RETURN. "Return to original report after report execution complete
SUBMIT SAPRSEU5_46C VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Menu Painter: Remote for Source in 50


INCLUDES used within this REPORT SAPRSEU5_46C

INCLUDE RSMPSMKR.


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:

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING * DEFAULTOPTION = 'Y' TEXTLINE1 = CHECKTEXT TEXTLINE2 = 'will be overwritten unchecked' "#EC NOTEXT TITEL = 'Get interface from Release 5.0' "#EC NOTEXT

RS_CUA_DELETE_ALL CALL FUNCTION 'RS_CUA_DELETE_ALL' EXPORTING * LANGUAGE = 'D' OBJECTNAME = PROGRAM * ACTIVE_ONLY = * EXCEPTIONS * FAILURE_DEL_LOAD = 1 * PERMISSION_FAILURE = 2 * OTHERS = 3 .

RS_CUA_INTERNAL_FETCH CALL FUNCTION 'RS_CUA_INTERNAL_FETCH' DESTINATION RFCDEST EXPORTING PROGRAM = PROGRAM * LANGUAGE = * STATE = 'A' IMPORTING ADM = S_ADM LANGU = LANGU AUTHOR = AUTHOR DATE = DATE TIME = TIME * CAUTHOR = * CDATE = * CTIME = * GDATE = * GTIME = TABLES STA = S_STA FUN = S_FUN MEN = S_MEN MTX = S_MTX ACT = S_ACT BUT = S_BUT PFK = S_PFK SET = S_SET DOC = S_DOC TIT = S_TIT BIV = S_BIV EXCEPTIONS OTHERS = 3.

RS_CUA_INTERNAL_FETCH CALL FUNCTION 'RS_CUA_INTERNAL_FETCH' DESTINATION RFCDEST EXPORTING PROGRAM = PROGRAM IMPORTING ADM = S_ADM LANGU = LANGU AUTHOR = AUTHOR DATE = DATE TIME = TIME TABLES STA = S_STA FUN = S_FUN MEN = S_MEN MTX = S700_MTX ACT = S_ACT BUT = S_BUT PFK = S_PFK SET = S_SET DOC = S_DOC TIT = S_TIT BIV = S_BIV EXCEPTIONS OTHERS = 3.

RS_CUA_INTERNAL_WRITE CALL FUNCTION 'RS_CUA_INTERNAL_WRITE' EXPORTING PROGRAM = PROGRAM LANGUAGE = LANGU TR_KEY = TR_KEY ADM = S_ADM * STATE = 'A' TABLES STA = S_STA FUN = S_FUN MEN = S_MEN MTX = S_MTX ACT = S_ACT BUT = S_BUT PFK = S_PFK SET = S_SET DOC = S_DOC TIT = S_TIT BIV = S_BIV EXCEPTIONS OTHERS = 2.



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 SAPRSEU5_46C or its description.