SCTS_OBJECT_CTREQUEST 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 SCTS_OBJECT_CTREQUEST 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.
Title: Program for Object Type CTREQUEST: CTS Request
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BAPI_CTREQUEST_RELEASE CALL FUNCTION 'BAPI_CTREQUEST_RELEASE' EXPORTING REQUESTID = OBJECT-KEY-REQUESTID TASKID = TASKID COMPLETE = COMPLETE IMPORTING RETURN = RETURN EXCEPTIONS OTHERS = 01.
BAPI_CTREQUEST_CREATE CALL FUNCTION 'BAPI_CTREQUEST_CREATE' EXPORTING PROJECT = PROJECT TRANSLAYER = TRANSLAYER TEXT = TEXT AUTHOR = AUTHOR REQUEST_TYPE = REQUEST_TYPE IMPORTING RETURN = RETURN HEADER = HEADER REQUESTID = OBJECT-KEY-REQUESTID TABLES AUTHORLIST = AUTHORLIST TASK_LIST = TASKLIST EXCEPTIONS OTHERS = 01.
BAPI_CTREQUEST_CREATE_TASKS CALL FUNCTION 'BAPI_CTREQUEST_CREATE_TASKS' EXPORTING REQUESTID = OBJECT-KEY-REQUESTID IMPORTING RETURN = RETURN TABLES AUTHORLIST = AUTHORLIST TASK_LIST = TASKLIST EXCEPTIONS OTHERS = 01.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SCTS_OBJECT_CTREQUEST - Program for Object Type CTREQUEST: CTS Request SCTS_OBJECT_CTREQUEST - Program for Object Type CTREQUEST: CTS Request SCTS_IMPORT_COLLECTION - Internal Report: import collection SCTS_IMPORT_COLLECTION - Internal Report: import collection SCTC_VMA_SUPPORT - Support Function(s) for View Maintenance Adapter SCTC_VMA_SUPPORT - Support Function(s) for View Maintenance Adapter