SAP Reports / Programs

RPIECAA0 SAP ABAP Report - Delimit the Family Infotype and Initialize the E-Card Indicator







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 (e-card) on November 01, 2005, you can use this program to delimit the data records in the Family Member/Dependents (0021) infotype...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 RPIECAA0 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 RPIECAA0. "Basic submit
SUBMIT RPIECAA0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPIECAA0 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: 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


INCLUDES used within this REPORT RPIECAA0

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:

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'.



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