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
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.
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
INCLUDE RPIE2BD0_DATA.
INCLUDE RPIE2BD0_SELECTION_SCREEN.
INCLUDE RPIE2BD0_FORMS.
No SAP DATABASE tables are accessed within this REPORT code!
HR_PSBUFFER_INITIALIZE CALL FUNCTION 'HR_PSBUFFER_INITIALIZE'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPIE2BD0 - ELStAM Procedure: Change Master Data for Forced Registration RPIE2BD0 - ELStAM Procedure: Change Master Data for Forced Registration RPIE2AD0_SELECTION_SCREEN - RPIE2AD0SELECTIONSCREEN RPIE2AD0_FORMS - RPIE2AD0FORMS RPIE2AD0_DATA - RPIE2AD0DATA RPIE2AD0 - ELStAM Procedure: Format Master Data for Process Start