SAP ABAP Class EUP_ACTION_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
Properties
Class EUP_ACTION_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_ACTION_INSTANCE has no interface implemented.
Friends
Class EUP_ACTION_INSTANCE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ACTION_STATUS_ACTIVE Constant Public Type reference (TYPE) INT4 0 20041126
2 ACTION_STATUS_CANCELLED Constant Public Type reference (TYPE) INT4 2 20041126
3 ACTION_STATUS_COMPLETED Constant Public Type reference (TYPE) INT4 3 20041126
4 ACTION_STATUS_ERROR Constant Public Type reference (TYPE) INT4 4 20041126
5 ACTION_STATUS_FUTURE Constant Public Type reference (TYPE) INT4 6 20041126
6 ACTION_STATUS_INVALID Constant Public Type reference (TYPE) INT4 -1 20041126
7 ACTION_STATUS_IN_PROCESS Constant Public Type reference (TYPE) INT4 5 20041126
8 ACTION_STATUS_RUNNING Constant Public Type reference (TYPE) INT4 1 20041126
9 ACTION_STATUS_SKIPPED Constant Public Type reference (TYPE) INT4 7 20041126
10 ACTION_TYPE_BACKGROUND Constant Public Type reference (TYPE) INT4 0 20041126
11 ACTION_TYPE_INVALID Constant Public Type reference (TYPE) INT4 -1 20041126
12 ACTION_TYPE_UI Constant Public Type reference (TYPE) INT4 1 20041126
13 ASYNCHRONOUS Instance attribute Public Type reference (TYPE) ABAP_BOOL 20041207
14 PROCESSOR Instance attribute Public Attribute reference (LIKE) SY-UNAME User Name 20041126
15 TYPE Instance attribute Public Type reference (TYPE) INT4 Natural number 20041126
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20041207
2 CONSTRUCTOR Instance method Public Constructor 20041206
Events
Class EUP_ACTION_INSTANCE has no event.
Types
Class EUP_ACTION_INSTANCE has no local type.
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class EUP_ACTION_INSTANCE has no parameter.
Method CLASS_CONSTRUCTOR on class EUP_ACTION_INSTANCE has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ASYNCHRONOUS Call by reference Type reference (TYPE) ABAP_BOOL 20041207
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 LANGUAGE Call by reference Type reference (TYPE) LAISO 20041206
5 Importing OPTIONAL Call by reference Type reference (TYPE) ABAP_BOOL 20041206
6 Importing PROCESSOR Call by reference Attribute reference (LIKE) SY-UNAME 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 20041206
10 Importing TITLE Call by reference Type reference (TYPE) STRING 20041206
11 Importing TYPE Call by reference Type reference (TYPE) INT4 20041206
12 Importing VERSION Call by reference Type reference (TYPE) EUP_VERSION_NUMBER 20041223

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