CACS_OATRG1EXEC is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Processing of process triggers of type
If you would like to execute this report or see the full code listing simply enter CACS_OATRG1EXEC 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_TRG1EXEC - FOA Connection: Commission Contract
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: CREPROC = D .
Selection Text: CTRTBUID = D .
Selection Text: DELOPTRG = D .
Selection Text: DELTRG = D .
Selection Text: DISPTRG = D .
Selection Text: STRTWFL = D .
Selection Text: TRGDATE = D .
Title: FOA Connection: Execute Trigger of Type 'Commission Contract'
Text Symbol: 001 = Scope of Processing
Text Symbol: 002 = Comn Contract
Text Symbol: 003 = Confirm deletion
Text Symbol: 004 = Delete?
Text Symbol: 005 = Assignment process for commission ctrct
Text Symbol: 006 = being created...
Text Symbol: 007 = Confirm processing
Text Symbol: 008 = Do you want to trigger processing?
Text Symbol: 010 = Processing Mode
Text Symbol: 011 = Options for Proc.Creation
Text Symbol: 012 = Options for Trigger Deletion
INCLUDE CACS_OATRG1EXECTOP.
INCLUDE CACS_OATRG1EXECF01.
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.
CACS_OATRG1EXEC - FOA Connection: Execute Trigger of Type 'Commission Contract' CACS_OATRG1EXEC - FOA Connection: Execute Trigger of Type 'Commission Contract' CACS_OAPSIEXEC_F01 - CACSOAPSIEXECF01 CACS_OAPSIEXECTOP - CACSOAPSIEXECTOP CACS_OAPSIEXEC - Execute Process Step in Worklist for Object Assignment CACS_OAPSIEXEC - Execute Process Step in Worklist for Object Assignment