SAP ABAP Class EUP_ACTIVITY_INSTANCE (Models an activity instance.)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-GP (Application Component) Guided Procedure
     S_EUP_GP (Package) Development GP
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  EUP_ACTION_INSTANCE Models a block instance. 20041126
2 Inheritance (c INHERITING FROM c_ref)  EUP_BLOCK_INSTANCE Models a block instance. 20041126
Properties
Class EUP_ACTIVITY_INSTANCE  
Short Description Models an activity instance.    
Super Class    
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_ACTIVITY_INSTANCE has no interface implemented.
Friends
Class EUP_ACTIVITY_INSTANCE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DESCRIPTION Instance attribute Public Type reference (TYPE) STRING 20041126
2 ID Instance attribute Public Type reference (TYPE) GUID_32 GUID in 'CHAR' Format in Uppercase 20041126
3 LANGUAGE Instance attribute Public Type reference (TYPE) LAISO Language according to ISO 639 20041126
4 OPTIONAL Instance attribute Public Type reference (TYPE) ABAP_BOOL 20041126
5 PARENT Instance attribute Public Object reference (TYPE REF TO) EUP_BLOCK_INSTANCE Models a block instance. 20041126
6 STATUS Instance attribute Public Type reference (TYPE) INT4 Natural number 20041126
7 TECH_NAME Instance attribute Public Type reference (TYPE) STRING 20041126
8 TEMPLATE_ID Instance attribute Public Type reference (TYPE) GUID_32 20041223
9 TITLE Instance attribute Public Type reference (TYPE) STRING 20041126
10 VERSION Instance attribute Public Type reference (TYPE) EUP_VERSION_NUMBER 20041223
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20041206
Events
Class EUP_ACTIVITY_INSTANCE has no event.
Types
Class EUP_ACTIVITY_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 DESCRIPTION Call by reference Type reference (TYPE) STRING 20041206
2 Importing ID Call by reference Type reference (TYPE) GUID_32 GUID in 'CHAR' Format in Uppercase 20041206
3 Importing LANGUAGE Call by reference Type reference (TYPE) LAISO 20041206
4 Importing OPTIONAL Call by reference Type reference (TYPE) ABAP_BOOL 20041206
5 Importing STATUS Call by reference Type reference (TYPE) INT4 20041206
6 Importing TECH_NAME Call by reference Type reference (TYPE) STRING 20041206
7 Importing TEMPLATE_ID Call by reference Type reference (TYPE) GUID_32 20041223
8 Importing TITLE Call by reference Type reference (TYPE) STRING 20041206
9 Importing VERSION Call by reference Type reference (TYPE) EUP_VERSION_NUMBER 20041223

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