CACS_WFCASTRIG is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report triggers workflows for pending processing for commission cases that are selected for mass processing (currently only the importing of external data transfer files)...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 CACS_WFCASTRIG into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
CACS_WFCASTRIG - Workflow for Case: Evaluate EDT
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_SIMU = Simulation
Selection Text: P_APPL = D .
Selection Text: P_RID = D .
Selection Text: P_THIGN = D .
Selection Text: P_THSNGL = D .
Title: Commission Case Workflow: Trigger Flagged Events
Text Symbol: SB1 = Options
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CACS_WFCASE_TRIGGER_RUN CALL FUNCTION 'CACS_WFCASE_TRIGGER_RUN' EXPORTING id_appl = p_appl id_ext_run_id = p_rid id_threshold_single = p_thsngl ib_ignore_threshold = p_thign ib_update_task = 'X' ib_simulation = p_simu ib_commit_work = gc_true ib_show_log = gc_true.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CACS_WFCASTRIG - Commission Case Workflow: Trigger Flagged Events CACS_WFCASTRIG - Commission Case Workflow: Trigger Flagged Events CACS_WARRALLO - Closing Offsetting for Guarantee: Select Dataset CACS_WARRALLO - Closing Offsetting for Guarantee: Select Dataset CACS_VIEW_GENERATOR_TRANSPOF01 - CACSVIEWGENERATORTRANSPOF01 CACS_VIEW_GENERATOR_DEVCLASF01 - CACSVIEWGENERATORDEVCLASF01