MP56TF00_PS_DE 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 MP56TF00_PS_DE 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 MP56TF00_PS_DE
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TRG_CHANGE_ENTGELT_UNTERK * CALL FUNCTION 'TRG_CHANGE_ENTGELT_UNTERK' * EXPORTING * p_head = wa_head * p_perio = wa_perio * TABLES * beleg = beleg * exbel = exbel * destinations = ziel * EXCEPTIONS * data_read_error = 1 * others = 2.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING * TEXT_QUESTION = text-ps2 "XCIN926301 TEXT_QUESTION = text_quest "XCIN926301 TEXT_BUTTON_1 = text-hm2 TEXT_BUTTON_2 = text-mc3 DISPLAY_CANCEL_BUTTON = 'X' IMPORTING ANSWER = answer.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING diagnose_object = 'KEINE_VGLR' text_question = 'Wollen Sie das Trennungsgeld dennoch speichern?'(TGC) default_button = '2' display_cancel_button = ' ' IMPORTING answer = answer EXCEPTIONS text_not_found = 1 others = 2 .
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING diagnose_object = 'KEINE_VGLR_WEGSTRECKE' text_question = 'Wollen Sie das Trennungsgeld dennoch speichern?'(TGC) default_button = '2' display_cancel_button = ' ' IMPORTING answer = answer EXCEPTIONS text_not_found = 1 others = 2 .
TRG_CREATE_LINK_HEIMFAHRT CALL FUNCTION 'TRG_CREATE_LINK_HEIMFAHRT' EXPORTING LINK_BHFNR = old_bhfnr IMPORTING BHFNR = new_bhfnr CANCEL = h_cancel DELETE = h_delete ERROR = h_error TABLES * BEIH_INTERVALL = t_beih_intervall. "XCI1022531
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TITLEBAR = text-he1 TEXT_QUESTION = text-he2 TEXT_BUTTON_1 = 'Ja'(hm2) TEXT_BUTTON_2 = 'Nein'(mc3) DEFAULT_BUTTON = '1' DISPLAY_CANCEL_BUTTON = 'X' IMPORTING ANSWER = answer EXCEPTIONS TEXT_NOT_FOUND = 1 OTHERS = 2.
TRG_CREATE_LINK_HEIMFAHRT CALL FUNCTION 'TRG_CREATE_LINK_HEIMFAHRT' EXPORTING LINK_BHFNR = old_bhfnr IMPORTING BHFNR = new_bhfnr CANCEL = h_cancel DELETE = h_delete ERROR = h_error TABLES * BEIH_INTERVALL = t_beih_intervall. "XCI1022531
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TITLEBAR = text-he1 TEXT_QUESTION = text-he2 TEXT_BUTTON_1 = 'Ja'(hm2) TEXT_BUTTON_2 = 'Nein'(mc3) DEFAULT_BUTTON = '1' DISPLAY_CANCEL_BUTTON = 'X' IMPORTING ANSWER = answer EXCEPTIONS TEXT_NOT_FOUND = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.