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

UMB_ST_NAVF03 SAP ABAP INCLUDE - UMBSTNAVF03







UMB_ST_NAVF03 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_ST_NAVF03 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_ST_NAVF03. "Basic submit
SUBMIT UMB_ST_NAVF03 AND RETURN. "Return to original report after report execution complete
SUBMIT UMB_ST_NAVF03 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_ST_NAVF03

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:

UMB_STRATEGY_DETAIL call function 'UMB_STRATEGY_DETAIL' exporting I_STRATEGY = G0200-STRATEGY I_CLIENT = G_CLIENT I_BC = G_BC I_LANGU = SY-LANGU importing ES_STRATEGY = UMB_YS_STRATEGY exceptions NOT_FOUND = 1 others = 2.

UMB_CATEGORY_TEXT_GET call function 'UMB_CATEGORY_TEXT_GET' exporting I_STCAT = UMB_YS_STCAT-STCAT I_CLIENT = G_CLIENT I_BC = G_BC I_LANGU = SY-LANGU importing E_LTXT = UMB_YS_STCAT-LTXT.

UMB_SERVICE_LAST_CHANGER call function 'UMB_SERVICE_LAST_CHANGER' exporting I_TSTPNM = UMB_YS_STRATEGY-TSTPNM I_TIMESTMP = UMB_YS_STRATEGY-TIMESTMP.

UMC_CONV_BDS_TO_STRING call function 'UMC_CONV_BDS_TO_STRING' exporting IT_BDS = GR_BDS->MT_CONTENT IX_HTML_FORMAT = '' importing E_STRING = L_BDS_STRING.

UMB_SERVICE_LAST_CHANGER call function 'UMB_SERVICE_LAST_CHANGER' exporting I_TSTPNM = UMB_YS_STRATEGY-TSTPNM I_TIMESTMP = UMB_YS_STRATEGY-TIMESTMP.

UMC_CONV_STRING_TO_BDS call function 'UMC_CONV_STRING_TO_BDS' exporting I_STRING = L_BDS_STRING importing ET_BDS = LT_CONTENT.

UMB_SERVICE_GET_LOCK_INST call function 'UMB_SERVICE_GET_LOCK_INST' importing ER_LOCK = LR_LOCK_IMPL exceptions ERROR = 1 others = 2.

UMB_SERVICE_LAST_CHANGER call function 'UMB_SERVICE_LAST_CHANGER' exporting I_TSTPNM = UMB_YS_STRATEGY-TSTPNM I_TIMESTMP = UMB_YS_STRATEGY-TIMESTMP.

UMB_CATEGORY_TEXT_GET call function 'UMB_CATEGORY_TEXT_GET' exporting I_STCAT = UMB_YS_STCAT-STCAT I_CLIENT = G_CLIENT I_BC = G_BC I_LANGU = SY-LANGU importing E_LTXT = UMB_YS_STCAT-LTXT.

UMB_SERVICE_OWNER_CHECK call function 'UMB_SERVICE_OWNER_CHECK' exporting I_OWNER = UMB_YS_STRATEGY-OWNER.

UMB_SERVICE_LAST_CHANGER_FCODE call function 'UMB_SERVICE_LAST_CHANGER_FCODE' changing FCODE = OK_CODE.

UMB_STRATEGY_WHEREUSED call function 'UMB_STRATEGY_WHEREUSED' exporting I_STRATEGY = G0200-STRATEGY I_BC = G_BC I_SHOW_DETAIL = 'X' * I_SILENCE = ' ' * I_TITLE = TEXT-006 importing NOT_USED = L_NOT_USED.

UMB_SERVICE_TABU_AUTH_CHECK call function 'UMB_SERVICE_TABU_AUTH_CHECK' exporting I_ACTVT = '02' " Change exceptions NOT_AUTHORIZED = 1 others = 2.

UMB_SERVICE_TABU_AUTH_CHECK call function 'UMB_SERVICE_TABU_AUTH_CHECK' exporting I_ACTVT = '02' " Delete exceptions NOT_AUTHORIZED = 1 others = 2.

UMB_STRATEGY_WHEREUSED call function 'UMB_STRATEGY_WHEREUSED' exporting I_STRATEGY = G0200-STRATEGY I_BC = G_BC * I_SHOW_DETAIL = 'X' I_SILENCE = 'X' * I_TITLE = TEXT-006 importing NOT_USED = L_NOT_USED.

POPUP_TO_CONFIRM_LOSS_OF_DATA call function 'POPUP_TO_CONFIRM_LOSS_OF_DATA' exporting TEXTLINE1 = L_TEXTLINE TITEL = 'Löschen'(013) DEFAULTOPTION = 'N' importing ANSWER = L_ANSWER.

TR_OBJECTS_INSERT call function 'TR_OBJECTS_INSERT' * EXPORTING * WI_ORDER = ' ' * IV_NO_STANDARD_EDITOR = ' ' * IV_NO_SHOW_OPTION = ' ' * IV_EXTERNALPS = ' ' * IV_EXTERNALID = ' ' * IV_NO_PS = ' ' importing * WE_ORDER = WE_TASK = L_TASK tables WT_KO200 = LT_KO200 WT_E071K = LT_E071K * TT_TADIR = exceptions CANCEL_EDIT_OTHER_ERROR = 1 SHOW_ONLY_OTHER_ERROR = 2 others = 3.

ENQUEUE_E_UMB_ST100 * CALL FUNCTION 'ENQUEUE_E_UMB_ST100' * EXPORTING * mode_umb_st100 = 'E' * mandt = sy-mandt ** STRATEGY = * x_strategy = ' ' * _scope = '2' * _wait = ' ' * _collect = ' ' * EXCEPTIONS * foreign_lock = 1 * system_failure = 2 * OTHERS = 3 .

UMB_ENQUEUE_STRATEGY





call function 'UMB_ENQUEUE_STRATEGY' exporting I_STRATEGY = '' I_BC = G_BC exceptions FOREIGN_LOCK = 1 others = 3.

DEQUEUE_E_UMB_ST100 * CALL FUNCTION 'DEQUEUE_E_UMB_ST100' * EXPORTING * mode_umb_st100 = 'E' * mandt = sy-mandt ** STRATEGY = * x_strategy = ' ' * _scope = '3' * _synchron = ' ' * _collect = ' ' .

UMB_DEQUEUE_STRATEGY call function 'UMB_DEQUEUE_STRATEGY' exporting I_STRATEGY = '' I_BC = G_BC.

UMB_SERVICE_GET_LOCK_INST call function 'UMB_SERVICE_GET_LOCK_INST' importing ER_LOCK = LR_LOCK_IMPL exceptions ERROR = 1 others = 2.

UMB_SERVICE_OWNER_NAME call function 'UMB_SERVICE_OWNER_NAME' exporting I_OWNER = L_OWNER importing E_NAME = G0200-USER_NAME.

UMB_SERVICE_TRANSLATE call function 'UMB_SERVICE_TRANSLATE' exporting IS_ELEMENT = WA_ELEMENT I_BC = G_BC.

UMB_SERVICE_TRANSPORT call function 'UMB_SERVICE_TRANSPORT' exporting IS_ELEMENT = WA_ELEMENT I_BC = G_BC.



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_ST_NAVF03 or its description.