SAP Reports / Programs | Basis Components | Basis Components | eCATT Extended Computer Aided Test Tool(BC-TWB-TST-ECA) SAP BC

RPT_ECATT_USAGE_LIST SAP ABAP Report - eCATT - Search for eCATT Commands in Test Scripts







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RPT_ECATT_USAGE_LIST. "Basic submit
SUBMIT RPT_ECATT_USAGE_LIST AND RETURN. "Return to original report after report execution complete
SUBMIT RPT_ECATT_USAGE_LIST VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT RPT_ECATT_USAGE_LIST

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

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 RPT_ECATT_USAGE_LIST or its description.