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

MP006140 SAP ABAP INCLUDE - Infotype 0061 - Form routines







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


Text pool values


Title: Infotype 0061 - Form routines


INCLUDES used within this REPORT MP006140

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 = Q0061-CCCEE P_I_DATE = p0061-begda IMPORTING P_E_NISSE_DATA = l_nisse_data EXCEPTIONS * ERROR = 1 OTHERS = 99 .

HR_E_GET_PART_TIME_COEF call function 'HR_E_GET_PART_TIME_COEF' EXPORTING p_pernr = p0061-pernr p_hocon = p0061-hocon p_dicon = p0061-dicon p_date = p0061-begda IMPORTING p_coeficiente = q0061-coetp TABLES t0001 = i0001 EXCEPTIONS error = 1 coetp_exceeded = 2 others = 3.

HR_ES_READ_OCUPA_DATA CALL FUNCTION 'HR_ES_READ_OCUPA_DATA' EXPORTING P_OCUPA = p0061-ocupa P_DATE = p0061-begda IMPORTING P_OCUPA_DATA = l_ocupa_data EXCEPTIONS not_found = 1 OTHERS = 2.

HR_ES_GET_TIPO_IT_IMS CALL FUNCTION 'HR_ES_GET_TIPO_IT_IMS' EXPORTING P_CNAEC = p0061-cnaec P_OCUPA = p0061-ocupa P_DATE = p0061-begda * IMPORTING * P_ILTPC = * P_IMSPC = EXCEPTIONS ERROR = 1 ENTRY_NOT_PERMITED = 2 OTHERS = 3.

HR_E_GET_PART_TIME_COEF call function 'HR_E_GET_PART_TIME_COEF' EXPORTING p_pernr = p0061-pernr p_hocon = p0061-hocon p_dicon = p0061-dicon p_date = p0061-begda IMPORTING p_coeficiente = coetp TABLES t0001 = i0001 EXCEPTIONS error = 1 coetp_exceeded = 2 others = 3.

HR_ES_READ_OCUPA_DATA CALL FUNCTION 'HR_ES_READ_OCUPA_DATA' EXPORTING P_OCUPA = p0061-ocupa P_DATE = p0061-begda IMPORTING P_OCUPA_DATA = l_ocupa_data EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

HR_ES_READ_CNAE_DATA CALL FUNCTION 'HR_ES_READ_CNAE_DATA' EXPORTING P_CNAE = p0061-cnaec P_DATE = p0061-begda IMPORTING P_CNAE_DATA = l_cnaec_data EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

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



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