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

UMB_BSC_TABLE_CLEAN SAP ABAP Report - Clean Tables (Scorecards)







UMB_BSC_TABLE_CLEAN is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Cleaning of Tables (Scorecards) This report clears inconsistent entries in the database table of a balanced scorecard...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter UMB_BSC_TABLE_CLEAN 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_BSC_TABLE_CLEAN. "Basic submit
SUBMIT UMB_BSC_TABLE_CLEAN AND RETURN. "Return to original report after report execution complete
SUBMIT UMB_BSC_TABLE_CLEAN VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_CLEAN = Clean Scorecard
Selection Text: P_REPAIR = Repair Scorecard
Selection Text: P_TEST = Check
Selection Text: P_SCARD = D .
Title: Clean Tables (Scorecards)
Text Symbol: 001 = Scorecard
Text Symbol: 002 = Perspectives
Text Symbol: 003 = Strategies
Text Symbol: 004 = Objectives
Text Symbol: 005 = Measures
Text Symbol: 006 = Initiatives
Text Symbol: 007 = Value Fields
Text Symbol: 008 = Clean & ...
Text Symbol: 009 = Type of Table Change
Text Symbol: 010 = Value Field Selections
Text Symbol: 011 = Repair & ...
Text Symbol: 012 = Update & ...
Text Symbol: 013 = BW Chars
Text Symbol: 014 = BW Variables


INCLUDES used within this REPORT UMB_BSC_TABLE_CLEAN

INCLUDE UMB_BSC_TABLE_CLEANTOP.
INCLUDE UMB_BSC_TABLE_CLEANF01.
INCLUDE UMB_BSC_TABLE_CLEANF02.
INCLUDE UMB_BSC_TABLE_CLEANF03.


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.

BAL_LOG_CREATE call function 'BAL_LOG_CREATE' exporting I_S_LOG = S_LOG importing E_LOG_HANDLE = H_LOG_HANDLE exceptions LOG_HEADER_INCONSISTENT = 1 others = 2.

BAL_GLB_MSG_DEFAULTS_SET call function 'BAL_GLB_MSG_DEFAULTS_SET' exporting I_S_MSG_DEFAULTS = S_MSG_DEFAULTS exceptions NOT_AUTHORIZED = 1 DEFAULTS_INCONSISTENT = 2 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_BSC_TABLE_CLEAN or its description.