SAP Reports / Programs | Payroll | United Kingdom(PY-GB) SAP PY

RPU0071G SAP ABAP Report - Conversion report for Infotype 71 - Subtype naming







RPU0071G is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program is used to ensure consistency between the subtypes of pensions infotypes and the new table containing Scheme IDs (T5G30)...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 RPU0071G 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 RPU0071G. "Basic submit
SUBMIT RPU0071G AND RETURN. "Return to original report after report execution complete
SUBMIT RPU0071G 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: MOD1 = Test mode
Title: Conversion report for Infotype 71 - Subtype naming
Text Symbol: T31 = New Subtype
Text Symbol: T30 = Old Subtype
Text Symbol: T29 = Details of Employees with no Infotype 0071
Text Symbol: T28 = Details of Personnel Numbers Processed
Text Symbol: T27 = Employees with no infotype 0071:
Text Symbol: T26 = Employees processed with no errors:
Text Symbol: T25 = Employee locked by user
Text Symbol: T24 = Test run successful.
Text Symbol: T23 = Subtype
Text Symbol: T22 = To
Text Symbol: T21 = From
Text Symbol: T20 = Update not performed
Text Symbol: T19 = No of errors
Text Symbol: T18 = Subtype/Scheme Reference are different
Text Symbol: T17 = Error
Text Symbol: T16 = Pernr
Text Symbol: T15 = Pension Scheme Infotype Errors
Text Symbol: T14 = Pensions Infotype Subtype
Text Symbol: T13 = Please fill the blank fields with T5G30 scheme ID values.
Text Symbol: T12 = They need to match a scheme ID in the new T5G30 table.
Text Symbol: T11 = Infotypes must be converted to have a unique subtype.
Text Symbol: T10 = than 3 letters, or dont match a pension scheme ID (T5G30 Schid).
Text Symbol: T09 = The following pension infotypes have subtypes either longer
Text Symbol: T08 = T5G30 SCHID
Text Symbol: T03 = Old Subtype
Text Symbol: T02 = Name
Text Symbol: T01 = Scheme ID
Text Symbol: T00 = Table T5G30 (Pension Schemes)
Text Symbol: 012 = Update options


INCLUDES used within this REPORT RPU0071G

INCLUDE UP50QDAT.
INCLUDE RPU0071U. "UNICODE SPECIFICS
INCLUDE RPUMKC00.


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:

ENQUEUE_EPPRELE CALL FUNCTION 'ENQUEUE_EPPRELE' EXPORTING PERNR = PERNR-PERNR EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3.



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