SAP Reports / Programs

RPU510UR SAP ABAP Report - Conversion of Tables T510U / T510R into Table T510_PSRCL







RPU510UR is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for As of SAP R/3 Enterprise Core 4...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RPU510UR 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 RPU510UR. "Basic submit
SUBMIT RPU510UR AND RETURN. "Return to original report after report execution complete
SUBMIT RPU510UR 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: CNV_FRC = Direct Conversion no Check
Selection Text: DF_VARGU = Default Value for 'VARGU'field
Selection Text: FLG_510R = Conversion of Table T510R
Selection Text: FLG_510U = Conversion of Table T510U
Title: Conversion of Tables T510U / T510R into Table T510_PSRCL
Text Symbol: U08 = Lines from T510R To Be Converted:
Text Symbol: U07 = No table entries could be converted
Text Symbol: U06 = Take note of any specified warnings
Text Symbol: U05 = To convert the table, choose "Save".
Text Symbol: U04 = The table entries were already converted
Text Symbol: U03 = Only table T510R was selected for conversion
Text Symbol: U02 = Only table T510U was selected for conversion
Text Symbol: U01 = Table Conversion T510R / T510U into T510_PSRCL
Text Symbol: SS1 = Control Parameters
Text Symbol: E58 = Switched to test run
Text Symbol: E57 = No table changes performed
Text Symbol: E56 = Correction request unsuccessful
Text Symbol: 010 = Select table 'T510R' or 'T510U'
Text Symbol: U09 = Lines from T510U To Be Converted:
Text Symbol: U17 = Number of Existing Entries in T510_PSRCL from T510R
Text Symbol: U16 = Number of Existing Entries in T510_PSRCL from T510U
Text Symbol: U15 = Number of Existing Entries in T510_PSRCL
Text Symbol: U14 = Entries in T510R / T510U with the Same Pay Scale Data
Text Symbol: U13 = Number of Duplicate Entries in T510R / T510U
Text Symbol: U12 = No warnings exist
Text Symbol: U11 = Warnings exist
Text Symbol: U10 = Lines To Be Converted:


INCLUDES used within this REPORT RPU510UR

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:

No SAP FUNCTION MODULES are executed within this report code!



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