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

RPCAVSD0 SAP ABAP INCLUDE - documentation and ABAP source code







RPCAVSD0 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 RPCAVSD0 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 RPCAVSD0. "Basic submit
SUBMIT RPCAVSD0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCAVSD0 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT RPCAVSD0

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:

RP_01C_BWBVDATA CALL FUNCTION 'RP_01C_BWBVDATA' EXPORTING i12_hansp = wa_avbav-hansp IMPORTING e12_t5dwy = wa_t5dwy.

RP_01C_BWANWRTDATA CALL FUNCTION 'RP_01C_BWANWRTDATA' EXPORTING i08_pernr = bwsel-pernr i08_ltrgr = p01c_sform-ltrgr i08_lttyp = p01c_sform-lttyp i08_begda = bwsel-begda i08_endda = bwsel-endda TABLES t08_p01ccv = p01ccv EXCEPTIONS OTHERS = 1.

RP_01C_BWGETTEXT CALL FUNCTION 'RP_01C_BWGETTEXT' EXPORTING i05_ddicname = 'P01CCV' TABLES t05_iotab = p01ccv EXCEPTIONS OTHERS = 1.

RP_01C_BWCONVERTCURR CALL FUNCTION 'RP_01C_BWCONVERTCURR' EXPORTING i04_ddicname = 'P01CCV' i04_chgdate = bwsel-begda i04_dstwaers = bwsel-waers i04_waersfield = 'WAERS' TABLES t04_iotab = p01ccv[] EXCEPTIONS OTHERS = 1.

RP_01C_BWRBBDATA CALL FUNCTION 'RP_01C_BWRBBDATA' EXPORTING i10_pernr = bwsel-pernr i10_vmarb = '1' i10_ltrgr = p01c_sform-ltrgr i10_lttyp = p01c_sform-lttyp i10_hansp = p01c_sform-hansp i10_begda = bwsel-begda i10_endda = bwsel-endda TABLES t10_rbb = p01c_rbb[] EXCEPTIONS err_infotype = 1 OTHERS = 2.

RP_01C_BWCONVERTCURR CALL FUNCTION 'RP_01C_BWCONVERTCURR' EXPORTING i04_ddicname = 'P01C_RBTAB' i04_chgdate = bwsel-begda i04_dstwaers = bwsel-waers i04_waersfield = 'WAERS' TABLES t04_iotab = p01c_rbb[] EXCEPTIONS OTHERS = 1.

RP_01C_BWBVDATA CALL FUNCTION 'RP_01C_BWBVDATA' EXPORTING i12_hansp = wa_bdaua-hansp i12_aansp = wa_bdaua-aansp IMPORTING e12_t5dwy = wa_t5dwy.

RP_CALC_DATE_IN_INTERVAL CALL FUNCTION 'RP_CALC_DATE_IN_INTERVAL' EXPORTING date = p0002-gbdat days = '0' months = '0' years = p01c_vaugl-falgr IMPORTING calc_date = p01c_vaugl-daalg.

RP_01C_BWBVDATA CALL FUNCTION 'RP_01C_BWBVDATA' EXPORTING i12_hansp = wa_rbb-hansp i12_aansp = wa_rbb-aansp IMPORTING e12_t5dwy = wa_t5dwy.

RP_01C_BWUADATA CALL FUNCTION 'RP_01C_BWUADATA' EXPORTING i11_pernr = bwsel-pernr i11_ltrgr = p01c_sform-ltrgr i11_lttyp = p01c_sform-lttyp i11_hansp = p01c_sform-hansp i11_datua = p01c_sform-datua TABLES t11_p01cua = it_p01cua EXCEPTIONS OTHERS = 1.

RP_01C_BWCONVERTCURR CALL FUNCTION 'RP_01C_BWCONVERTCURR' EXPORTING i04_ddicname = 'P01CUA' i04_chgdate = bwsel-begda i04_dstwaers = bwsel-waers i04_waersfield = 'WAERS' TABLES t04_iotab = it_p01cua[] EXCEPTIONS OTHERS = 1.

RP_01C_BWBVDATA CALL FUNCTION 'RP_01C_BWBVDATA' EXPORTING i12_hansp = wa_p01cua-hansp i12_aansp = wa_p01cua-aansp IMPORTING e12_t5dwy = wa_t5dwy.

RP_CALC_DATE_IN_INTERVAL CALL FUNCTION 'RP_CALC_DATE_IN_INTERVAL' EXPORTING date = p0002-gbdat days = '0' months = '0' years = p01c_vaugl-falgr IMPORTING calc_date = p01c_vaugl-daalg.

ADDRESS_INTO_PRINTFORM CALL FUNCTION 'ADDRESS_INTO_PRINTFORM' EXPORTING ADDRESS_2 = wa_adrs2 ADDRESS_TYPE = address-type SENDER_COUNTRY = address-from_country NUMBER_OF_LINES = 9 IMPORTING ADDRESS_PRINTFORM = padrs ADDRESS_SHORT_FORM = address-short ADDRESS_DATA_CARRIER = address-dcarr NUMBER_OF_USED_LINES = address-anzzl.



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