SAP Reports / Programs

USMD004_VIEWCLUSTER_MAINT SAP ABAP Report - USMD004VIEWCLUSTERMAINT







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


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


Text pool values


Text Symbol: 001 = Development Package
Text Symbol: 002 = Generate Structures


INCLUDES used within this REPORT USMD004_VIEWCLUSTER_MAINT

INCLUDE LSVCMCOD.


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:

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.



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