SAP Reports / Programs | Personnel Management | Personnel Administration | Netherlands(PA-PA-NL) SAP PA

MP080840 SAP ABAP INCLUDE - Include L0PN1F01







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

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_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = p0808-pernr infty = '0008' begda = p0808-begda endda = p0808-endda TABLES infty_tab = lt_p0008 EXCEPTIONS infty_not_found = 1 OTHERS = 2.

HR_FEATURE_BACKFIELD * CALL FUNCTION 'HR_FEATURE_BACKFIELD' "a * EXPORTING "a * feature = 'NLLAG' "a * struc_content = pme01 "a ** KIND_OF_ERROR = "a * IMPORTING "a * back = p0808_default "a * CHANGING "a * status = l_status "a * EXCEPTIONS "a * dummy = 1 "a * error_operation = 2 "a * no_backvalue = 3 "a * feature_not_generated = 4 "a * invalid_sign_in_funid = 5 "a * field_in_report_tab_in_pe03 = 6 "a * OTHERS = 7 "a * . "a

HR_NL_GET_VALIDITY_OF_APPL CALL FUNCTION 'HR_NL_GET_VALIDITY_OF_APPL' EXPORTING imp_application = 'LA06' imp_datum = p0808-begda imp_molga = '05' IMPORTING exp_valid = la06_valid.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = p0808-pernr infty = '0808' begda = p0808-begda endda = p0808-endda TABLES infty_tab = l_t_p0808 EXCEPTIONS infty_not_found = 1 OTHERS = 2.

HR_GET_VALID_PERIOD_OF_APPL CALL FUNCTION 'HR_GET_VALID_PERIOD_OF_APPL' EXPORTING i_molga = l_c_molga i_appl = l_c_appl_cr55p IMPORTING es_interval_subappl = l_s_t596d.

HRPAY_READ_T511K CALL FUNCTION 'HRPAY_READ_T511K' EXPORTING molga = l_c_molga constant = l_c_const_min_age_cr55p date = p0808-begda IMPORTING value = l_min_age EXCEPTIONS constant_not_found = 1 OTHERS = 2.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = p0808-pernr infty = '0002' begda = p0808-begda endda = p0808-endda TABLES infty_tab = l_t_p0002 EXCEPTIONS infty_not_found = 1 OTHERS = 2.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = p0808-pernr infty = '0000' TABLES infty_tab = l_t_p0000 EXCEPTIONS infty_not_found = 1 OTHERS = 2.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = p0808-pernr infty = '0001' TABLES infty_tab = l_t_p0001 EXCEPTIONS infty_not_found = 1 OTHERS = 2.

RP_HIRE_FIRE CALL FUNCTION 'RP_HIRE_FIRE' TABLES pphifi = l_t_phifi[] pp0000 = l_t_p0000[] pp0001 = l_t_p0001[].

HRPAY_READ_T511K CALL FUNCTION 'HRPAY_READ_T511K' EXPORTING molga = l_c_molga constant = l_c_const_max_hire_cr55p date = p0808-begda IMPORTING value = l_max_hire EXCEPTIONS constant_not_found = 1 OTHERS = 2.

HR_99S_INTERVAL_BETWEEN_DATES CALL FUNCTION 'HR_99S_INTERVAL_BETWEEN_DATES' EXPORTING begda = l_s_phifi-begda endda = p0808-begda IMPORTING c_years = l_years_hired.

HR_NL_GET_RETIRED CALL FUNCTION 'HR_NL_GET_RETIRED' EXPORTING i_birth_date = l_s_p0002-gbdat i_key_date = p0808-begda IMPORTING e_retirement_age = l_retirement_age EXCEPTIONS INVALID_DATES = 1 OVERFLOW = 2 NO_CUSTOMIZING = 3 OTHERS = 4.



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