MP081240 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 MP081240 into the relevant SAP transactions such as SE38 or SE80
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HR_INFOTYPE_GETLIST CALL FUNCTION 'HR_INFOTYPE_GETLIST' EXPORTING infty = '0021' number = p0812-pernr timeintervallow = p0812-begda timeintervalhigh = p0812-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.
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.
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'SUBTY' value_org = 'S' callback_program = lv_program callback_form = 'MED_EXP_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_q0812-regno EXCEPTIONS wrong_input_format = 1 wrong_date_in_regno = 2 wrong_gender_century_id = 3 OTHERS = 4.
HRPADKR_BIZNO_CHECK CALL FUNCTION 'HRPADKR_BIZNO_CHECK' EXPORTING bizno = P_BIZNO IMPORTING LAST_DIGIT = LAST_D EXCEPTIONS INVALID_BIZ_NUMBER = 1 OTHERS = 2 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.