CACS_REVERSE_TRICAS_RUN is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Canceling closure or settlement runs This report executes the cancellation run for closure or settlement runs...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_REVERSE_TRICAS_RUN into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
CACSTR11 - Reverse Additional Commission Case
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: PA_RUN_O = D .
Selection Text: PA_TEST = Test Run
Selection Text: PA_WHEN = Key Date
Selection Text: PA_RUNID = D .
Selection Text: SO_CONT = D .
Selection Text: SO_TYPE = D .
Title: Reset - Additional Commission Case
Text Symbol: 001 = Selection
Text Symbol: 002 = Mode
Text Symbol: 003 = Log
Text Symbol: 004 = ********************* Update Run **************************
Text Symbol: 005 = ********************* Test Run ****************************
Text Symbol: 023 = Time Control
Text Symbol: 024 = Determine Time-Spots
INCLUDE CACS_FISELPRT.
No SAP DATABASE tables are accessed within this REPORT code!
F4IF_FIELD_VALUE_REQUEST CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST' EXPORTING tabname = space fieldname = space searchhelp = 'CACS_RUNID_CA' dynpprog = sy-repid dynpnr = sy-dynnr dynprofield = 'PA_RUNID'.
CACS_PR_UI_0100_GET_DATA CALL FUNCTION 'CACS_PR_UI_0100_GET_DATA' IMPORTING ed_busi_tstmp = pa_busi ed_tech_tstmp = pa_tech eb_busi_flg = pa_busif eb_tech_flg = pa_techf.
CACS_DETERMINE_CURRENT_APPL CALL FUNCTION 'CACS_DETERMINE_CURRENT_APPL' IMPORTING e_appl = pa_appl EXCEPTIONS no_appl = 1 OTHERS = 2.
CACS_CHECK_QUAL_AUTH CALL FUNCTION 'CACS_CHECK_QUAL_AUTH' EXPORTING i_application = pa_appl i_object = 'E_CACS_MAS' EXCEPTIONS no_authority = 1 OTHERS = 2.
CACS_CHECK_QUAL_AUTH CALL FUNCTION 'CACS_CHECK_QUAL_AUTH' EXPORTING i_application = pa_appl i_object = 'E_CACS_ACC' i_actvt = '84' EXCEPTIONS no_authority = 1 OTHERS = 2.
CACS00_REVERSE_TC_RUN CALL FUNCTION 'CACS00_REVERSE_TC_RUN'. "#EC *
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_REVERSE_TRICAS_RUN - Reset - Additional Commission Case CACS_REVERSE_TRICAS_RUN - Reset - Additional Commission Case CACS_REVERSE_SETTLE_RUNF01 - CACSREVERSESETTLERUNF01 CACS_REVERSE_SETTLE_RUN - Reset - Settlement CACS_REVERSE_SETTLE_RUN - Reset - Settlement CACS_REVERSE_CLOSE_RUNF01 - CACSREVERSECLOSERUNF01