USMD004_VIEWCLUSTER_MAINT is a standard Executable ABAP Report 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 USMD004_VIEWCLUSTER_MAINT 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.
Text Symbol: 001 = Development Package
Text Symbol: 002 = Generate Structures
INCLUDE LSVCMCOD.
No SAP DATABASE tables are accessed within this REPORT code!
USMD_MESSAGE_POPUP call function 'USMD_MESSAGE_POPUP' exporting it_message = lt_message_all if_save_necessary = space.
USMD_MESSAGE_POPUP call function 'USMD_MESSAGE_POPUP' exporting it_message = lt_message_all if_save_necessary = space.
USMD_MESSAGE_POPUP call function 'USMD_MESSAGE_POPUP' exporting it_message = lt_message_all if_save_necessary = lf_save_necessary importing ef_continue = lf_continue.
TR_SYS_PARAMS call function 'TR_SYS_PARAMS' importing systemedit = systemedit systemtype = systemtype system_client_edit = system_client_edit sys_cliinddep_edit = sys_cliinddep_edit exceptions no_systemname = 1 no_systemtype = 2 others = 3.
TR_SYS_PARAMS call function 'TR_SYS_PARAMS' importing systemtype = l_systemtype exceptions no_systemname = 1 no_systemtype = 2 others = 3.
POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting text_question = 'Strukturen generieren'(002) importing answer = l_answer exceptions text_not_found = 1 others = 2.
USMD_MESSAGE_POPUP call function 'USMD_MESSAGE_POPUP' exporting it_message = lt_message_all if_save_necessary = space.
POPUP_GET_VALUES call function 'POPUP_GET_VALUES' exporting * NO_VALUE_CHECK = ' ' popup_title = 'Entwicklungspaket'(001) start_column = '5' start_row = '5' importing returncode = l_code tables fields = lt_field exceptions error_in_fields = 1 others = 2.
USMD_MESSAGE_POPUP call function 'USMD_MESSAGE_POPUP' exporting it_message = lt_message if_save_necessary = space.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
USMD004_VIEWCLUSTER_MAINT - USMD004VIEWCLUSTERMAINT USMD004_VIEWCLUSTER_MAINT - USMD004VIEWCLUSTERMAINT USMD003_VIEWCLUSTER_MAIN - Program USMD003_VIEWCLUSTER_MAIN USMD003_VIEWCLUSTER_MAIN - Program USMD003_VIEWCLUSTER_MAIN USMD001_VIEWCLUSTER_MAINT - Program USMD001_VIEWCLUSTER_MAINT USMD001_VIEWCLUSTER_MAINT - Program USMD001_VIEWCLUSTER_MAINT