CTS_ADD_REQUEST2COLLECTION 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 CTS_ADD_REQUEST2COLLECTION 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: COLL = Collection
Selection Text: TRKORR = Request
Title: Program CTS_ADD_REQUEST_TO_COLLECTION
INCLUDE CTS_ADD_REQUEST2COLLECTION_TOP. " GLOBAL DATA
No SAP DATABASE tables are accessed within this REPORT code!
EPS_GET_FILE_ATTRIBUTES call function 'EPS_GET_FILE_ATTRIBUTES' exporting iv_long_file_name = epsfile dir_name = epsfolder importing file_mtime = filemodtime exceptions others = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CTS_ADD_REQUEST2COLLECTION - Program CTS_ADD_REQUEST_TO_COLLECTION CTS_ADD_REQUEST2COLLECTION - Program CTS_ADD_REQUEST_TO_COLLECTION CTSPROJECT - documentation and ABAP source code CTSICONS - documentation and ABAP source code CTSCUSCONS - documentation and ABAP source code CTRM_RESTART_BGRFC_QUEUES - Restart failed queues of interface from Logistics of Treasury