RPT_ECATT_REFERENCED_LIST 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 RPT_ECATT_REFERENCED_LIST 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: OBJ_TYPE = D .
Selection Text: OBJNAMES = D .
Title: List of Referenced Objects
Text Symbol: SUM = Total:
Text Symbol: 302 = Accept Development Objects (FUN/CALLMETHOD/...)
Text Symbol: 301 = Accept Generated Proxy Objects
Text Symbol: 203 = eCATT Transport of Referenced Object(s)
Text Symbol: 202 = ALL selected objects were transported
Text Symbol: 201 = No objects selected, no objects transported
Text Symbol: 200 = Unsuitable transport type, no objects transported
Text Symbol: 104 = Selection Options
Text Symbol: 103 = Or
Text Symbol: 102 = Version:
Text Symbol: 101 = Object Name:
Text Symbol: 100 = Object Type:
Text Symbol: 011 = Selectn
Text Symbol: 010 = Versions
Text Symbol: 009 = Number of Analyzed and Referenced Objects
Text Symbol: 008 = Object(s) for Analysis Selected
Text Symbol: 007 = ShortTxt
Text Symbol: 006 = Version
Text Symbol: 005 = Choose Download Directory
Text Symbol: 004 = Referenced Objects for
Text Symbol: 003 = Download performed
Text Symbol: 002 = Name
Text Symbol: 001 = Obj. Type
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ECATT_GET_LINKED_OBJECTS CALL FUNCTION 'ECATT_GET_LINKED_OBJECTS' EXPORTING im_inc_proxy_and_dep_objs = inc_pdo im_inc_wb_objects = inc_wbo TABLES im_ecatt_obj_list = lt_ecatt_obj_list_org ex_tr_obj_list = lt_tr_obj_list.
ECATT_OBJECT_MAINTENANCE CALL FUNCTION 'ECATT_OBJECT_MAINTENANCE' EXPORTING im_object_name = l_obj_name im_object_type = l_obj_type im_activetab = l_activetab im_object_version = l_obj_ver im_object_mode = 'SHOW' im_client = cl_gui_ecatt_const=>eom_client_reflist.
ECATT_DOCU_CALL * CALL FUNCTION 'ECATT_DOCU_CALL' * EXPORTING * im_object_name = ls_ecatt_obj_list-name ** IM_OBJECT_VERSION = 1 ** IM_OBJECT_TYPE = 'ECTC' ** IM_OBJECT_MODE = 'SHOW' ** IM_LANGU = * .
TR_REQUEST_CHOICE CALL FUNCTION 'TR_REQUEST_CHOICE' EXPORTING iv_request_types = 'T' " 'TK' "'*' it_e071 = lt_e071 it_e071k = lt2_e071k iv_title = 'eCATT Referenced Object(s) Transport'(203) * IMPORTING * es_request = EXCEPTIONS invalid_request = 1 invalid_request_type = 2 user_not_owner = 3 no_objects_appended = 4 enqueue_error = 5 cancelled_by_user = 6 recursive_call = 7 OTHERS = 8.
RS_TOOL_ACCESS CALL FUNCTION 'RS_TOOL_ACCESS' EXPORTING operation = 'SHOW' object_name = l_key object_type = im_obj_type_key EXCEPTIONS not_executed = 1 invalid_object_type = 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.
RPT_ECATT_REFERENCED_LIST - List of Referenced Objects RPT_ECATT_REFERENCED_LIST - List of Referenced Objects RPT_ECATT_OBJECT_ANALYSE - Analyze eCATT Object RPT_ECATT_OBJECT_ANALYSE - Analyze eCATT Object RPT_ECATT_MAKE_XML_EXAMPLES - XML Create Structure Examples RPT_ECATT_MAKE_XML_EXAMPLES - XML Create Structure Examples