RPT_ECATT_USAGE_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_USAGE_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: CMD_TYPE = Command:
Selection Text: OBJ_NAME = Object for Command:
Title: eCATT - Search for eCATT Commands in Test Scripts
Text Symbol: 001 = Test Script Version
Text Symbol: 002 = Commands of Type
Text Symbol: 003 = with Object Name
Text Symbol: 004 = Used in:
Text Symbol: 005 = Version
Text Symbol: 006 = Test Scripts
Text Symbol: 007 = Title
Text Symbol: 008 = Test Configuration
Text Symbol: 009 = Test Script
Text Symbol: 010 = Is Used in
Text Symbol: 011 = Test Configurations
Text Symbol: 100 = Command:
Text Symbol: 101 = Object in Command
Text Symbol: 102 = Find
Text Symbol: 111 = Note: Search of Commands of Type REF Includes
Text Symbol: 112 = Search of Use of Object in Test Configurations
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ECATT_GET_OBJ_USAGE_SCRIPTLIST CALL FUNCTION 'ECATT_GET_OBJ_USAGE_SCRIPTLIST' EXPORTING obj_type = cmd_type_i obj_name = obj_name * SEARCH_LIST = * SEARCH_RECURSE = ' ' IMPORTING ecatt_list = l_ecatt_list.
ECATT_OBJECT_GET_TITLE CALL FUNCTION 'ECATT_OBJECT_GET_TITLE' EXPORTING im_object_name = wa_ecatt_list-name im_object_version = wa_ecatt_list-version im_object_type = 'ECSC' IMPORTING ex_title = l_desc EXCEPTIONS OTHERS = 1.
ECATT_OBJECT_GET_TITLE CALL FUNCTION 'ECATT_OBJECT_GET_TITLE' EXPORTING im_object_name = ectc_ver-name * im_object_version = wa_ecatt_list-version im_object_type = 'ECTC' IMPORTING ex_title = l_desc EXCEPTIONS OTHERS = 1.
ECATT_OBJECT_MAINTENANCE CALL FUNCTION 'ECATT_OBJECT_MAINTENANCE' EXPORTING im_object_name = wa_ecatt_list-name im_object_version = wa_ecatt_list-version im_object_type = wa_ecatt_list-type im_activetab = l_activetab im_object_mode = 'SHOW' im_client = cl_gui_ecatt_const=>eom_client_uselist.
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_USAGE_LIST - eCATT - Search for eCATT Commands in Test Scripts RPT_ECATT_USAGE_LIST - eCATT - Search for eCATT Commands in Test Scripts RPT_ECATT_UPLOAD_EXT_SCRIPT - Copy External Script From Hard Disk RPT_ECATT_UPLOAD_EXT_SCRIPT - Copy External Script From Hard Disk RPT_ECATT_TRANS - Create transport of eCATT Objects RPT_ECATT_TRANS - Create transport of eCATT Objects