SAP Reports / Programs

RPU45AW1 SAP ABAP Report - Conversion program South African Soc .ins. tables







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


Text pool values


Title: Conversion program South African Soc .ins. tables
Text Symbol: 001 = Please select entries and press "Convert selected entries"
Text Symbol: 002 = to process
Text Symbol: 003 = Active Filter using:
Text Symbol: GRN = No records have been converted for this entry
Text Symbol: RE2 = Records have been converted for this entry
Text Symbol: RED = Records have been converted for this entry (overwrite not possible)
Text Symbol: STA = Status


INCLUDES used within this REPORT RPU45AW1

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:

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_PROGRAM_NAME = 'RPU45AW1' I_INTERNAL_TABNAME = 'GT_OUTTAB' I_INCLNAME = 'RPU45AW1' CHANGING CT_FIELDCAT = FIELDCAT[] EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = 'RPU45AW1' IS_LAYOUT = GS_LAYOUT I_CALLBACK_PF_STATUS_SET = 'SET_STATUS_LV' I_CALLBACK_USER_COMMAND = 'CALLBACK_LV' IT_FIELDCAT = FIELDCAT[] IT_EVENTS = EVENTTAB[] IT_SORT = SORTTAB[] IMPORTING E_EXIT_CAUSED_BY_CALLER = G_EXIT_CAUSED_BY_CALLER ES_EXIT_CAUSED_BY_USER = GS_EXIT_CAUSED_BY_USER TABLES T_OUTTAB = GT_OUTTAB EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

REUSE_ALV_LIST_LAYOUT_INFO_GET CALL FUNCTION 'REUSE_ALV_LIST_LAYOUT_INFO_GET' IMPORTING ET_FIELDCAT = FIELDCAT[] ET_FILTER = FILTER_CRITERIA[].

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_GREEN_LIGHT' info = text-grn add_stdinf = ' ' IMPORTING RESULT = c_light_green EXCEPTIONS OTHERS = 0.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_RED_LIGHT' info = text-re2 add_stdinf = ' ' IMPORTING RESULT = c_light_red EXCEPTIONS OTHERS = 0.



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