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
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: Routines for PPS Interface
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.