SAP Reports / Programs | Cross-Application Components | European Monetary Union: Euro(CA-EUR) SAP CA

CNVA_00555_SIMULATE SAP ABAP Report - Runtime Estimation: Simulation Step







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 Landscape Transformation: Runtime Analysis - Simulation Step You use this report to schedule a specified number of parallel jobs to update the table CNVA_00555_SIM...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 CNVA_00555_SIMULATE into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT CNVA_00555_SIMULATE. "Basic submit
SUBMIT CNVA_00555_SIMULATE AND RETURN. "Return to original report after report execution complete
SUBMIT CNVA_00555_SIMULATE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT CNVA_00555_SIMULATE

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.


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

No SAP FUNCTION MODULES are executed within this report code!



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name CNVA_00555_SIMULATE or its description.