SAP Reports / Programs | Personnel Management | Personnel Administration | South Korea(PA-PA-KR) SAP PA

MP088140 SAP ABAP INCLUDE - Include MP088140







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


Text pool values


Title: Include MP088140


INCLUDES used within this REPORT MP088140

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:

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'DEPTY' value_org = 'S' callback_program = lv_program callback_form = 'EXP_INFO_CALLBACK' TABLES value_tab = gt_fam_rel return_tab = lt_sel_return EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

CONVERSION_EXIT_REGNO_INPUT CALL FUNCTION 'CONVERSION_EXIT_REGNO_INPUT' EXPORTING input = -fieldval IMPORTING output = gt_q0881-regno EXCEPTIONS wrong_input_format = 1 wrong_date_in_regno = 2 wrong_gender_century_id = 3 OTHERS = 4.

HR_INFOTYPE_GETLIST CALL FUNCTION 'HR_INFOTYPE_GETLIST' EXPORTING infty = '0021' number = p0881-pernr timeintervallow = p0881-begda timeintervalhigh = p0881-endda TABLES key = lt_tab_key.

HR_INFOTYPE_GETDETAIL CALL FUNCTION 'HR_INFOTYPE_GETDETAIL' EXPORTING infty = '0021' number = -employeeno subtype = -subtype objectid = -objectid lockindicator = -lockindic validityend = -validend validitybegin = -validbegin recordnumber = -recordnr IMPORTING record = ls_p0021 secondary_record = ls_p0540 EXCEPTIONS OTHERS = 0.

RP_EDIT_NAME CALL FUNCTION 'RP_EDIT_NAME' EXPORTING pp0002 = ls_p0002 pp0021 = ls_p0021 molga = '41' langu = sy-langu format = ls_p0002-knznm IMPORTING edit_name = lv_emnam.

HR_YEA_GETDEPATTRIB CALL FUNCTION 'HR_YEA_GETDEPATTRIB' EXPORTING employeenumber = p0881-pernr subtype = ls_fam_rel-subty OBJECTID = ls_fam_rel-objps KEY_DATE = l_keydate "N1549166 ATTBT_TYPE = 'DPTID' IMPORTING ATTRIBUTE = ls_fam_rel-bdeli.

RP_EDIT_NAME CALL FUNCTION 'RP_EDIT_NAME' EXPORTING pp0002 = ls_p0002 molga = '41' langu = sy-langu format = ls_p0002-knznm IMPORTING edit_name = lv_emnam.

HR_INFOTYPE_GETDETAIL CALL FUNCTION 'HR_INFOTYPE_GETDETAIL' EXPORTING infty = '0539' number = ls_p0002-pernr subtype = ls_p0002-subty objectid = ls_p0002-objps lockindicator = ls_p0002-sprps validityend = ls_p0002-endda validitybegin = ls_p0002-begda IMPORTING record = ls_p0539 EXCEPTIONS OTHERS = 0.

HR_READ_SUBTYPE CALL FUNCTION 'HR_READ_SUBTYPE' EXPORTING pernr = p0881-pernr infty = '0881' subty = p0881-expty begda = p0881-begda endda = p0881-endda TABLES infty_tab = lt_p0881 EXCEPTIONS infty_not_found = 1 INVALID_INPUT = 2 OTHERS = 3.

DYNP_GET_STEPL CALL FUNCTION 'DYNP_GET_STEPL' IMPORTING POVSTEPL = lt_dynpo-stepl.

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = 'MP088100' dynumb = '2020' TABLES dynpfields = lt_dynpo.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = p0881-pernr infty = '0540' begda = p0881-begda endda = p0881-endda IMPORTING subrc = l_subrc TABLES infty_tab = lt_p0540.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = p0881-pernr infty = '0542' begda = p0881-endda endda = p0881-endda IMPORTING subrc = l_subrc TABLES infty_tab = lt_p0542.



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