SAP Reports / Programs | Personnel Management | Personnel Administration | Austria(PA-PA-AT) SAP PA

RPIBGUA0 SAP ABAP Report - Change SI Contribution Groups in Master Data (Austria)







RPIBGUA0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for As of a future date entered on the selection screen, you can use this program to replace a contribution group in the master data of the selected employees with another contribution group...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 RPIBGUA0 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 RPIBGUA0. "Basic submit
SUBMIT RPIBGUA0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPIBGUA0 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_MAPNAM = Name of Batch Input
Selection Text: P_BGTO2 = Target Contribution Group
Selection Text: P_BGTO1 = Target Contribution Group
Selection Text: P_BGFRO2 = Original Contribution Group
Selection Text: P_BGFRO1 = Original Contribution Group
Selection Text: P_ABGDAT = Delimitation Date
Title: Change SI Contribution Groups in Master Data (Austria)
Text Symbol: SBZ = Target Contr. Group
Text Symbol: SBV = Original Contribution Group
Text Symbol: S12 = Second Contr. Group
Text Symbol: S11 = First Contr. Group
Text Symbol: S04 = Other Data
Text Symbol: S01 = Data for Delimiting Contribution Groups
Text Symbol: P33 = ELDA |
Text Symbol: P32 = Old Contr. Grp | New Contr. Grp | Operation |
Text Symbol: P31 = Person | Start | End |
Text Symbol: P16 = no payroll control record exists.
Text Symbol: P15 = In the case of payroll area
Text Symbol: P14 = found in accordance with the selection.
Text Symbol: P13 = No payroll area
Text Symbol: P12 = Retroactive accounting will be triggered.
Text Symbol: P11 = Payroll has already run for payroll area &1.
Text Symbol: P05 = found in accordance with the selection.
Text Symbol: P04 = No data records
Text Symbol: P03 = Creation of Batch Input Sessions
Text Symbol: P01 = Payroll Area Check
Text Symbol: F05 = may only be specified once.
Text Symbol: F04 = Each original contribution group
Text Symbol: F02 = or delete the corresponding contr. group
Text Symbol: F01 = Enter a contribution group
Text Symbol: E05 = '06' and '06PBS'
Text Symbol: E04 = Feature P0367 (subtype 06) permits
Text Symbol: E03 = Feature P0367 has errors
Text Symbol: E02 = contribution group to be converted.
Text Symbol: E01 = Caution: Enter at least one


INCLUDES used within this REPORT RPIBGUA0

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:

HR_FEATURE_BACKFIELD CALL FUNCTION 'HR_FEATURE_BACKFIELD' " EXPORTING " FEATURE = 'P0367' " STRUC_CONTENT = l_pme04 " * KIND_OF_ERROR = " IMPORTING " BACK = l_back " CHANGING " STATUS = l_status " EXCEPTIONS " DUMMY = 1 " ERROR_OPERATION = 2 " NO_BACKVALUE = 3 " FEATURE_NOT_GENERATED = 4 " INVALID_SIGN_IN_FUNID = 5 " FIELD_IN_REPORT_TAB_IN_PE03 = 6 " OTHERS = 7. "

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