SAP Reports / Programs | Personnel Time Management | Time Data Recording and Administration | Time Tickets(PT-RC-IW) SAP PT

MP53LFPP SAP ABAP INCLUDE - Routines for PPS Interface







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


Text pool values


Title: Routines for PPS Interface


INCLUDES used within this REPORT MP53LFPP

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:

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING DEFAULTOPTION = 'N' TEXTLINE1 = 'Wollen Sie die Abholung von'(S10) TEXTLINE2 = 'Rückmeldungen beenden'(S11) TITEL = 'Rückmeldungen nicht abgeholt'(S12) IMPORTING ANSWER = ANSWER.

HRCA_ORDER_CONF_GETDETAIL_MULT * CALL FUNCTION 'HRCA_ORDER_CONF_GETDETAIL_MULT' "ALRK020112"ALRK022936 * TABLES "ALRK020112"ALRK022936 * i_rueck_tab = l_rueck_tab "ALRK020112"ALRK022936 * e_conf_tab = l_conf_tab "ALRK020112"ALRK022936 * EXCEPTIONS "ALRK020112"ALRK022936 * others = 1. "ALRK020112"ALRK022936

CO_R0_GET_ORDER_DATA_PLL40 * CALL FUNCTION 'CO_R0_GET_ORDER_DATA_PLL40' "ALRK020112 * EXPORTING "ALRK020112 * ORDER_DATA = 'X' "ALRK020112 * IMPORTING "ALRK020112 * ERR_TABIX = TABIX "ALRK020112 * TABLES "ALRK020112 * LE2 = TEMP_TAB "ALRK020112 * EXCEPTIONS "ALRK020112 * ORDER_NOT_FOUND = 1 "ALRK020112 * OPERATION_NOT_FOUND = 2 "ALRK020112 * CONVERSION_ERROR = 4 "ALRK020112 * OTHERS = 4. "ALRK020112

HRCA_ORDER_CONF_GET * call function 'HRCA_ORDER_CONF_GET' "ALRK020112"P40K026560 * exporting "ALRK020112"P40K026560 * order_data = 'X' "ALRK020112"P40K026560 * confirmation_data = ' ' "ALRK020112"P40K026560 * destination_system = temp_tab-srcsys"P40K026560" * importing "ALRK020112"P40K026560 * err_tabix = tabix "ALRK0201"P40K026560 * tables "ALRK020112"P40K026560 * timeticket = temp_tab"ALRK02"P40K0265600 * exceptions "ALRK020112"P40K026560 * order_not_found = 1 "ALRK020112"P40K026560 * confirmation_not_found = 2 "ALRK020112"P40K026560 * operation_not_found = 2 "ALRK020112"P40K026560 * conversion_error = 4 "ALRK020112"P40K026560 * destination_error = 4 "ALRK041449"P40K026560 * others = 4. "ALRK020112"P40K026560

HRCA_ORDER_OPERATION_GET CALL FUNCTION 'HRCA_ORDER_OPERATION_GET' "P40K026560 EXPORTING "P40K026560 DESTINATION_SYSTEM = PPS-SRCSYS "P40K026560 CHANGING "P40K026560 TIMETICKET = PPS "P40K026560 EXCEPTIONS "P40K026560 ORDER_NOT_FOUND = 1 "P40K026560 CONFIRMATION_NOT_FOUND = 2 "P40K026560 OPERATION_NOT_FOUND = 2 "P40K026560 CONVERSION_ERROR = 4 "P40K026560 DESTINATION_ERROR = 4 "P40K026560 REMOTE_ACCESS_FAILURE = 5 "ALRK066242 OTHERS = 4. "P40K026560

CO_R0_GET_ORDER_DATA_PLL40 * CALL FUNCTION 'CO_R0_GET_ORDER_DATA_PLL40' "ALRK022936 * EXPORTING "ALRK022936 * order_data = 'X' "ALRK022936 * IMPORTING "ALRK022936 ** err_tabix = sy-tabix "P30K042115"ALRK022936 * err_tabix = tabix "P30K042115"ALRK022936 * TABLES "ALRK022936 * le2 = temp_tab "ALRK022936 * EXCEPTIONS "ALRK022936 * order_not_found = 1 "ALRK022936 * operation_not_found = 2 "ALRK022936 ** conversion_error = 4. "P30K054449"ALRK022936

CO_R0_GET_ORDER_DATA_PLL40 * CALL FUNCTION 'CO_R0_GET_ORDER_DATA_PLL40' "ALRK022936 * EXPORTING "ALRK022936 * confirmation_data = 'X' "ALRK022936 * IMPORTING "ALRK022936 * err_tabix = sy-tabix "P30K042115"ALRK022936 * err_tabix = tabix "P30K042115"ALRK022936 * TABLES "ALRK022936 * le2 = temp_tab "ALRK022936 * EXCEPTIONS "ALRK022936 * order_not_found = 1 "ALRK022936 * operation_not_found = 2 "ALRK022936 * confirmation_not_found = 3 "ALRK022936 * conversion_error = 4. "ALRK022936

HRCA_ORDER_CONF_GETDETAIL_MULT * CALL FUNCTION 'HRCA_ORDER_CONF_GETDETAIL_MULT' "ALRK020112"ALRK022936 * TABLES "ALRK020112"ALRK022936 * i_rueck_tab = l_rueck_tab "ALRK020112"ALRK022936 * e_conf_tab = l_conf_tab "ALRK020112"ALRK022936 * EXCEPTIONS "ALRK020112"ALRK022936 * others = 1. "ALRK020112"ALRK022936

POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING TEXTLINE1 = TEXT-S20 TEXTLINE2 = TEXT-S21 TITEL = TEXT-S22 IMPORTING ANSWER = ANSWER.



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