SAP Reports / Programs

RSSPO120 SAP ABAP Report - Examples of the use of the group SPO1 function modules







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


Text pool values


Title: Examples of the use of the group SPO1 function modules
Text Symbol: 500 = POPUP_TO_CONFIRM
Text Symbol: 410 = End dialog?
Text Symbol: 301 = Do you want the parameter passing information?
Text Symbol: 107 = Back
Text Symbol: 106 = Close
Text Symbol: 504 = The end
Text Symbol: 503 = The penultimate screen
Text Symbol: 502 = Title
Text Symbol: 501 = New features
Text Symbol: 041 = You have chosen option 2:
Text Symbol: 040 = You haven chosen option 1:
Text Symbol: 022 = No
Text Symbol: 021 = Yes
Text Symbol: 020 = Do you want further information?
Text Symbol: 105 = Cancel
Text Symbol: 104 = Exit
Text Symbol: 103 = Continue
Text Symbol: 043 = Unknown return code !
Text Symbol: 042 = You have cancelled the demonstration


INCLUDES used within this REPORT RSSPO120

No INCLUDES are used within this REPORT code!


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 CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TITLEBAR = TITEL DIAGNOSE_OBJECT = 'TEXT1_ZUM_POPUP_TO_CONFIRM' TEXT_QUESTION = TEXT_FRAGE * display_cancel_button = space * START_COLUMN = 25 * START_ROW = 6 IMPORTING ANSWER = ANSWER EXCEPTIONS OTHERS = 1.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TITLEBAR = TITEL DIAGNOSE_OBJECT = 'TEXT2_ZUM_POPUP_TO_CONFIRM' TEXT_QUESTION = TEXT_FRAGE TEXT_BUTTON_2 = BUTTON_TEXT2 ICON_BUTTON_2 = 'ICON_NEXT_OBJECT' TEXT_BUTTON_1 = BUTTON_TEXT1 ICON_BUTTON_1 = 'ICON_PREVIOUS_OBJECT' DEFAULT_BUTTON = '2' * DISPLAY_CANCEL_button = 'X' USERDEFINED_F1_HELP = 'TEST_TEXT_ZUR_SPO1' * START_COLUMN = 25 * START_ROW = 6 POPUP_TYPE = 'ICON_MESSAGE_INFORMATION' IMPORTING ANSWER = ANSWER EXCEPTIONS OTHERS = 1.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TITLEBAR = TITEL DIAGNOSE_OBJECT = 'TEXT3_ZUM_POPUP_TO_CONFIRM' TEXT_QUESTION = TEXT_FRAGE TEXT_BUTTON_1 = BUTTON_TEXT1 ICON_BUTTON_1 = ICON_BUTTON1 TEXT_BUTTON_2 = BUTTON_TEXT2 ICON_BUTTON_2 = ICON_BUTTON2 DEFAULT_BUTTON = '2' * display_cancel_button = space * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 POPUP_TYPE = 'ICON_MESSAGE_INFORMATION' IMPORTING ANSWER = ANSWER EXCEPTIONS OTHERS = 1.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TITLEBAR = TITEL TEXT_QUESTION = TEXT_FRAGE TEXT_BUTTON_1 = BUTTON_TEXT1 ICON_BUTTON_1 = ICON_BUTTON1 TEXT_BUTTON_2 = BUTTON_TEXT2 ICON_BUTTON_2 = ICON_BUTTON2 DEFAULT_BUTTON = '2' * display_cancel_button = space * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 POPUP_TYPE = 'ICON_MESSAGE_INFORMATION' IMPORTING ANSWER = ANSWER EXCEPTIONS OTHERS = 1.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TITLEBAR = TITEL DIAGNOSE_OBJECT = 'TEXT5_ZUM_POPUP_TO_CONFIRM' TEXT_QUESTION = TEXT_FRAGE TEXT_BUTTON_1 = BUTTON_TEXT1 ICON_BUTTON_1 = ICON_BUTTON1 TEXT_BUTTON_2 = BUTTON_TEXT2 ICON_BUTTON_2 = ICON_BUTTON2 * DEFAULT_BUTTON = '1' DISPLAY_CANCEL_BUTTON = SPACE * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 IMPORTING ANSWER = ANSWER TABLES PARAMETER = PARAMETERS EXCEPTIONS OTHERS = 1.



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