CACSCP_RCP_WORKLIST_ADMIN is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Administration of worklists for retrospective case processing (RCP) You can use the CACSRCPWORKLIST transaction to call the worklist administration from the initial commission case administration (transaction CACSRCPCASE)...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter CACSCP_RCP_WORKLIST_ADMIN 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: WLSTAT = D .
Selection Text: WLID = D .
Selection Text: CHGUSER = D .
Selection Text: CHGDATE = D .
Title: RCP: Administration of Worklists
Text Symbol: 029 = References: Case
Text Symbol: 030 = References: Version
Text Symbol: 031 = Case
Text Symbol: 032 = Display Commission Case Version 1
Text Symbol: 033 = Display Commission Case Version from Worklist
Text Symbol: 034 = Display Newest Commission Case Version
Text Symbol: 035 = Change Commission Case Version 1
Text Symbol: 036 = Change Commission Case from Worklist
Text Symbol: 037 = Change Newest Commission Case Version
Text Symbol: 038 = Business Object Category
Text Symbol: 039 = Reason for Adding Commission Case
Text Symbol: 040 = Task Status
Text Symbol: 043 = Worklist Status
Text Symbol: 044 = Symbol
Text Symbol: 045 = Include Objects
Text Symbol: 046 = Approve
Text Symbol: 047 = Execute
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CACSCP_RCP_WORKLIST_ADMIN - RCP: Administration of Worklists CACSCP_RCP_WORKLIST_ADMIN - RCP: Administration of Worklists CACSCP_RCP_PENDING_CASES_VAF01 - CACSCPRCPPENDINGCASESVAF01 CACSCP_RCP_PENDING_CASES_USI01 - CACSCPRCPPENDINGCASESUSI01 CACSCP_RCP_PENDING_CASES_USF01 - CACSCPRCPPENDINGCASESUSF01 CACSCP_RCP_PENDING_CASES_STO01 - CACSCPRCPPENDINGCASESSTO01