SAP Reports / Programs | Personnel Management | Personnel Administration | Spain(PA-PA-ES) SAP PA

MP0061P1 SAP ABAP INCLUDE - documentation and ABAP source code







MP0061P1 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 MP0061P1 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 MP0061P1. "Basic submit
SUBMIT MP0061P1 AND RETURN. "Return to original report after report execution complete
SUBMIT MP0061P1 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 MP0061P1

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_ES_GET_NISSE_DATA CALL FUNCTION 'HR_ES_GET_NISSE_DATA' EXPORTING P_I_NISSE = p0061-nisse P_I_DATE = p0061-begda IMPORTING P_E_NISSE_DATA = l_nisse_data EXCEPTIONS * ERROR = 1 OTHERS = 99.

HR_E_GET_IDSEG call function 'HR_E_GET_IDSEG' exporting idcon = p_p0480-idcon werks = p_p0480-werks btrtl = p_p0480-btrtl trfar = p_p0480-trfar trfgb = p_p0480-trfgb date = p_p0480-begda importing idseg = p_idseg exceptions no_entry_found = 1 others = 2.

HR_E_GET_SV_TICON call function 'HR_E_GET_SV_TICON' exporting p_ticon = p0061-ticon p_pesoc = p0061-pesoc p_t_parc = falg_t_parc p_codes = p0061-codes p_fecha = p0061-endda p_metod = p0061-metod importing p_idseg = q0061-idseg p_clcon = q0061-clcon.

HR_E_CONTRACT_CLASSIF call function 'HR_E_CONTRACT_CLASSIF' exporting p_date = p_begda p_idseg = p_idseg p_metod = p_metod p_meto2 = p_metod p_tpccc = p_tpccc p_meto3 = p_metod p_meto4 = p_metod importing p_classif = p_contract_classif exceptions error = 1 others = 2.

HR_ES_GET_NISSE_DATA CALL FUNCTION 'HR_ES_GET_NISSE_DATA' EXPORTING P_I_NISSE = p_nisse P_I_DATE = p_date IMPORTING P_E_NISSE_DATA = l_nisse_data EXCEPTIONS ERROR = 1 OTHERS = 2.

HR_ES_GET_NISSE_DATA * CALL FUNCTION 'HR_ES_GET_NISSE_DATA' * EXPORTING * P_I_NISSE = l_nisse_propuesta * P_I_DATE = p_date * IMPORTING * P_E_NISSE_DATA = l_nisse_data * EXCEPTIONS * ERROR = 1 * OTHERS = 2.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING * TCLAS = 'A' PERNR = p0061-pernr INFTY = '0001' BEGDA = p_date ENDDA = p_date * BYPASS_BUFFER = ' ' * LEGACY_MODE = ' ' * IMPORTING * SUBRC = TABLES INFTY_TAB = l_p0001 EXCEPTIONS INFTY_NOT_FOUND = 1 OTHERS = 2.

HR_ES_PROPUESTA_NISSE CALL FUNCTION 'HR_ES_PROPUESTA_NISSE' EXPORTING P_I_EDATA = l_edata IMPORTING P_O_NISSE = p_nisse_propuesta EXCEPTIONS ERROR = 1 OTHERS = 2.

HR_ES_GET_NISSE_DATA CALL FUNCTION 'HR_ES_GET_NISSE_DATA' EXPORTING P_I_NISSE = p_nisse P_I_DATE = p_date IMPORTING P_E_NISSE_DATA = l_nisse_data EXCEPTIONS ERROR = 1 OTHERS = 2.

HR_99S_READ_INFOTYPE call function 'HR_99S_READ_INFOTYPE' exporting im_pernr = p0061-pernr im_begda = p0061-begda im_endda = p0061-endda im_infty = '0001' importing ex_wa_infty = ls_p0001.

HR_FEATURE_BACKFIELD call function 'HR_FEATURE_BACKFIELD' exporting feature = 'P0061' struc_content = ls_pme04 importing back = lv_varky exceptions dummy = 1 error_operation = 2 no_backvalue = 3 feature_not_generated = 4 invalid_sign_in_funid = 5 field_in_report_tab_in_pe03 = 6 others = 7.

HR_ES_GET_NISSE_DATA CALL FUNCTION 'HR_ES_GET_NISSE_DATA' EXPORTING P_I_NISSE = l_nisse_propuesta P_I_DATE = p0061-endda IMPORTING P_E_NISSE_DATA = l_e_nisse_data EXCEPTIONS OTHERS = 1.



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