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
Below is a list of transaction codes which are relevant to this SAP report
SECATT_HIST - eCATT User History
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: 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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
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_LAST_USED_OBJECTS - History of Processed eCATT Objects RPT_ECATT_LAST_USED_OBJECTS - History of Processed eCATT Objects RPT_ECATT_GET_CTS_DEF - RPTECATTGETCTSDEF RPT_ECATT_GET_CTS_DEF - RPTECATTGETCTSDEF RPT_ECATT_EXECUTE_TEST - Test Program for FB ECATT_EXECUTE RPT_ECATT_EXECUTE_TEST - Test Program for FB ECATT_EXECUTE