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
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.
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
INCLUDE UMB_BSC_TABLE_CLEANTOP.
INCLUDE UMB_BSC_TABLE_CLEANF01.
INCLUDE UMB_BSC_TABLE_CLEANF02.
INCLUDE UMB_BSC_TABLE_CLEANF03.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
UMB_BSC_TABLE_CLEAN - Clean Tables (Scorecards) UMB_BSC_TABLE_CLEAN - Clean Tables (Scorecards) UMB_BSC_SYNC_PROJECT_DATA - Update Initiative Data With R/3 Project System data UMB_BSC_SYNC_PROJECT_DATA - Update Initiative Data With R/3 Project System data UMB_BSC_SCORECARD_DATA - UMBBSCSCORECARDDATA UMB_BSC_SCORECARD_APPLICATION1 - UMBBSCSCORECARDAPPLICATION1