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

UMB_MASS_MAINTENANCEF09 SAP ABAP INCLUDE - UMBMASSMAINTENANCEF09







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

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:

BAL_DB_SAVE call function 'BAL_DB_SAVE' exporting I_CLIENT = SY-MANDT I_IN_UPDATE_TASK = ' ' I_SAVE_ALL = 'X' exceptions LOG_NOT_FOUND = 1 SAVE_NOT_ALLOWED = 2 NUMBERING_ERROR = 3 others = 4.

UMC_DIMENSIONS_GET call function 'UMC_DIMENSIONS_GET' exporting I_DESTINATION = IS_KEYF-RFCDEST I_INFOCUBE = IS_KEYF-TCUBE I_QUERY = IS_KEYF-TQUERY importing ET_DIMS = LT_BW_DIM exceptions others = 1.

UMC_DIMVAL_CHECK call function 'UMC_DIMVAL_CHECK' exporting I_DESTINATION = IS_KEYF-RFCDEST I_INFOCUBE = IS_KEYF-TCUBE I_QUERY = IS_KEYF-TQUERY I_DIMENSION = WA_CHA_TAB-TCHANM I_ICHAVALEXT = '' exceptions CHANM_NOT_FOUND = 1 CHAVAL_NOT_FOUND = 2 others = 3.

UMC_VARIABLES_GET call function 'UMC_VARIABLES_GET' exporting I_DESTINATION = IS_KEYF-RFCDEST I_INFOCUBE = IS_KEYF-TCUBE I_QUERY = IS_KEYF-TQUERY importing ET_BW_VAR = LT_BW_VAR exceptions others = 1.

UMC_KEYFIGURES_GET call function 'UMC_KEYFIGURES_GET' exporting I_DESTINATION = IS_KEYF-RFCDEST I_INFOCUBE = IS_KEYF-TCUBE I_QUERY = IS_KEYF-TQUERY importing ET_KFS = LT_KFS exceptions others = 1.

UMC_DIMVAL_CHECK call function 'UMC_DIMVAL_CHECK' exporting I_DESTINATION = IS_KEYF-RFCDEST I_INFOCUBE = IS_KEYF-TCUBE I_QUERY = IS_KEYF-TQUERY I_DIMENSION = L_DIMENSION I_ICHAVALEXT = L_ICHAVALEXT exceptions CHANM_NOT_FOUND = 1 CHAVAL_NOT_FOUND = 2 others = 3.

UMC_KEYFIGURE_CHECK call function 'UMC_KEYFIGURE_CHECK' exporting I_DESTINATION = UMC_YS_KEYFIGURE-RFCDEST I_INFOCUBE = UMC_YS_KEYFIGURE-TCUBE I_QUERY = UMC_YS_KEYFIGURE-TQUERY I_TKFNM = UMC_YS_KEYFIGURE-TKFNM importing ES_KFS = LS_KFS exceptions KEYFIGURE_NOT_FOUND = 1 ODBO_ERROR = 2 RFC_ERROR = 3 BWSERVER_NOT_EXIST = 4 others = 5.

UMC_DIMENSIONS_GET call function 'UMC_DIMENSIONS_GET' exporting I_DESTINATION = UMC_YS_KEYFIGURE-RFCDEST I_INFOCUBE = UMC_YS_KEYFIGURE-TCUBE I_QUERY = UMC_YS_KEYFIGURE-TQUERY I_KFTYPE = LS_KFS-KFTYPE importing ET_DIMS = LT_DIMS exceptions ODBO_ERROR = 1 APO_ERROR = 2 RFC_ERROR = 3 others = 4.

UMC_VARIABLES_GET call function 'UMC_VARIABLES_GET' exporting I_DESTINATION = UMC_YS_KEYFIGURE-RFCDEST I_INFOCUBE = UMC_YS_KEYFIGURE-TCUBE I_QUERY = UMC_YS_KEYFIGURE-TQUERY importing ET_BW_VAR = LT_BW_VAR exceptions ODBO_ERROR = 1 RFC_ERROR = 2 BWSERVER_NOT_EXIST = 3 others = 4.



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