SAP ABAP Class EUP_BLOCK_INSTANCE (Models a block instance.)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-GP (Application Component) Guided Procedure
     S_EUP_GP (Package) Development GP
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  EUP_ACTIVITY_INSTANCE Models an activity instance. 20041126
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  EUP_PROCESS_INSTANCE Models a process instance. 20041126
Properties
Class EUP_BLOCK_INSTANCE  
Short Description Models a block instance.    
Super Class EUP_ACTIVITY_INSTANCE Models an activity instance. 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_EUP_GP   Development GP 
Created 20041126   SAP 
Last change 20050213   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class EUP_BLOCK_INSTANCE has no interface implemented.
Friends
Class EUP_BLOCK_INSTANCE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 BLOCK_TYPE Instance attribute Public Type reference (TYPE) INT4 Natural number 20041126
2 BLOCK_TYPE_CONDITIONAL Constant Public Type reference (TYPE) INT4 3 Natural number 20041126
3 BLOCK_TYPE_INVALID Constant Public Type reference (TYPE) INT4 -1 20041126
4 BLOCK_TYPE_LOOP Constant Public Type reference (TYPE) INT4 2 20041126
5 BLOCK_TYPE_PARALLEL Constant Public Type reference (TYPE) INT4 1 20041126
6 BLOCK_TYPE_SEQUENTIAL Constant Public Type reference (TYPE) INT4 0 20041126
7 BLOCK_TYPE_USER_DECISION Constant Public Type reference (TYPE) INT4 4 20041126
8 CHILDREN Instance attribute Public Type reference (TYPE) EUP_ACTIVITY_INSTANCE_TABLE asdf 20041126
9 DECISION_ACTION Instance attribute Public Object reference (TYPE REF TO) EUP_ACTION_INSTANCE Models a block instance. 20041207
10 IS_DECISION_BLOCK Instance attribute Public Type reference (TYPE) ABAP_BOOL 20041207
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20041206
Events
Class EUP_BLOCK_INSTANCE has no event.
Types
Class EUP_BLOCK_INSTANCE has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BLOCK_TYPE Call by reference Type reference (TYPE) INT4 20041206
2 Importing DESCRIPTION Call by reference Type reference (TYPE) STRING 20041206
3 Importing ID Call by reference Type reference (TYPE) GUID_32 20041206
4 Importing IS_DECISION_BLOCK Call by reference Type reference (TYPE) ABAP_BOOL 20041207
5 Importing LANGUAGE Call by reference Type reference (TYPE) LAISO 20041206
6 Importing OPTIONAL Call by reference Type reference (TYPE) ABAP_BOOL 20041206
7 Importing STATUS Call by reference Type reference (TYPE) INT4 20041206
8 Importing TECH_NAME Call by reference Type reference (TYPE) STRING 20041206
9 Importing TEMPLATE_ID Call by reference Type reference (TYPE) GUID_32 20041223
10 Importing TITLE Call by reference Type reference (TYPE) STRING 20041206
11 Importing VERSION Call by reference Type reference (TYPE) EUP_VERSION_NUMBER 20041223

Method CONSTRUCTOR on class EUP_BLOCK_INSTANCE has no exception.
History
Last changed by/on SAP  20050213 
SAP Release Created in 700