SAP Reports / Programs | Personnel Management | Compensation Management(PA-CM) SAP PA

MP100540 SAP ABAP INCLUDE - Forms for Infotype 1005 - Planned Compensation







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


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


Text pool values


Title: Forms for Infotype 1005 - Planned Compensation


INCLUDES used within this REPORT MP100540

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:

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.



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