MP56TO01 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 MP56TO01 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CHECK_AUTH_AUTHF * CALL FUNCTION 'CHECK_AUTH_AUTHF' "WKUK001855 "WKUK002262 * EXPORTING "WKUK001855 "WKUK002262 * datum = sy-datum "WKUK001855 "WKUK002262 * authf = authf "WKUK001855 "WKUK002262 * pernr = ptp00-pernr "WKUK001855 "WKUK002262 * reinr = kobild-reinr "WKUK001855 "WKUK002262 * EXCEPTIONS "WKUK001855 "WKUK002262 * OTHERS = 1. "WKUK001855 "WKUK002262
POPUP_TO_CONFIRM_WITH_MESSAGE * CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE'"XNB_ITS * EXPORTING "XNB_ITS * DEFAULTOPTION = 'Y' "XNB_ITS * DIAGNOSETEXT1 = TEXT-SJA"XNB_ITS * DIAGNOSETEXT2 = TEXT-SJ1"XNB_ITS * DIAGNOSETEXT3 = TEXT-SJ2"XNB_ITS * TEXTLINE1 = TEXT-SJ3"XNB_ITS * TITEL = SPACE "XNB_ITS * IMPORTING "XNB_ITS * ANSWER = FLAG. "XNB_ITS
CHECK_AUTH_AUTHP CALL FUNCTION 'CHECK_AUTH_AUTHP' EXPORTING datum = sy-datum pernr = ptp00-pernr is_head = t_head "MAWK000377 is_perio = t_perio "MAWK000377 EXCEPTIONS no_authorisation = 1 no_infotype = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.