SAP ABAP Data Element POC_SIMULATION_PRE_BO_ID (Symbolic Business Object ID of Prev. Object for Simulation)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-EPT-POC (Application Component) Process Orchestration for Built-In Processes
     BS_POC_TEST (Package) Process Orchestration - Test Reports
Basic Data
Data Element POC_SIMULATION_PRE_BO_ID
Short Description Symbolic Business Object ID of Prev. Object for Simulation  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type CHAR8    
Data Type CHAR   Character String 
Length 8    
Decimal Places 0    
Output Length 8    
Value Table      
Further Characteristics
Search Help: Name    
Search Help: Parameters    
Parameter ID   
Default Component name    
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short 10 PRE BO ID 
Medium 15 Sim. PRE BO ID 
Long 20 Sim. PRE BO ID 
Heading 15 Sim. PRE BO ID 
Documentation

Definition

Determines the previous business object of a given activity.

Use

You build up process simulations by linking activities through previous objects. Previous activities are referenced using their symbolic business object IDs.

If no previous business object ID is given, the business object itself will be assigned as its own previous object.

You can have only one previous object.

Dependencies

You can only address previous objects that have been defined in the same simulation run with the same simulation ID. Multiple runs of the same simulation will not reference business objects of previous runs or existing business objects.

Example

In Process A, the business object 74 (in line 20) references the business object 114 (in line 10) as its previous business object. Business object 114 has a symbolic business object ID of 1.

Process A

Line    BO    ID    Previous BO

10    114    1    None

....

20    74    1    114 1

History
Last changed by/on SAP  20110908 
SAP Release Created in 731