RPT_ECATT_CTS_API_TEST 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_CTS_API_TEST 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: PACKAGE = Package
Selection Text: PTDCNAME = TDC Name
Selection Text: PTDCVER = TDC Version
Selection Text: PTDCV_TO = TDC Vers. Target (Copy/Rename)
Selection Text: PTDC_TO = TDC Name Target (Copy/Rename)
Selection Text: P_COPY = Copy
Selection Text: P_CREATE = Create
Selection Text: P_DELETE = Delete
Selection Text: P_EDIT = Edit
Selection Text: P_EXISTS = Existence Check
Selection Text: P_RENAME = Rename
Selection Text: TRANSNO = Task/Request
Title: Report RPT_ECATT_CTS_API_TEST
Text Symbol: 001 = Use version '0' for operations that affect the whole TDC
Text Symbol: 002 = Package and Transport Request/Task for Creating, Editing, and Copying
Text Symbol: 003 = Select an operation
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ECATT_EXISTENCE_CHECK CALL FUNCTION 'ECATT_EXISTENCE_CHECK' EXPORTING im_object_name = ptdcname im_object_version = ptdcver im_object_type = 'ECTD' im_exists_any_version = 'X' IMPORTING ex_exists = l_exists.
ECATT_EXISTENCE_CHECK CALL FUNCTION 'ECATT_EXISTENCE_CHECK' EXPORTING im_object_name = ptdc_to im_object_version = ptdcv_to im_object_type = 'ECTD' im_exists_any_version = 'X' IMPORTING ex_exists = l_exists.
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_CTS_API_TEST - Report RPT_ECATT_CTS_API_TEST RPT_ECATT_CTS_API_TEST - Report RPT_ECATT_CTS_API_TEST RPT_ECATT_CREATE_HTTP_USER_TOP - RPTECATTCREATEHTTPUSERTOP RPT_ECATT_CREATE_HTTP_USER - Report for the creation of a user for the HTTP service RPT_ECATT_CREATE_HTTP_USER - Report for the creation of a user for the HTTP service RPT_ECATT_COPY_PARAM_XMLVAL - Copy XML Data between eCATT Parameters of Different Objects