SAP Reports / Programs

UMG_CHECK_CLUSTER SAP ABAP Report - Check table clusters for initial records







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


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 UMG_CHECK_CLUSTER. "Basic submit
SUBMIT UMG_CHECK_CLUSTER AND RETURN. "Return to original report after report execution complete
SUBMIT UMG_CHECK_CLUSTER VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT UMG_CHECK_CLUSTER

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:

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.



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