MPAKYF10 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 MPAKYF10 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.
Title: Include MPAKYF10
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING * TITLEBAR = ' ' * DIAGNOSE_OBJECT = ' ' text_question = text-ch1 text_button_1 = 'Continue'(001) * ICON_BUTTON_1 = ' ' text_button_2 = 'Cancel'(002) * ICON_BUTTON_2 = ' ' default_button = '1' display_cancel_button = ' ' * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 IMPORTING answer = l_answer * TABLES * PARAMETER = EXCEPTIONS * text_not_found = 1 * OTHERS = 2.
DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING * TITLEBAR = ' ' * DIAGNOSE_OBJECT = ' ' text_question = text-py1 text_button_1 = 'Continue'(001) * ICON_BUTTON_1 = ' ' text_button_2 = 'Cancel'(002) * ICON_BUTTON_2 = ' ' default_button = '1' display_cancel_button = ' ' * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 IMPORTING answer = l_answer * TABLES * PARAMETER = EXCEPTIONS * text_not_found = 1 * OTHERS = 2.
DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.
CU_READ_RGDIR CALL FUNCTION 'CU_READ_RGDIR' EXPORTING persnr = personnel_number TABLES in_rgdir = rgdir EXCEPTIONS no_record_found = 4.
CD_CHECK_PAYROLL_RESULT_FOR CALL FUNCTION 'CD_CHECK_PAYROLL_RESULT_FOR' EXPORTING bonus_date = p0221-begda pay_type = p0221-payty pay_ident = p0221-payid TABLES rgdir = rgdir EXCEPTIONS no_record_found = 1 OTHERS = 2.
HRCCE_GET_REPORTNAME CALL FUNCTION 'HRCCE_GET_REPORTNAME' EXPORTING smodn = l_smodn IMPORTING reportname = l_program_name EXCEPTIONS no_entry_in_table = 1 OTHERS = 2.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING * TITLEBAR = ' ' * DIAGNOSE_OBJECT = ' ' text_question = text-bd2 text_button_1 = 'Continue'(001) * ICON_BUTTON_1 = ' ' text_button_2 = 'Cancel'(002) * ICON_BUTTON_2 = ' ' default_button = '1' display_cancel_button = ' ' * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 IMPORTING answer = l_answer * TABLES * PARAMETER = EXCEPTIONS * text_not_found = 1 * OTHERS = 2.
DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.
DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = sy-cprog "#EC DOM_EQUAL dynumb = '1100' TABLES dynpfields = dynpfields EXCEPTIONS OTHERS = 0.
VRM_GET_VALUES CALL FUNCTION 'VRM_GET_VALUES' EXPORTING id = 'ADJUSTMENT_REASON' EXCEPTIONS id_not_found = 1 OTHERS = 2.
VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = 'ADJUSTMENT_REASON' values = oc_reasons[] EXCEPTIONS OTHERS = 0.
H99_DISPLAY_PAYRESULT CALL FUNCTION 'H99_DISPLAY_PAYRESULT' EXPORTING pernr = personnel_number * SELECTION_DATE = '00000000' return = 'X' * TABLES * SO_PERNR = .
H99_DISPLAY_PAYRESULT CALL FUNCTION 'H99_DISPLAY_PAYRESULT' EXPORTING * PERNR = PERSONNEL_NUMBER * SELECTION_DATE = '00000000' return = 'X' * TABLES * SO_PERNR = .
CU_READ_RGDIR CALL FUNCTION 'CU_READ_RGDIR' EXPORTING persnr = l_pernr TABLES in_rgdir = c_rgdir EXCEPTIONS no_record_found = 1.
CD_READ_LAST CALL FUNCTION 'CD_READ_LAST' EXPORTING begin_date = low_date end_date = high_date IMPORTING out_seqnr = o_last_seqnr TABLES rgdir = c_rgdir EXCEPTIONS no_record_found = 0.
HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = i_pernr infty = infty-events begda = l_begda endda = l_endda TABLES infty_tab = p0000 EXCEPTIONS infty_not_found = 0.
CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING * DDIC_STRUCTURE = ' ' retfield = space * PVALKEY = ' ' * DYNPPROG = l_repid * DYNPNR = l_dynnr * DYNPROFIELD = 'ADJUSTMENT_REASON' * STEPL = 0 * WINDOW_TITLE = * VALUE = ' ' value_org = 'S' * MULTIPLE_CHOICE = 'X' * DISPLAY = ' ' callback_program = sy-cprog callback_form = 'F4CALLBACK' * MARK_TAB = TABLES value_tab = l_help_i0221 * field_tab = l_field_tab return_tab = l_return_tab * DYNPFLD_MAPPING = EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.
CONVERT_DATE_TO_INTERNAL CALL FUNCTION 'CONVERT_DATE_TO_INTERNAL' EXPORTING date_external = l_wa_return_tab-fieldval IMPORTING date_internal = l_help_i0221-adjdt EXCEPTIONS date_external_is_invalid = 1 OTHERS = 2.
VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = 'PERSONNEL_ASSG' values = items EXCEPTIONS id_illegal_name = 1.
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 MPAKYF10 or its description.