RS_PRECALC_ADMIN_USER_COMMANDS is a standard ABAP INCLUDE 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 RS_PRECALC_ADMIN_USER_COMMANDS into the relevant SAP transactions such as SE38 or SE80
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.
Title: Include RS_PRECALC_ADMIN_USER_COMMANDS
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TITLEBAR = 'Clear server log'(019) TEXT_QUESTION = message_text TEXT_BUTTON_1 = 'Yes'(017) ICON_BUTTON_1 = 'ICON_DELETE' TEXT_BUTTON_2 = 'No'(018) ICON_BUTTON_2 = 'ICON_CANCEL' DEFAULT_BUTTON = '2' DISPLAY_CANCEL_BUTTON = ' ' IMPORTING ANSWER = l_answer.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TITLEBAR = 'Save the data to database?'(033) TEXT_QUESTION = 'Save the data to database?'(033) TEXT_BUTTON_1 = 'Yes'(017) ICON_BUTTON_1 = 'icon_checked' TEXT_BUTTON_2 = 'NO'(018) ICON_BUTTON_2 = 'icon_incomplete' DEFAULT_BUTTON = '1' DISPLAY_CANCEL_BUTTON = ' ' IMPORTING ANSWER = answer.
POPUP_TO_CONFIRM * CALL FUNCTION 'POPUP_TO_CONFIRM' * EXPORTING * TITLEBAR = 'Add selected entries to failed settings?'(065) * TEXT_QUESTION = 'Add selected entries to failed settings?'(065) * TEXT_BUTTON_1 = 'Yes'(017) * ICON_BUTTON_1 = 'ICON_DEFECT' * TEXT_BUTTON_2 = 'No'(018) * ICON_BUTTON_2 = 'ICON_CANCEL' * DEFAULT_BUTTON = '2' * DISPLAY_CANCEL_BUTTON = ' ' * IMPORTING * ANSWER = l_answer.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TITLEBAR = 'Delete entries from precalculation queue?'(066) TEXT_QUESTION = 'Delete entries from precalculation queue?'(066) TEXT_BUTTON_1 = 'Yes'(017) ICON_BUTTON_1 = 'ICON_DELETE' TEXT_BUTTON_2 = 'No'(018) ICON_BUTTON_2 = 'ICON_CANCEL' DEFAULT_BUTTON = '2' DISPLAY_CANCEL_BUTTON = ' ' IMPORTING ANSWER = l_answer.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RS_PRECALC_ADMIN_USER_COMMANDS - Include RS_PRECALC_ADMIN_USER_COMMANDS RS_PRECALC_ADMIN_TOP - Include RS_PRECALC_ADMIN_TOP RS_PRECALC_ADMIN_LCL - Include RS_PRECALC_ADMIN_LCL RS_PRECALC_ADMIN_INIT_SCREENS - Include RS_PRECALC_ADMIN_INIT_SCREENS RS_PRECALC_ADMIN_FORMS - Include RS_PRECALC_ADMIN_FORMS RS_PRECALC_ADMIN - Report RS_PRECALC_ADMIN