SAP Reports / Programs | Incentive and Commission Management (ICM)(ICM) SAP ICM

CACSCP_RCP_WORKLIST_ADMIN_ALV SAP ABAP Report - RCP: Administration of Worklists







CACSCP_RCP_WORKLIST_ADMIN_ALV 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_ALV into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT CACSCP_RCP_WORKLIST_ADMIN_ALV. "Basic submit
SUBMIT CACSCP_RCP_WORKLIST_ADMIN_ALV AND RETURN. "Return to original report after report execution complete
SUBMIT CACSCP_RCP_WORKLIST_ADMIN_ALV VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: WLSTAT = D .
Selection Text: WLID = D .
Selection Text: CHGUSER = D .
Selection Text: CHGDATE = D .
Title: RCP: Administration of Worklists
Text Symbol: 029 = Ref. Case
Text Symbol: 030 = Ref. Version
Text Symbol: 031 = Case
Text Symbol: 032 = Display Commission Case Version 1
Text Symbol: 033 = Display Commission Case in Worklist
Text Symbol: 034 = Display Newest Commission Case Version
Text Symbol: 035 = Change Commission Case Vers. 1
Text Symbol: 036 = Change Commission Case in Worklist
Text Symbol: 037 = Change Newest Commission Case Vers.
Text Symbol: 038 = Business Object Category
Text Symbol: 039 = Reason for Adding Commission Case
Text Symbol: 040 = Task Status
Text Symbol: 044 = *Blr-Icon
Text Symbol: 045 = *Blr-Include_Objects
Text Symbol: 046 = *Blr-Allow
Text Symbol: 047 = *Blr-Execute_Object
Text Symbol: 048 = *Blr-Complete
Text Symbol: 049 = *Blr-Failure
Text Symbol: 050 = *Blr-Activity
Text Symbol: 051 = *Blr-Modified_Object
Text Symbol: 052 = *Blr-Defect
Text Symbol: 028 = Ref. Year
Text Symbol: 001 = Business Object
Text Symbol: 002 = Business Transaction
Text Symbol: 003 = Technical ID
Text Symbol: 004 = Reports
Text Symbol: 005 = Selection By Worklists
Text Symbol: 007 = Worklist/Task
Text Symbol: 008 = Query
Text Symbol: 009 = Delete Worklists from Database?
Text Symbol: 010 = Yes
Text Symbol: 011 = No
Text Symbol: 012 = Change Status to 7?





Text Symbol: 013 = Change Status to 8?
Text Symbol: 014 = Key
Text Symbol: 015 = Legend
Text Symbol: 016 = Worklist is currently being created
Text Symbol: 017 = Worklist is ready for processing
Text Symbol: 018 = Worklist is currently being processed
Text Symbol: 019 = Worklist was successfully processed
Text Symbol: 020 = Worklist is invalid
Text Symbol: 021 = Manual processing required
Text Symbol: 022 = New start after manual processing
Text Symbol: 023 = Worklist was canceled
Text Symbol: 024 = Delete Worklist
Text Symbol: 025 = Delete?
Text Symbol: 026 = Status change
Text Symbol: 027 = Change?


INCLUDES used within this REPORT CACSCP_RCP_WORKLIST_ADMIN_ALV

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

No SAP FUNCTION MODULES are executed within this report code!



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name CACSCP_RCP_WORKLIST_ADMIN_ALV or its description.