MDM_PROXY_META_MAINTAIN 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 MDM_PROXY_META_MAINTAIN 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 PROXY_META_MAINTAIN
Text Symbol: 001 = Extraction Object
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
MDM_METADATA_MAINTAIN CALL FUNCTION 'MDM_METADATA_MAINTAIN' EXPORTING i_workmode = mdm01_c_workmode-delete i_s_head = i_s_extr EXCEPTIONS OTHERS = 1.
MDM_METADATA_MAINTAIN CALL FUNCTION 'MDM_METADATA_MAINTAIN' EXPORTING i_workmode = mdm01_c_workmode-read i_s_head = i_s_extr * IMPORTING * E_S_HEAD = * TABLES * C_T_GRP = * C_T_FLD = EXCEPTIONS OTHERS = 1.
DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = 'MDM_METADATA_MAINTAIN' dynumb = sy-dynnr translate_to_upper = 'X' * PERFORM_CONVERSION_EXITS = ' ' * PERFORM_INPUT_CONVERSION = ' ' TABLES dynpfields = l_t_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 OTHERS = 10.
HELP_VALUES_GET_NO_DD_NAME CALL FUNCTION 'HELP_VALUES_GET_NO_DD_NAME' EXPORTING cucol = 2 curow = 4 selectfield = 'EXTROBJECT' titel = 'Extraktionsobject'(001) IMPORTING ind = l_table_index TABLES fields = l_t_fields full_table = l_t_select EXCEPTIONS full_table_empty = 1 no_tablestructure_given = 2 no_tablefields_in_dictionary = 3 more_then_one_selectfield = 4 no_selectfield = 5 OTHERS = 6.
DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = 'MDM_METADATA_MAINTAIN' dynumb = sy-dynnr TABLES dynpfields = l_t_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.
RSAN_FUNCTION_CHECK * CALL FUNCTION 'RSAN_FUNCTION_CHECK' * EXPORTING * i_funcname = i_s_extr-extractor * EXCEPTIONS * syntax_error = 1 * OTHERS = 2.
FUNCTION_EXISTS CALL FUNCTION 'FUNCTION_EXISTS' EXPORTING funcname = i_s_extr-extractor * IMPORTING GROUP = L_GROUP * INCLUDE = L_INCL EXCEPTIONS OTHERS = 1.
MDM_METADATA_MAINTAIN CALL FUNCTION 'MDM_METADATA_MAINTAIN' EXPORTING i_workmode = mdm01_c_workmode-save i_s_head = l_s_head * IMPORTING * E_S_HEAD = TABLES c_t_grp = l_t_grp c_t_fld = l_t_fld EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MDM_PROXY_META_MAINTAIN - Program PROXY_META_MAINTAIN MDM_PROXY_META_MAINTAIN - Program PROXY_META_MAINTAIN MDM_META_DISPLAY - Display/Process MDM Extraction Object MDM_META_DISPLAY - Display/Process MDM Extraction Object MDM_METADATA_MAINTAIN - MDM Metadata Maintenance MDM_METADATA_MAINTAIN - MDM Metadata Maintenance