SAP Reports / Programs | Personnel Management | Personnel Management | Company Pension Scheme Germany(PA-PF-DE) SAP PA

RPCAVMD0 SAP ABAP INCLUDE - HR-BAV: Routinen Einkommen-/Beitragsberechnung







RPCAVMD0 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RPCAVMD0 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 RPCAVMD0. "Basic submit
SUBMIT RPCAVMD0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCAVMD0 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: HR-BAV: Routinen Einkommen-/Beitragsberechnung


INCLUDES used within this REPORT RPCAVMD0

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:

READ when 'READ'. CALL FUNCTION 'RP_01C_BAV_CALC_READ'

DNAB WHEN 'DNAB'. CALL FUNCTION 'RP_01C_BAV_CALC_DNAB'

DFAB WHEN 'DFAB'. CALL FUNCTION 'RP_01C_BAV_CALC_DFAB'

CAIT WHEN 'CAIT'. CALL FUNCTION 'RP_01C_BAV_CALC_CAIT'

RP_01C_BAV_CALC_WORT CALL FUNCTION 'RP_01C_BAV_CALC_WORT' TABLES TCA_ORT = ORT TCA_OV0 = OV0.

RP_01C_BAV_CALC_CONT CALL FUNCTION 'RP_01C_BAV_CALC_CONT' EXPORTING ICA_PARM2 = AS-PARM2 ICA_PERNR = PERNR-PERNR ICA_APER = APER ICA_OJAHR = OVERSC-FPBEG "WDP365101 tables TCA_ORT = ORT TCA_OV0 = OV0 exceptions NO_ENTRY_FOUND_T5DCS = 1 OTHERS = 2.

RP_01C_BAV_CALC_WORT CALL FUNCTION 'RP_01C_BAV_CALC_WORT' TABLES TCA_ORT = ORT TCA_OV0 = OV0.

RP_01C_BAV_CALC_EINK CALL FUNCTION 'RP_01C_BAV_CALC_EINK'.

INIT WHEN 'INIT'. CALL FUNCTION 'RP_01C_BAV_CALC_INIT'

RP_01C_BAV_CALC_SIT CALL FUNCTION 'RP_01C_BAV_CALC_SIT' EXPORTING ICA_PARM2 = AS-PARM2 TABLES TCA_IT = IT TCA_RT = RT TCA_V0 = V0.

RP_01C_BAV_CALC_PK_KONT CALL FUNCTION 'RP_01C_BAV_CALC_PK_KONT' "WDPN0441082 EXPORTING "WDPN0441082 ICA_begda = aper-begda "WDPN0441082 TABLES "WDPN0441082 TCA_IT = IT "WDPN0441082 TCA_V0 = V0 "WDPN0441082 TCA_P0202 = P0202 "YMTN0780084 EXCEPTIONS "WDPN0441082 * BEITRAGS_VERLUST = 1."WDPN0441082"YMLN583509

LIT WHEN 'LIT'. CALL FUNCTION 'RP_01C_BAV_CALC_LIT'

SOND WHEN 'SOND'. CALL FUNCTION 'RP_01C_BAV_CALC_SOND'

ALIQ when 'ALIQ'. CALL FUNCTION 'RP_01C_BAV_CALC_ALIQ'

BKOR when 'BKOR'. CALL FUNCTION 'RP_01C_BAV_CALC_BKOR'

EDIT when 'EDIT'. CALL FUNCTION 'RP_01C_BAV_CALC_EDIT'

RP_01C_BAV_CALC_CHV0 CALL FUNCTION 'RP_01C_BAV_CALC_CHV0' EXPORTING IPARM2 = AS-PARM2 TABLES TV0 = V0 TIT = IT TRT = RT EXCEPTIONS INVALID_PARM2 = 1 OTHERS = 2.

RP_01C_OPVKBAV call function 'RP_01C_OPVKBAV' exporting iop = op iv0typ = ot-v0typ iv0znr = ot-v0znr importing evargt = vargt tables tv0 = v0 exceptions wrong_parameter = 1 error_table_v0 = 2 others = 3.



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