RPCGETE0 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). It is used for BEGIN OF UPDATE This module contains modules for obtaining special Spanish data within the framework of the SAP payroll...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 RPCGETE0 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 input (Spain)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HR_E_GET_SV_TICON call function 'HR_E_GET_SV_TICON' exporting p_sv = sv importing p_idseg = l_idseg.
HR_PL_ES_APPEND_R6_TEXT call function 'HR_PL_ES_APPEND_R6_TEXT' exporting text = 'P02' text1 = 'SV' tables p_ptext = error_ptext.
HR_ES_FILL_PROP_NISSE_DATA CALL FUNCTION 'HR_ES_FILL_PROP_NISSE_DATA' EXPORTING p_date = lv_date p_pernr = lv_pernr IMPORTING p_prop_nisse_data = ls_iedata TABLES p_tab_p0001 = lt_p0001 p_tab_wpbp = lt_wpbp[] p_tab_p0061 = lt_p0061 p_tab_sv = lt_sv[] EXCEPTIONS ERROR = 1 OTHERS = 2.
HR_ES_PROPUESTA_NISSE CALL FUNCTION 'HR_ES_PROPUESTA_NISSE' EXPORTING p_i_edata = ls_iedata IMPORTING p_o_nisse = cv_nisse EXCEPTIONS ERROR = 1 OTHERS = 2.
HR_E_GET_SV_TICON call function 'HR_E_GET_SV_TICON' exporting p_sv = p_sv importing p_idseg = l_sv_idseg.
HR_E_CONTRACT_CLASSIF call function 'HR_E_CONTRACT_CLASSIF' exporting p_date = p_sv-begda p_idseg = l_sv_idseg * p_hocon = sv-hocon * p_dicon = sv-dicon * p_grami = l_grami * p_fered = p_sv-fered * p_gbdat = p_gbdat p_metod = l_metod p_meto2 = l_meto2 p_meto3 = l_meto3 p_meto4 = l_meto4 importing p_classif = p_contract_class exceptions error = 1 others = 2.
HR_PL_ES_APPEND_R6_TEXT call function 'HR_PL_ES_APPEND_R6_TEXT' exporting text = 'P02' text1 = 'ST' tables p_ptext = error_ptext.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPCGETE0 - Data input (Spain) 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