SAP Reports / Programs

RSSPO200 SAP ABAP Report - Examples of the use of group SPO2 function modules







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


Text pool values


Selection Text: MESSAGWO = ditto w/o cancel button
Selection Text: MESSAGNW = ditto with long text
Selection Text: MESSAGE = POPUP_TO_DECIDE_WITH_MESSAGE
Selection Text: DECIDNEW = ditto with long text
Selection Text: DECIDEWO = ditto w/o cancel button
Selection Text: DECIDE = POPUP_TO_DECIDE
Title: Examples of the use of group SPO2 function modules
Text Symbol: 208 = in ABAP text pool text symbol maintenance
Text Symbol: 207 = Enter available 70 characters space
Text Symbol: 206 = 1st diagnosis with 70 characters space
Text Symbol: 203 = as text delimiter for translation.
Text Symbol: 202 = Do not use double semicolon in future
Text Symbol: 201 = 1st text line with 70 characters space
Text Symbol: 108 = This is the 3rd diagnosis ;;
Text Symbol: 107 = This is the 2nd diagnosis ;;
Text Symbol: 106 = This is the 1st diagnosis ;;
Text Symbol: 105 = Option 2
Text Symbol: 104 = Option 1
Text Symbol: 103 = This is the 3rd text line ;;
Text Symbol: 102 = This is the 2nd text line ;;
Text Symbol: 101 = This is the 1st text line ;;
Text Symbol: 008 = Answer DECIDE_WITH with long text
Text Symbol: 007 = Answer DECIDE with long text
Text Symbol: 005 = Answer DECIDE WITH w/o CANCEL
Text Symbol: 004 = Answer DECIDE w/o CANCEL
Text Symbol: 003 = Answer DECIDE WITH
Text Symbol: 002 = Answer DECIDE
Text Symbol: 001 = Confirmation prompt test


INCLUDES used within this REPORT RSSPO200

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_DECIDE call function 'POPUP_TO_DECIDE' exporting titel = titel textline1 = spop-textline1 textline2 = spop-textline2 textline3 = spop-textline3 text_option1 = spop-varoption1 text_option2 = spop-varoption2 importing answer = answer.

POPUP_TO_DECIDE call function 'POPUP_TO_DECIDE' exporting titel = titel textline1 = spop-textline1 textline2 = spop-textline2 textline3 = spop-textline3 text_option1 = spop-varoption1 text_option2 = spop-varoption2 cancel_display = space importing answer = answer.

POPUP_TO_DECIDE call function 'POPUP_TO_DECIDE' exporting titel = titel textline1 = textline1 textline2 = textline2 textline3 = textline3 text_option1 = spop-varoption1 text_option2 = spop-varoption2 cancel_display = space importing answer = answer.

POPUP_TO_DECIDE_WITH_MESSAGE call function 'POPUP_TO_DECIDE_WITH_MESSAGE' exporting titel = titel textline1 = spop-textline1 textline2 = spop-textline2 textline3 = spop-textline3 diagnosetext1 = spop-diagnose1 diagnosetext2 = spop-diagnose2 diagnosetext3 = spop-diagnose3 text_option1 = spop-varoption1 text_option2 = spop-varoption2 importing answer = answer.

POPUP_TO_DECIDE_WITH_MESSAGE call function 'POPUP_TO_DECIDE_WITH_MESSAGE' exporting titel = titel textline1 = spop-textline1 textline2 = spop-textline2 textline3 = spop-textline3 diagnosetext1 = spop-diagnose1 diagnosetext2 = spop-diagnose2 diagnosetext3 = spop-diagnose3 text_option1 = spop-varoption1 text_option2 = spop-varoption2 cancel_display = space importing answer = answer.

POPUP_TO_DECIDE_WITH_MESSAGE call function 'POPUP_TO_DECIDE_WITH_MESSAGE' exporting titel = titel textline1 = textline1 textline2 = textline2 textline3 = textline3 diagnosetext1 = diagnose1 diagnosetext2 = diagnose2 diagnosetext3 = diagnose3 text_option1 = spop-varoption1 text_option2 = spop-varoption2 importing answer = answer.



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