SAP Reports / Programs | Financials | Strategic Enterprise Management | Balanced Scorecard(FIN-SEM-CPM-BSC) SAP FIN

UMB_STRATEGY_MAPF01 SAP ABAP INCLUDE - UMBSTRATEGYMAPF01







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT UMB_STRATEGY_MAPF01. "Basic submit
SUBMIT UMB_STRATEGY_MAPF01 AND RETURN. "Return to original report after report execution complete
SUBMIT UMB_STRATEGY_MAPF01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT UMB_STRATEGY_MAPF01

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name UMB_STRATEGY_MAPF01 or its description.