UMG_CHECK_CLUSTER is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report should only be used together with transaction SPUMG during t he preparation of a system for the conversion to Unicode...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 UMG_CHECK_CLUSTER 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.
Title: Check table clusters for initial records
Text Symbol: 001 = Help
Text Symbol: 002 = Delete Initial Records
Text Symbol: 004 = Status
Text Symbol: 005 = Refresh Tree
Text Symbol: 006 = Delete initial records from cluster
Text Symbol: 007 = Do you want to delete the records from the cluster ?
Text Symbol: 008 = No initial records have been found for this table cluster
Text Symbol: 009 = Run the Consistency Check
Text Symbol: 010 = The following initial records have been found:
Text Symbol: 011 = Check has been performed for this table cluster
Text Symbol: 012 = Check has not been performed for this table cluster
Text Symbol: 013 = Status of table cluster
Text Symbol: 014 = Key values
Text Symbol: 015 = Table Cluster
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting titlebar = 'Delete initial records from cluster'(006) text_question = 'Do you want to delete the records from the cluster ?'(007) text_button_1 = 'Yes' text_button_2 = 'No' display_cancel_button = 'X' importing answer = l_answer exceptions text_not_found = 1 others = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
UMG_CHECK_CLUSTER - Check table clusters for initial records UMG_CHECK_CLUSTER - Check table clusters for initial records UMG_CHECK_APPLICATION_TABS - Downtime Step Report: check table's content UMG_CHECK_APPLICATION_TABS - Downtime Step Report: check table's content UMG_CHARSTAT_INFO - Display and Test the Character Statistics UMG_CHARSTAT_INFO - Display and Test the Character Statistics