SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | Standard Dialogs(BC-SRV-ASF-POP) SAP BC

RSSPO450 SAP ABAP Report - Examples for functino module POPUP_GET_VALUES_USER_BUTTONS







RSSPO450 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 RSSPO450 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 RSSPO450. "Basic submit
SUBMIT RSSPO450 AND RETURN. "Return to original report after report execution complete
SUBMIT RSSPO450 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: EXAMPLE1 = Example 1
Selection Text: EXAMPLE2 = Example 2
Selection Text: EXAMPLE3 = Example 3
Selection Text: EXAMPLE4 = Example 4
Title: Examples for functino module POPUP_GET_VALUES_USER_BUTTONS
Text Symbol: 005 = Correction number
Text Symbol: 010 = Dialog terminated by user
Text Symbol: 015 = Specify correction number
Text Symbol: 020 = Correction number
Text Symbol: 025 = Continue
Text Symbol: 030 = Find
Text Symbol: 035 = Create
Text Symbol: 036 = Find requests
Text Symbol: 037 = Create request
Text Symbol: 040 = Create correction
Text Symbol: 045 = Correction text


INCLUDES used within this REPORT RSSPO450

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_GET_VALUES_USER_BUTTONS CALL FUNCTION 'POPUP_GET_VALUES_USER_BUTTONS' EXPORTING POPUP_TITLE = POPUP_TITLE PROGRAMNAME = 'RSSPO450' FORMNAME = 'HANDLE_CODE' F4_PROGRAMNAME = 'RSSPO450' F4_FORMNAME = 'CORRNR_VALUE_HELP' OK_PUSHBUTTONTEXT = OK_PUSHBUTTONTEXT ICON_OK_PUSH = ICON_OK_PUSH QUICKINFO_OK_PUSH = QUICKINFO_OK_PUSH FIRST_PUSHBUTTON = FIRST_PUSHBUTTON ICON_BUTTON_1 = ICON_BUTTON_1 QUICKINFO_BUTTON_1 = QUICKINFO_BUTTON_1 SECOND_PUSHBUTTON = SECOND_PUSHBUTTON ICON_BUTTON_2 = ICON_BUTTON_2 QUICKINFO_BUTTON_2 = QUICKINFO_BUTTON_2 IMPORTING RETURNCODE = RETURNCODE TABLES FIELDS = FIELDS.

HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' EXPORTING DISPLAY = DISPLAY FIELDNAME = FIELDNAME TABNAME = TABNAME IMPORTING SELECT_VALUE = VALUE TABLES VALUETAB = V_TAB FIELDS = F_TAB.

TR_F4_REQUESTS CALL FUNCTION 'TR_F4_REQUESTS' EXPORTING IV_USERNAME = SY-UNAME IV_TRFUNCTIONS = 'WS ' IV_CLIENT = SY-MANDT IMPORTING EV_SELECTED_REQUEST = E070-TRKORR.

POPUP_GET_VALUES CALL FUNCTION 'POPUP_GET_VALUES' EXPORTING POPUP_TITLE = POPUP_TITLE IMPORTING RETURNCODE = RETURNCODE TABLES FIELDS = FIELDS1.

TR_INSERT_NEW_COMM CALL FUNCTION 'TR_INSERT_NEW_COMM' EXPORTING WI_KURZTEXT = CORR_TEXT WI_TRFUNCTION = 'S' IMPORTING WE_TRKORR = E070-TRKORR.



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