RPCGETD0 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 RPCGETD0 into the relevant SAP transactions such as SE38 or SE80
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.
Title: Data Retrieval (Germany)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HR_GET_VALIDITY_OF_APPLICATION call function 'HR_GET_VALIDITY_OF_APPLICATION' exporting i_molga = calcmolga i_appl = 'SVMB' i_date = pn-endda importing e_valid = l_svmb. "end QFLN1172763
HR_GET_VALIDITY_OF_APPLICATION call function 'HR_GET_VALIDITY_OF_APPLICATION' exporting i_molga = calcmolga i_appl = 'SVMB' i_date = pn-endda importing e_valid = l_svmb. "end QFLN1172763
HR_GET_VALIDITY_OF_APPLICATION call function 'HR_GET_VALIDITY_OF_APPLICATION' exporting i_molga = calcmolga i_appl = 'BVVA' i_date = pn-endda importing e_valid = l_bvva.
PYDE_READ_AUSGABEMONAT call function 'PYDE_READ_AUSGABEMONAT' exporting i_pernr = pernr-pernr i_besch_jahr = aper-endda(4) importing e_amonat_dstlb = l_amonat_dstlb e_amonat = l_amonat exceptions others = 4.
PYDE_GET_ALTERSENTLASTUNG * call function 'PYDE_GET_ALTERSENTLASTUNG' " * exporting " * geburtsdatum = p0002-gbdat " * changing " * erstjahr = stz-aebej. "
HR_GET_VALIDITY_OF_APPLICATION * call function 'HR_GET_VALIDITY_OF_APPLICATION' * exporting * i_molga = calcmolga * i_appl = 'ZV11' * i_date = aper-endda * importing * e_valid = l_zv11.
HR_GET_VALIDITY_OF_APPLICATION * call function 'HR_GET_VALIDITY_OF_APPLICATION' "MIXN1295356 * exporting * i_molga = calcmolga * i_appl = 'UKA2' * i_date = aper-begda * importing * e_valid = sw_uka2.
HRPY_AVERA_DE_FKTBR_PUT * call function 'HRPY_AVERA_DE_FKTBR_PUT' * exporting * it_average = average[].
HRPY_AVERA_DE_FKTBR_GET * call function 'HRPY_AVERA_DE_FKTBR_GET' * changing * ct_average = average[].
HR_GET_VALIDITY_OF_APPLICATION * call function 'HR_GET_VALIDITY_OF_APPLICATION' * exporting * i_molga = calcmolga * i_appl = 'ZV11' * i_date = aper-endda * importing * e_valid = l_zv11.
HR_GET_VALIDITY_OF_APPLICATION * call function 'HR_GET_VALIDITY_OF_APPLICATION' "MIXN1295356 * exporting * i_molga = calcmolga * i_appl = 'UKA2' * i_date = aper-begda * importing * e_valid = sw_uka2.
HR_GET_VALIDITY_OF_APPLICATION * call function 'HR_GET_VALIDITY_OF_APPLICATION' "MIXN1118769 * exporting * i_molga = calcmolga * i_appl = 'DON4' * i_date = aper-begda * importing * e_valid = sw_don4.
HR_GET_REPORTING_COMPANY call function 'HR_GET_REPORTING_COMPANY' exporting p_molga = calcmolga p_appl = 'LSTB' p_werks = ls_pme01-werks p_btrtl = ls_pme01-btrtl p_struc = ls_pme01 p_date = pn-endda importing werks_sum = c_werks_lstb btrtl_sum = c_btrtl_lstb exceptions rep_comp_not_found = 1 others = 2.
P01T_GET_STEUERNUMMER call function 'P01T_GET_STEUERNUMMER' exporting werks = c_werks_lstb btrtl = c_btrtl_lstb datum = pn-endda importing stnag = c_agsnr_lstb exceptions wrong_char_in_taxnumber = 1 others = 2.
HR_DE_SV_GET_ANNAHMESTELLE CALL FUNCTION 'HR_DE_SV_GET_ANNAHMESTELLE' EXPORTING p_kvsch = p_kvsch p_date = p_datum IMPORTING ps_bnr = ls_kkbnr EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPCGETD0 - Data Retrieval (Germany) RPCGETC0 - Data Input for Payroll Accounting (Switzerland) RPCGETB3 - include RPCALCB0 (form pool) Data collection FUP3270 RPCGETB2 - include RPCALCB0 (form pool) Data collection FUP0505 RPCGETB1 - include RPCALCB0 (form pool) Data collection FUP0100 RPCGETB0 - include RPCALCB0 (form pool) Data collection FUP0100, FUP0101,..