USMD110_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 USMD110_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.
Title: Program USMD110_VIEWCLUSTER_MAINT
INCLUDE LSVCMCOD.
No SAP DATABASE tables are accessed within this REPORT code!
APB_ISR_CUST_SCEN_ACTIVE_FIND CALL FUNCTION 'APB_ISR_CUST_SCEN_ACTIVE_FIND' EXPORTING iv_scenario = ls_1101-usmd_scenario IMPORTING es_return = ls_return EXCEPTIONS error = 1 OTHERS = 2.
APB_ISR_CUST_SCENARIO_GET CALL FUNCTION 'APB_ISR_CUST_SCENARIO_GET' EXPORTING iv_scenario = ls_1101-usmd_scenario IMPORTING ev_application = ld_scn_appl EXCEPTIONS error = 1 OTHERS = 2.
USMD_MESSAGE_POPUP CALL FUNCTION 'USMD_MESSAGE_POPUP' EXPORTING it_message = lt_message if_save_necessary = ' '"lf_save_necessary IMPORTING ef_continue = lf_continue.
USMD_MESSAGE_POPUP CALL FUNCTION 'USMD_MESSAGE_POPUP' EXPORTING it_message = lt_message if_save_necessary = lf_save_necessary IMPORTING ef_continue = lf_continue.
USMD_IS_CREQ_TYPE_INUSE CALL FUNCTION 'USMD_IS_CREQ_TYPE_INUSE' EXPORTING id_creq_type = ls_110c-usmd_creq_type IMPORTING ef_result = lf_inuse CHANGING ct_message = lt_message.
USMD_IS_CREQ_TYPE_INUSE CALL FUNCTION 'USMD_IS_CREQ_TYPE_INUSE' EXPORTING id_creq_type = ls_1101-usmd_creq_type IMPORTING ef_result = lf_inuse CHANGING ct_message = lt_message.
USMD_IS_CREQ_TYPE_INUSE CALL FUNCTION 'USMD_IS_CREQ_TYPE_INUSE' EXPORTING id_creq_type = ls_110c_db-usmd_creq_type IMPORTING ef_result = lf_inuse CHANGING ct_message = lt_message.
USMD_MESSAGE_POPUP * CALL FUNCTION 'USMD_MESSAGE_POPUP' * EXPORTING * it_message = lt_message * if_save_necessary = ' '.
USMD_MESSAGE_POPUP * CALL FUNCTION 'USMD_MESSAGE_POPUP' * EXPORTING * it_message = lt_message * if_save_necessary = ' '.
F4IF_INT_TABLE_VALUE_REQUEST * CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' * EXPORTING * retfield = 'USMD_ENTITY' * dynpprog = sy-repid * dynpnr = sy-dynnr * dynprofield = 'V_USMD1101-USMD_ENTITY' * value_org = 'S' * display = ' ' * TABLES * value_tab = lt_value.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
USMD110_VIEWCLUSTER_MAINT - Program USMD110_VIEWCLUSTER_MAINT USMD110_VIEWCLUSTER_MAINT - Program USMD110_VIEWCLUSTER_MAINT USMD100_VIEWCLUSTER_MAINT - Program USMD2_VIEWCLUSTER_MAINT USMD100_VIEWCLUSTER_MAINT - Program USMD2_VIEWCLUSTER_MAINT USMD010_VIEWCLUSTER_MAINT - USMD010VIEWCLUSTERMAINT USMD010_VIEWCLUSTER_MAINT - USMD010VIEWCLUSTERMAINT