SAP Reports / Programs

RPIE2BD0 SAP ABAP Report - ELStAM Procedure: Change Master Data for Forced Registration







RPIE2BD0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report is an auxiliary report with which you can force the registration of employees for the ELStAM procedure where errors occu rred...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 RPIE2BD0 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 RPIE2BD0. "Basic submit
SUBMIT RPIE2BD0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPIE2BD0 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: PA_FM = Error Code '552020203'
Selection Text: PA_NT = IT0012: 'Does Not Participate'
Selection Text: PA_OP = Without Check
Selection Text: PA_UPD = Database Update
Selection Text: P_DATE = Key Date
Selection Text: P_DRUCK = Output as Print List
Selection Text: P_LISTE = Log
Selection Text: P_PRNTR = Printer
Title: ELStAM Procedure: Change Master Data for Forced Registration
Text Symbol: B01 = Display Employee Data (PA20)
Text Symbol: L01 = Selected Persons
Text Symbol: L02 = Converted Master Data
Text Symbol: L03 = Master Data Not Converted
Text Symbol: T01 = Control for Selection
Text Symbol: T02 = Master Data Conversion
Text Symbol: T03 = Output Options
Text Symbol: T04 = Print Options


INCLUDES used within this REPORT RPIE2BD0

INCLUDE RPIE2BD0_DATA.
INCLUDE RPIE2BD0_SELECTION_SCREEN.
INCLUDE RPIE2BD0_FORMS.


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:

HR_PSBUFFER_INITIALIZE CALL FUNCTION 'HR_PSBUFFER_INITIALIZE'.



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