MP56TI01 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 MP56TI01 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!
POPUP_TO_CONFIRM_WITH_MESSAGE * CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE'"XNB_ITS * EXPORTING "XNB_ITS * DEFAULTOPTION = 'Y' "XNB_ITS * DIAGNOSETEXT1 = TEXT-SI4"XNB_ITS * DIAGNOSETEXT2 = TEXT-SI1"XNB_ITS * DIAGNOSETEXT3 = TEXT-SI2"XNB_ITS * TEXTLINE1 = TEXT-SJ3"XNB_ITS * TITEL = SPACE "XNB_ITS * IMPORTING "XNB_ITS * ANSWER = FLAG. "XNB_ITS
TRIPS_LIST_PERIO_HEAD CALL FUNCTION 'TRIPS_LIST_PERIO_HEAD' EXPORTING employeenumber = ptp00-pernr old_versions = ' ' IMPORTING no_trips = no_trips TABLES perio = t_perio head = t_head EXCEPTIONS table_perio_read_error = 1 table_head_read_error = 2 tables_inconsistent = 3 OTHERS = 99.
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 OTHERS = 1.
GET_MASTER_COST_ASSIGNMENT * call function 'GET_MASTER_COST_ASSIGNMENT' * exporting * employeenumber = ptp00-pernr * begin_date = ptp68-datvo * end_date = ptp68-datbi * budat = cobl_check_budat * messages_as_warning = messages_as_warning ** CALLED_IN_PBO = * tables * konti = konti * kostr_stamm = kostr_stamm * infotyp0001 = p0001 * infotyp0017 = p0017 * infotyp0027 = p0027 * cobl_messages = bapiret2 * exceptions * others = 0.
CHECK_AUTH_AUTHF CALL FUNCTION 'CHECK_AUTH_AUTHF' "WKUK002262 EXPORTING "WKUK002262 datum = sy-datum "WKUK002262 authf = authf "WKUK002262 pernr = ptp00-pernr "WKUK002262 reinr = kobild-reinr "WKUK002262 is_head = ls_head "MAWK000377 is_perio = ls_perio "MAWK000377 EXCEPTIONS "WKUK002262 OTHERS = 1. "WKUK002262
CHECK_AUTH_AUTHF CALL FUNCTION 'CHECK_AUTH_AUTHF' EXPORTING datum = sy-datum authf = 'W ' pernr = ptp00-pernr reinr = kobild-reinr EXCEPTIONS OTHERS = 1.
CHECK_AUTH_AUTHF CALL FUNCTION 'CHECK_AUTH_AUTHF' EXPORTING datum = sy-datum authf = 'W ' pernr = ptp00-pernr reinr = kobild-reinr EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.