CNVA_00555_SIMULATE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for
If you would like to execute this report or see the full code listing simply enter CNVA_00555_SIMULATE into the relevant SAP transactions such as SE38 or SE80
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.
Title: Runtime Estimation: Simulation Step
Text Symbol: 030 = You are trying to restart the activity. Data for previous execution will be lost. Do you want to continue?
Text Symbol: 029 = Simulate
Text Symbol: 028 = Continue Processing
Text Symbol: 027 = the operating mode of application server?
Text Symbol: 026 = Do you want to continue without switching
Text Symbol: 025 = Application Server Instance
Text Symbol: 024 = of application server?
Text Symbol: 023 = Do you want to be redirected to central instance
Text Symbol: 022 = Current application server is not the central instance
Text Symbol: 021 = Do you wish to continue?
Text Symbol: 019 = default directory to write REDO logs, the system may go standstill
Text Symbol: 018 = SAPARCH is full. The tool writes REDO logs and incase SAPARCH is the
Text Symbol: 017 = MB free space in SAPARCH directory:
Text Symbol: 016 = Selected Job Sequence: 3-6-9...
Text Symbol: 015 = Selected Job Sequence: 2-4-6...
Text Symbol: 012 = Error in 'FILL_SNAPSHOT_DATA'
Text Symbol: 011 = SAPARCH Warning
Text Symbol: 010 = Continue anyway?
Text Symbol: 009 = No
Text Symbol: 008 = Yes
Text Symbol: 007 = Error in retrieving some system information
Text Symbol: 006 = Step 1:3 Jobs...Step 2:6 Jobs...
Text Symbol: 005 = Step 1:2 Jobs...Step 2:4 Jobs...
Text Symbol: 004 = Select Job Scheduling Sequence
Text Symbol: 003 = Ok
Text Symbol: 002 = Cancel
Text Symbol: 001 = Confirmation
INCLUDE CNVA_00555_TOP.
INCLUDE CNVA_00555_SIMULATE_TOP.
INCLUDE: CNV_MBT_SM_PARAMS ,
INCLUDE CNVA_00555_SIMULATE_FORM.
INCLUDE CNVA_00555_SIMULATE_0100_PBO.
INCLUDE CNVA_00555_SIMULATE_0100_PAI.
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.
CNVA_00555_SIMULATE - Runtime Estimation: Simulation Step CNVA_00555_SIMULATE - Runtime Estimation: Simulation Step CNVA_00555_REMOTE_TRIGGER - Remote Initialization for Runtime Estimation CNVA_00555_REMOTE_TRIGGER - Remote Initialization for Runtime Estimation CNVA_00555_PBO - Include CNVA_00555_PBO CNVA_00555_PAI - Include CNVA_00555_PAI