UMB_STRATEGY_MAPF01 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 UMB_STRATEGY_MAPF01 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_GET_VALUES call function 'POPUP_GET_VALUES' exporting POPUP_TITLE = TEXT-111 START_COLUMN = '5' START_ROW = '5' importing RETURNCODE = RETURNCODE tables FIELDS = LT_FIELDS exceptions ERROR_IN_FIELDS = 1 others = 2.
UMB_SERVICE_TRANSPORT call function 'UMB_SERVICE_TRANSPORT' exporting IS_ELEMENT = LS_ELEMENT I_BC = 'X'.
UMB_SERVICE_TRANSLATE call function 'UMB_SERVICE_TRANSLATE' exporting IS_ELEMENT = LS_ELEMENT I_BC = 'X'.
TR_OBJECTS_CHECK call function 'TR_OBJECTS_CHECK' exporting IV_NO_STANDARD_EDITOR = 'X' IV_NO_SHOW_OPTION = 'X' tables WT_KO200 = LT_KO200 exceptions others = 1.
TR_OBJECTS_CHECK call function 'TR_OBJECTS_CHECK' exporting IV_NO_STANDARD_EDITOR = 'X' IV_NO_SHOW_OPTION = 'X' tables WT_KO200 = LT_KO200 exceptions others = 1.
TR_OBJECTS_INSERT call function 'TR_OBJECTS_INSERT' exporting WI_ORDER = G_ORDER IV_NO_STANDARD_EDITOR = 'X' IV_NO_SHOW_OPTION = 'X' IV_EXTERNALPS = ' ' IV_EXTERNALID = ' ' IV_NO_PS = ' ' importing WE_ORDER = G_ORDER WE_TASK = G_TASK tables WT_KO200 = LT_KO200 exceptions others = 3.
UMB_SC_CECHAIN_TP_INFO call function 'UMB_SC_CECHAIN_TP_INFO' exporting IX_BY_STMAP = 'X' I_STMAP = I_STMAP importing ET_KO200 = LT_KO200 ET_E071K = LT_E071K.
TR_OBJECTS_CHECK call function 'TR_OBJECTS_CHECK' exporting IV_NO_STANDARD_EDITOR = 'X' IV_NO_SHOW_OPTION = 'X' tables WT_KO200 = LT_KO200 exceptions others = 1.
TR_OBJECTS_INSERT call function 'TR_OBJECTS_INSERT' exporting WI_ORDER = G_ORDER IV_NO_STANDARD_EDITOR = 'X' IV_NO_SHOW_OPTION = 'X' IV_EXTERNALPS = ' ' IV_EXTERNALID = ' ' IV_NO_PS = ' ' importing WE_ORDER = G_ORDER WE_TASK = G_TASK tables WT_KO200 = LT_KO200 WT_E071K = LT_E071K exceptions 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.