SAP Reports / Programs | Payroll | Spain(PY-ES) SAP PY

RPCGETE0 SAP ABAP INCLUDE - Data input (Spain)







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


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


Text pool values


Title: Data input (Spain)


INCLUDES used within this REPORT RPCGETE0

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_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.



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