RPIECAA0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Within the context of replacing sickness certificates with the new Austrian health insurance card (
If you would like to execute this report or see the full code listing simply enter RPIECAA0 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: P_ABGDAT = Delimitation Date
Selection Text: P_MAPNAM = Name of Batch Input
Selection Text: P_TAKEOV = Transfer SC Exempt. to E-Card
Title: Delimit the Family Infotype and Initialize the E-Card Indicator
Text Symbol: P01 = Payroll Area Check
Text Symbol: P03 = Creation of Batch Input Sessions
Text Symbol: P04 = No data records
Text Symbol: P05 = found according to your selection.
Text Symbol: P11 = Payroll has already run for payroll area &1.
Text Symbol: P12 = Retroactive accounting will be triggered.
Text Symbol: P13 = No payroll area
Text Symbol: P14 = found according to your selection.
Text Symbol: P15 = In the case of payroll area
Text Symbol: P16 = no payroll control record exists.
Text Symbol: P31 = Person |SType |ChldNo.| Start | End |
Text Symbol: P32 = Start (New)| End (New) | Initialize |
Text Symbol: S04 = Other Data
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BDC_OPEN_GROUP CALL FUNCTION 'BDC_OPEN_GROUP' EXPORTING CLIENT = SY-MANDT GROUP = P_MAPNAM USER = SY-UNAME KEEP = G_KEEP HOLDDATE = G_HOLDDATE.
BDC_CLOSE_GROUP CALL FUNCTION 'BDC_CLOSE_GROUP'.
BDC_INSERT CALL FUNCTION 'BDC_INSERT' EXPORTING TCODE = 'PA30' "Transaktionscode TABLES DYNPROTAB = BDCDATA.
TR_APPEND_LOG CALL FUNCTION 'TR_APPEND_LOG' EXPORTING CONDENSE = SPACE TABLES XMSG = PROTOKOLL EXCEPTIONS OTHERS = 0.
TR_FLUSH_LOG CALL FUNCTION 'TR_FLUSH_LOG'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPIECAA0 - Delimit the Family Infotype and Initialize the E-Card Indicator RPIECAA0 - Delimit the Family Infotype and Initialize the E-Card Indicator RPIE2BD0_SELECTION_SCREEN - RPIE2BD0SELECTIONSCREEN RPIE2BD0_FORMS - RPIE2BD0FORMS RPIE2BD0_DATA - RPIE2BD0DATA RPIE2BD0 - ELStAM Procedure: Change Master Data for Forced Registration