CACS_OAPSIEXEC is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program is used to execute process steps in an
If you would like to execute this report or see the full code listing simply enter CACS_OAPSIEXEC 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_OA30 - FOA: Schedule Proc.Step Processing
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: BATCH = Background
Selection Text: JOBNAME = Job Name
Selection Text: ONLINE = Foreground
Selection Text: SCHEDULE = Schedule
Selection Text: SDLDATE = Process Step Execution Date
Selection Text: SDLTIME = Process Step Execution Time
Selection Text: STRTIMMD = Start Immediately
Selection Text: OAPIID = D .
Selection Text: OAPSIID = D .
Title: Execute Process Step in Worklist for Object Assignment
Text Symbol: 001 = Background Processing
Text Symbol: 003 = Processing Mode
INCLUDE CACS_OAPSIEXECTOP.
INCLUDE CACS_OAPSIEXEC_F01.
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.