MP100540 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 MP100540 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: Forms for Infotype 1005 - Planned Compensation
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RH_READ_INFTY CALL FUNCTION 'RH_READ_INFTY' EXPORTING * AUTHORITY = 'DISP' * WITH_STRU_AUTH = 'X' infty = '1013' istat = '1' * EXTEND = 'X' * SUBTY = ' ' begda = p_p1005-begda endda = p_p1005-endda * CONDITION = '00000' * INFTB = '1' * SORT = 'X' * VIA_T777D = ' ' TABLES innnn = p1013 objects = hrobject EXCEPTIONS all_infty_with_subty = 1 nothing_found = 2 no_objects = 3 wrong_condition = 4 OTHERS = 5.
RH_READ_INFTY_1001 * CALL FUNCTION 'RH_READ_INFTY_1001' * EXPORTING * AUTHORITY = 'DISP' ** WITH_STRU_AUTH = 'X' ** ISTAT = '1' ** EXTEND = 'X' * SUBTY = P1001-SUBTY * BEGDA = P1005-BEGDA * ENDDA = P1005-ENDDA ** CONDITION = '00000' ** SORT = 'X' ** WITH_EV = ' ' ** ADATA = 'X' * TABLES * I1001 = P1001 * OBJECTS = HROBJECTS * EXCEPTIONS * NOTHING_FOUND = 1 * WRONG_CONDITION = 2 * OTHERS = 3.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING * TITLEBAR = ' ' * DIAGNOSE_OBJECT = ' ' text_question = text-001 * TEXT_BUTTON_1 = 'Ja'(001) * ICON_BUTTON_1 = ' ' * TEXT_BUTTON_2 = 'Nein'(002) * ICON_BUTTON_2 = ' ' * DEFAULT_BUTTON = '1' display_cancel_button = ' ' * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 * POPUP_TYPE = IMPORTING answer = answer_from_popup * TABLES * PARAMETER = EXCEPTIONS text_not_found = 1 OTHERS = 2.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING * TITLEBAR = ' ' diagnose_object = 'HRCM_DATA_LOSS' text_question = text-002 * TEXT_BUTTON_1 = 'Ja'(001) * ICON_BUTTON_1 = ' ' * TEXT_BUTTON_2 = 'Nein'(002) * ICON_BUTTON_2 = ' ' * DEFAULT_BUTTON = '1' * DISPLAY_CANCEL_BUTTON = 'X' * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 * POPUP_TYPE = IMPORTING answer = answer_cptype_popup * TABLES * PARAMETER = EXCEPTIONS text_not_found = 1 OTHERS = 2.
HR_CMP_GET_VALUES_IT1005 * CALL FUNCTION 'HR_CMP_GET_VALUES_IT1005' * EXPORTING * I_P1005 = P1005 * I_Q1005 = Q1005 * IMPORTING * I_Q1005 = Q1005 ** subrc = * EXCEPTIONS * OTHERS = 0.
HR_CMP_GET_VALUES_IT1005 * CALL FUNCTION 'HR_CMP_GET_VALUES_IT1005' * EXPORTING * I_P1005 = P1005 * I_Q1005 = Q1005 * IMPORTING * I_Q1005 = Q1005 * SUBRC = SUBRC * EXCEPTIONS * OTHERS = 0.
HR_CMP_GET_VALUES_IT1005 CALL FUNCTION 'HR_CMP_GET_VALUES_IT1005' EXPORTING i_p1005 = p_p1005 i_q1005 = p_q1005 IMPORTING i_q1005 = p_q1005 subrc = p_subrc EXCEPTIONS OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MP100540 - Forms for Infotype 1005 - Planned Compensation MP10053UN - Input modules for IT1005 for NPO MP100530 - Input Modules for Infotype 1005 - Planned Compensation MP10052UN - Output Modules for IT1005 for NPO MP100520 - Output Modules for Infotype 1005 - Planned Compensation MP100510 - Special Data for Infotype 1005 - Planned Compensation