CLOSING_CONVERT2CPS 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 CLOSING_CONVERT2CPS 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: P_JOBDEF = Job Definition
Selection Text: P_QUEUE = Queue
Selection Text: P_SYSTEM = System
Selection Text: P_TEST = Test Run = X
Selection Text: P_PROFIL = D .
Title: Conversion of Jobs to Remote Tasks
Text Symbol: 001 = Contraints for Remote Tasks
Text Symbol: 100 = Test run: Converting &1 tasks
Text Symbol: 101 = Update run: &1 tasks successfully converted
Text Symbol: A01 = Error during database update; rollback executed
Text Symbol: E00 = Error:
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ENQUEUE_E_LOCK_PROFILE_1 CALL FUNCTION 'ENQUEUE_E_LOCK_PROFILE_1' EXPORTING profile = p_profil EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
DEQUEUE_E_LOCK_PROFILE_1 CALL FUNCTION 'DEQUEUE_E_LOCK_PROFILE_1' EXPORTING profile = p_profil.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CLOSING_CONVERT2CPS - Conversion of Jobs to Remote Tasks CLOSING_CONVERT2CPS - Conversion of Jobs to Remote Tasks CLONELOGINC - documentation and ABAP source code CLOI_CHANGES_UPL_45===========FT - CLOICHANGESUPL45===========FT CLOI_CHANGES_UPL_31===========FT - CLOICHANGESUPL31===========FT CLMV_CLASS_EXIST==============FT - CLMVCLASSEXIST==============FT