MEMIG_OBJECTF10 is a standard ABAP INCLUDE 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 MEMIG_OBJECTF10 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: Include MEMIG_OBJECTF10
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BDC_RECORD_TRANSACTION call function 'BDC_RECORD_TRANSACTION' exporting tcode = temob-tcode tables dynprotab = dyntab exceptions system_failure = 1 invalid_transaction = 2 invalid_mode = 3 invalid_update = 4 others = 5.
DDIF_FIELDINFO_GET call function 'DDIF_FIELDINFO_GET' exporting tabname = l_tabname fieldname = l_fieldname tables dfies_tab = l_fieldtab exceptions not_found = 1 internal_error = 2 others = 3.
RS_SCRP_GR_PROG * call function 'RS_SCRP_GR_PROG' * exporting * program = l_dynprog * prog_field = '*' ** IMPORTING ** MESS_CODE = ** MESS_TEXT = * tables * pfield = l_pfield ** EXCEPTIONS ** ILLEGAL_PARAMETERS = 1 ** OTHERS = 2 * .
BDC_RECORD_VALUE_REQUEST call function 'BDC_RECORD_VALUE_REQUEST' exporting name = '*' display = ' ' importing key = bdckey exceptions system_failure = 1 others = 2.
BDC_RECORD_OPEN call function 'BDC_RECORD_OPEN' exporting queue_id = bdckey-qid name = bdckey-groupid tables transactions = bdctcode exceptions not_found = 1 system_failure = 2 others = 3.
BDC_OBJECT_READ call function 'BDC_OBJECT_READ' exporting queue_id = bdckey-qid * DATATYPE = '%BDC' * TRANS = 0 tables dynprotab = dyntab exceptions not_found = 1 system_failure = 2 invalid_datatype = 3 others = 4.
RS_TREE_CONSTRUCT call function 'RS_TREE_CONSTRUCT' tables nodetab = l_tree exceptions tree_failure = 1 id_not_found = 2 wrong_relationship = 3 others = 4.
RS_TREE_EXPAND call function 'RS_TREE_EXPAND' exporting node_id = l_id all = k_x exceptions not_found = 1 others = 2.
RS_TREE_LIST_DISPLAY call function 'RS_TREE_LIST_DISPLAY' exporting callback_program = 'SAPMEMIG_OBJECT' callback_user_command = 'BDC_TREE_EXIT' * CALLBACK_TEXT_DISPLAY = ' ' * CALLBACK_MOREINFO_DISPLAY = ' ' * CALLBACK_COLOR_DISPLAY = ' ' callback_top_of_page = 'BDC_TREE_TOP' status = 'OWN' * CHECK_DUPLICATE_NAME = '1' * COLOR_OF_NODE = '4' * COLOR_OF_MARK = '3' * COLOR_OF_LINK = '1' * COLOR_OF_MATCH = '5' * LOWER_CASE_SENSITIVE = ' ' * MODIFICATION_LOG = ' ' * NODE_LENGTH = 30 * TEXT_LENGTH = 75 * TEXT_LENGTH1 = 0 * TEXT_LENGTH2 = 0 * RETURN_MARKED_SUBTREE = ' ' * SCREEN_START_COLUMN = 0 * SCREEN_START_LINE = 0 * SCREEN_END_COLUMN = 0 * SCREEN_END_LINE = 0 * SUPPRESS_NODE_OUTPUT = ' ' * LAYOUT_MODE = ' ' * IMPORTING * F15 = exceptions others = 1.
POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting textline1 = text-b11 textline2 = text-b12 titel = text-b10 cancel_display = k__ importing answer = antwort exceptions others = 1.
POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting textline1 = text-b11 textline2 = text-b12 titel = text-b10 cancel_display = k__ importing answer = antwort exceptions others = 1.
POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting textline1 = text-b11 textline2 = text-b12 titel = text-b10 cancel_display = k__ importing answer = antwort exceptions others = 1.
RS_TREE_GET_CURRENT_TREE call function 'RS_TREE_GET_CURRENT_TREE' tables nodeinfo = p_tree exceptions others = 1.
DDIF_FIELDINFO_GET call function 'DDIF_FIELDINFO_GET' exporting tabname = l_tabname fieldname = l_fieldname tables dfies_tab = l_fieldtab exceptions not_found = 1 internal_error = 2 others = 3.
RS_TREE_SET_CURRENT_TREE call function 'RS_TREE_SET_CURRENT_TREE' tables * NODELIST = curr_tree nodeinfo = curr_tree.
RS_TREE_EXPAND call function 'RS_TREE_EXPAND' exporting node_id = 1 all = k_x exceptions not_found = 1 others = 2.
DDIF_FIELDINFO_GET call function 'DDIF_FIELDINFO_GET' exporting tabname = l_tabname fieldname = l_fieldname tables dfies_tab = l_fieldtab exceptions not_found = 1 internal_error = 2 others = 3.
RS_TREE_SET_NODE call function 'RS_TREE_SET_NODE' exporting node_info = l_nodeinfo exceptions id_not_found = 1 others = 2.
call function 'ISU_M_BDC_OBJECT_NAMES_SET' exporting x_firma = itembdc-firma x_object = itembdc-object importing y_struc = struc y_intstruc = struc2 y_ttype = ttype.
DDIF_FIELDINFO_GET call function 'DDIF_FIELDINFO_GET' exporting tabname = itable fieldname = ifield langu = sy-langu tables dfies_tab = idfies exceptions not_found = 1 internal_error = 2 others = 3.
F4IF_DETERMINE_SEARCHHELP call function 'F4IF_DETERMINE_SEARCHHELP' exporting tabname = idfies-tabname fieldname = idfies-fieldname importing shlp = shlp exceptions others = 4.
ISU_M_BDC_STRUCTURE_CREATE call function 'ISU_M_BDC_STRUCTURE_CREATE' exporting x_firma = itembdc-firma x_name = struc x_dd02v = idd02v tables t_dd03p = idd03p exceptions create_failed = 1 invalid_company = 2 tadir_update_failed = 3 others = 4.
ISU_M_BDC_STRUCTURE_CREATE call function 'ISU_M_BDC_STRUCTURE_CREATE' exporting x_firma = itembdc-firma x_name = struc2 x_dd02v = jdd02v tables t_dd03p = jdd03p exceptions create_failed = 1 invalid_company = 2 tadir_update_failed = 3 others = 4.
ISU_M_BDC_STRUCTURE_CREATE call function 'ISU_M_BDC_STRUCTURE_CREATE' exporting x_firma = itembdc-firma x_name = ttype x_dd02v = idd02v tables t_dd03p = idd03p exceptions create_failed = 1 invalid_company = 2 tadir_update_failed = 3 others = 4.
RS_TREE_SET_NODE call function 'RS_TREE_SET_NODE' exporting node_info = l_nodeinfo exceptions id_not_found = 1 others = 2.
ISU_M_HYPER_OBJECT_NAMES_SET call function 'ISU_M_HYPER_OBJECT_NAMES_SET' exporting x_firma = temob-firma x_object = temob-object * X_LEVEL = * X_NODE = importing y_autostructure = temob-strtyp * Y_INPSTRUCTURE = * Y_FUNCPOOL = y_funcname = temob-mfuba.
ISU_M_HYPER_POOL_CREATE call function 'ISU_M_HYPER_POOL_CREATE' exporting x_firma = temob-firma x_object = temob-object tables t_functab = hyp_functab exceptions funcpool_exists = 1 insert_error = 2 invalid_company = 3 others = 4.
ISU_M_HYPER_FUNCTION_CREATE call function 'ISU_M_HYPER_FUNCTION_CREATE' exporting x_firma = temob-firma x_object = temob-object exceptions insert_error = 1 others = 2.
ISU_M_HYPER_FUNCTION_DELETE call function 'ISU_M_HYPER_FUNCTION_DELETE' exporting x_funcname = temob-mfuba changing y_funcpool = funcpool exceptions not_found = 1 delete_error = 2 others = 3.
ISU_M_HYPER_POOL_DELETE call function 'ISU_M_HYPER_POOL_DELETE' exporting x_funcpool = funcpool exceptions not_found = 1 delete_error = 2 others = 3.
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 MEMIG_OBJECTF10 or its description.