SAP Reports / Programs | Payroll | Germany(PY-DE) SAP PY

RPCVDID1 SAP ABAP INCLUDE - Tax Modules (Germany)







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


Text pool values


Title: Tax Modules (Germany)
Title: 00000002 Tax Modules (Germany)
Title: 00000003 Tax Modules (Germany)
Title: 00000004 Tax Modules (Germany)
Title: 00000005 Tax Modules (Germany)


INCLUDES used within this REPORT RPCVDID1

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_CHECK_AV_STATUS CALL FUNCTION 'HR_CHECK_AV_STATUS' EXPORTING p_gbdat = p0002-gbdat p_datum = SVOSV-ENDDA IMPORTING P_AVFREI = L_AVFREI.

HR_GET_VALIDITY_OF_APPLICATION CALL FUNCTION 'HR_GET_VALIDITY_OF_APPLICATION' "QFLN1065205 EXPORTING i_molga = calcmolga i_appl = 'SVBG' i_date = aper-begda IMPORTING e_valid = l_valid.

HR_GET_VALIDITY_OF_APPLICATION CALL FUNCTION 'HR_GET_VALIDITY_OF_APPLICATION' EXPORTING I_MOLGA = calcmolga I_APPL = 'SVEZ' I_DATE = aper-endda IMPORTING E_VALID = sw_ez.

HR_GET_VALUES_ASSIGN_WAGETYPES CALL FUNCTION 'HR_GET_VALUES_ASSIGN_WAGETYPES' EXPORTING i_molga = calcmolga i_appl = 'SVWE' i_date = aper-endda it_lgart_table = rt[] i_table_struc = 'PC207' i_table_struc_out = 'PC207' * i_table_type = 'HRPAY99_RT' IMPORTING et_sumlgs = lt_rt EXCEPTIONS ddif_nametab_error = 1 OTHERS = 2.

HR_GET_OFFICIAL_SVKEY CALL FUNCTION 'HR_GET_OFFICIAL_SVKEY' EXPORTING DETDT = SV-BEGDA SVDAT = SVDAT TABLES SVKEYTAB = SVKEYTAB EXCEPTIONS OTHERS = 1.

RP_READ_T100 CALL FUNCTION 'RP_READ_T100' EXPORTING ARBGB = SY-MSGID MSGNR = SY-MSGNO MSGV1 = SY-MSGV1 MSGV2 = SY-MSGV2 MSGV3 = SY-MSGV3 MSGV4 = SY-MSGV4 SPRSL = SY-LANGU IMPORTING TEXT = T100_TEXT EXCEPTIONS NO_ENTRY_FOUND = 01.

HR_GET_VALIDITY_OF_APPLICATION call function 'HR_GET_VALIDITY_OF_APPLICATION' "MIXN1176205 exporting i_molga = calcmolga i_appl = 'DOW1' i_date = ab-obegd importing e_valid = sw_dow1_valid.

HR_GET_VALIDITY_OF_APPLICATION call function 'HR_GET_VALIDITY_OF_APPLICATION' exporting i_molga = calcmolga i_appl = 'SVIU' i_date = p0124-datum importing e_valid = lv_sviu.

HR_GET_REPORTING_COMPANY call function 'HR_GET_REPORTING_COMPANY' exporting p_molga = calcmolga p_appl = 'SVIU' p_werks = p0124-werks p_btrtl = p0124-btrtl p_struc = ls_pme01 p_date = p0124-datum importing werks_sum = l_werks_sum btrtl_sum = l_btrtl_sum exceptions rep_comp_not_found = 1 others = 2.

HR_GET_REPORTING_COMPANY_DATA call function 'HR_GET_REPORTING_COMPANY_DATA' exporting p_molga = calcmolga p_appl = 'SVIU' * p_werks_sum = p0124-werks "QFLN1300212 p_werks_sum = l_werks_sum "QFLN1300212 * p_btrtl_sum = p0124-btrtl "QFLN1300212 p_btrtl_sum = l_btrtl_sum "QFLN1300212 p_date = p0124-datum p_anart = '/A' importing data = l_data exceptions rep_comp_not_found = 1 address_not_found = 2 sender_not_found = 3 clerk_not_found = 4 version_mismatch = 5 others = 6.

RP_LAST_DAY_OF_MONTHS CALL FUNCTION 'RP_LAST_DAY_OF_MONTHS' EXPORTING day_in = aper-endda IMPORTING LAST_DAY_OF_MONTH = l_endda.

HR_GET_VALIDITY_OF_APPLICATION CALL FUNCTION 'HR_GET_VALIDITY_OF_APPLICATION' EXPORTING i_molga = '01' i_appl = 'DOWU' i_date = l_begda IMPORTING E_VALID = sw_appl_dowu.

HR_GET_OFFICIAL_SVKEY CALL FUNCTION 'HR_GET_OFFICIAL_SVKEY' EXPORTING DETDT = SV-BEGDA SVDAT = SVDAT IMPORTING SVKEY = L_SVKEY EXCEPTIONS OTHERS = 1.

RP_READ_T100 CALL FUNCTION 'RP_READ_T100' EXPORTING ARBGB = SY-MSGID MSGNR = SY-MSGNO MSGV1 = SY-MSGV1 MSGV2 = SY-MSGV2 MSGV3 = SY-MSGV3 MSGV4 = SY-MSGV4 SPRSL = SY-LANGU IMPORTING TEXT = T100_TEXT EXCEPTIONS NO_ENTRY_FOUND = 01.



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