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

RPT_ECATT_LAST_USED_OBJECTS SAP ABAP Report - History of Processed eCATT Objects







RPT_ECATT_LAST_USED_OBJECTS 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_LAST_USED_OBJECTS into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

SECATT_HIST - eCATT User History


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_LAST_USED_OBJECTS. "Basic submit
SUBMIT RPT_ECATT_LAST_USED_OBJECTS AND RETURN. "Return to original report after report execution complete
SUBMIT RPT_ECATT_LAST_USED_OBJECTS 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: PUSER = User
Selection Text: PSINGLE = Only Individual Executions
Selection Text: PEXEC = Executed Operation: EXECUTE
Selection Text: PEDIT = Executed Operation: EDIT
Selection Text: PDATSTRT = Period Start
Selection Text: PDATEND = End of Period
Title: History of Processed eCATT Objects
Text Symbol: 015 = In Period
Text Symbol: 014 = End Date Is Before Start Date
Text Symbol: 013 = Object Does Not Exist
Text Symbol: 012 = Started Tests:
Text Symbol: 011 = Edited Objects:
Text Symbol: 010 = No objects found
Text Symbol: 009 = Operation
Text Symbol: 008 = To:
Text Symbol: 007 = From:
Text Symbol: 006 = By User:
Text Symbol: 005 = Objects Processed
Text Symbol: 004 = Last Access
Text Symbol: 003 = Version
Text Symbol: 002 = Name
Text Symbol: 001 = Object Type


INCLUDES used within this REPORT RPT_ECATT_LAST_USED_OBJECTS

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_OBJECT_MAINTENANCE CALL FUNCTION 'ECATT_OBJECT_MAINTENANCE' * STARTING NEW TASK 'ECATT' DESTINATION 'NONE' 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 EXCEPTIONS object_already_exists = 1 object_not_found = 2 system_failure = 10 MESSAGE l_msg communication_failure = 11 MESSAGE l_msg.



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