UMM_TEST_MC_FRAMES 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 UMM_TEST_MC_FRAMES 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.
Selection Text: CONAME = D Cockpit
Selection Text: FRNO = D Frame No. in a Logical View
Selection Text: HEIGHT = Height of Graphic
Selection Text: LVNO = D Number of a Logical View
Selection Text: WANAME = D Wall
Selection Text: WIDTH = Width of Graphic
Title: Testing Management Cockpit Frames
Text Symbol: 001 = Error Output
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
UMM_EP_GET_RUNTIME_VAR CALL FUNCTION 'UMM_EP_GET_RUNTIME_VAR' EXPORTING i_langu = sy-langu i_coname = coname TABLES et_runtime_var = lt_runtime_var.
UMM_EP_GET_FRAME CALL FUNCTION 'UMM_EP_GET_FRAME' EXPORTING i_coname = coname i_wano = li_wano i_lvno = li_lvno i_frno = li_frno * I_FRNAME = * I_BUFFER = 'X' * I_WIDTH = 320 * I_HEIGHT = 200 i_reshref = 'X' IMPORTING e_length = gi_length * E_TYPE = * E_LEGEND = * E_BGCOLOR = TABLES it_runtime_var = lt_runtime_var et_content = lt_content et_imagemap = lt_imagemap et_errmsg = lt_err_msg.
DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = dyname dynumb = dynum translate_to_upper = 'X' TABLES dynpfields = dynpfields EXCEPTIONS invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 invalid_parameter = 7 undefind_error = 8 double_conversion = 9 stepl_not_found = 10 OTHERS = 11.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = tabname lfieldname = fieldname IMPORTING dfies_wa = field_wa EXCEPTIONS OTHERS = 1.
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = retfield window_title = lc_title * value_org = value_org TABLES value_tab = value_tab field_tab = field_tab return_tab = return_tab EXCEPTIONS OTHERS = 1.
DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = dyname dynumb = dynum TABLES dynpfields = dynpfields EXCEPTIONS invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 undefind_error = 7 OTHERS = 8.
DP_CREATE_URL CALL FUNCTION 'DP_CREATE_URL' EXPORTING type = 'image' subtype = 'jpeg' size = gi_length * DATE = * TIME = * DESCRIPTION = * LIFETIME = * CACHEABLE = TABLES data = gt_content * FIELDS = * PROPERTIES = CHANGING url = url EXCEPTIONS dp_invalid_parameter = 1 dp_error_put_table = 2 dp_error_general = 3 OTHERS = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
UMM_TEST_MC_FRAMES - Testing Management Cockpit Frames UMM_TEST_MC_FRAMES - Testing Management Cockpit Frames UMM_SET_WAS_UPDATE_TEXT - Program UMM_SET_WAS_UPDATE_TEXT UMM_SET_WAS_UPDATE_TEXT - Program UMM_SET_WAS_UPDATE_TEXT UMM_SET_WAS_EXPAND_VIEWS - Report UMM_SET_WAS_BUTTONS UMM_SET_WAS_EXPAND_VIEWS - Report UMM_SET_WAS_BUTTONS