SAP ABAP Class CL_CFX_STATUS (CFS: Maintains a Status)
Hierarchy
CPRXRPM (Software Component) SAP Portfolio and Project Management 6.0
   PLM-CFO (Application Component) Collaboration Folders
     CFX_STATUS (Package) cFolders Status
Properties
Class CL_CFX_STATUS  
Short Description CFS: Maintains a Status    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CFX_STATUS   cFolders Status 
Created 20020416   SAP 
Last change 20141109    
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)
2 CFSS1 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_CFX_STATUS has no interface implemented.
Friends
Class CL_CFX_STATUS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MP_CFS_STATUS Instance attribute Private Object reference (TYPE REF TO) CL_CFS_STATUS CFS: Maintains a Status 20020416
2 MP_STATUS_PROFILE Instance attribute Private Object reference (TYPE REF TO) CL_CFX_STATUS_PROFILE Manages a Status Profile 20020416
3 SC_STATUS_PROPERTY_PROTECTED Constant Private Type reference (TYPE) CFS_PROPERTY_TYPE 'prot' Type of a Status Property 20020416
Methods
# Method Level Visibility Method type Description Created on
1 ADD_ENTRY_ACTION Instance method Public Method Adds Action at Status Receipt 20020416
2 CONSTRUCTOR Instance method Public Constructor 20020416
3 CREATE Static method Public Method Creates a Status in a Profile 20020416
4 CREATE_ATTRIBUTES Instance method Private Method Creates Attributes for Status 20020416
5 DELETE Instance method Public Method Deletes the Status 20020416
6 GET_ENTRY_ACTIONS Instance method Public Method Delivers All Actions at Status Receipt 20020416
7 GET_HEADER_DATA Instance method Public Method Delivers Header Data of Status 20020416
8 GET_ID Instance method Public Method Delivers ID of Status 20020416
9 GET_NAME Instance method Public Method Delivers Name of Status 20020416
10 GET_PROFILE Instance method Public Method Delivers the Status Profile 20020416
11 GET_STATUSES_FOR_ACTIONS Static method Public Method 20070515
12 INITIALIZE Static method Public Method Initializes Status Profile Instance 20020416
13 IS_CHANGEABLE Instance method Public Method Checks If the Status May Be Changed 20020416
14 IS_PROTECTED Instance method Public Method Specifies If Status has Characteristic Protected 20020416
15 REMOVE_ENTRY_ACTION Instance method Public Method Deletes Action from Status Receipt 20020416
16 REMOVE_PROTECTED Instance method Public Method Deletes Property Protected by Status 20020416
17 SET_DESCRIPTION Instance method Public Method Changes Description of Status 20020416
18 SET_NAME Instance method Public Method Changes Name of Status 20020416
19 SET_PROTECTED Instance method Public Method Adds Property Protected to Status 20020416
Events
Class CL_CFX_STATUS has no event.
Types
Class CL_CFX_STATUS has no local type.
Method Signatures

Method ADD_ENTRY_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_ACTION Call by reference Object reference (TYPE REF TO) IF_CFS_ACTION Action, die bei einem Statusübergang durchgeführt wird 20020416

Method ADD_ENTRY_ACTION on class CL_CFX_STATUS has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ID Value transfer Type reference (TYPE) CFS_STATUS_ID CFS: Id eines Status 20020416

Method CONSTRUCTOR on class CL_CFX_STATUS has no exception.

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_STATUS_PROFILE Call by reference Object reference (TYPE REF TO) CL_CFX_STATUS_PROFILE Verwaltet ein Statusschema 20020416
2 Importing I_DESCRIPTION Call by reference Type reference (TYPE) CFS_STATUS_DESCR Beschreibung eines Status 20020416
3 Importing I_NAME Call by reference Type reference (TYPE) CFS_STATUS_NAME Name eines Status 20020416
4 Returning RP_STATUS Value transfer Object reference (TYPE REF TO) CL_CFX_STATUS CFx: Verwaltet einen Status 20020416

Method CREATE on class CL_CFX_STATUS has no exception.

Method CREATE_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_CFS_STATUS Call by reference Object reference (TYPE REF TO) CL_CFS_STATUS CFS: Verwaltet einen Status 20020416
2 Importing IP_STATUS_PROFILE Call by reference Object reference (TYPE REF TO) CL_CFX_STATUS_PROFILE Verwaltet ein Statusschema 20020416

Method CREATE_ATTRIBUTES on class CL_CFX_STATUS has no exception.

Method DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SAVE_AND_COMMIT Value transfer Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20020416

Method DELETE on class CL_CFX_STATUS has no exception.

Method GET_ENTRY_ACTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_ACTIONS Value transfer Type reference (TYPE) CFS_TT_ACTIONS Tabelle mit Actionen im Statusschema 20020416

Method GET_ENTRY_ACTIONS on class CL_CFX_STATUS has no exception.

Method GET_HEADER_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_CREATED_BY Call by reference Type reference (TYPE) CFS_ADMINISTRATION-CREATED_BY Name des Benutzers 20020416
2 Exporting E_CREATED_ON Call by reference Type reference (TYPE) TZNTSTMPS UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20020416
3 Exporting E_DESCRIPTION Call by reference Type reference (TYPE) CFS_STATUS_DESCR Beschreibung eines Status 20020416
4 Exporting E_ID Call by reference Type reference (TYPE) CFS_STATUS_ID CFS: Id eines Status 20020416
5 Exporting E_LAST_CHANGED_BY Call by reference Type reference (TYPE) CFS_ADMINISTRATION-CHANGED_BY Name des Benutzers 20020416
6 Exporting E_LAST_CHANGED_ON Call by reference Type reference (TYPE) TZNTSTMPS UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20020416
7 Exporting E_NAME Call by reference Type reference (TYPE) CFS_STATUS_NAME Name eines Status 20020416

Method GET_HEADER_DATA on class CL_CFX_STATUS has no exception.

Method GET_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_ID Value transfer Type reference (TYPE) CFS_STATUS_ID CFS: Id eines Status 20020416

Method GET_ID on class CL_CFX_STATUS has no exception.

Method GET_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_NAME Value transfer Type reference (TYPE) CFS_STATUS_NAME CFS: Name eines Status 20020416

Method GET_NAME on class CL_CFX_STATUS has no exception.

Method GET_PROFILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RP_STATUS_PROFILE Value transfer Object reference (TYPE REF TO) CL_CFX_STATUS_PROFILE Verwaltet ein Statusschema 20020416

Method GET_PROFILE on class CL_CFX_STATUS has no exception.

Method GET_STATUSES_FOR_ACTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_STATUSES Call by reference Type reference (TYPE) CFX_TT_ACTION_STATUS Table for Action and Status ids 20070515
2 Importing IT_ACTION_IDS Call by reference Type reference (TYPE) CFS_TT_ACTION_IDS Table with Action IDs for Status (Transitions) 20070515

Method GET_STATUSES_FOR_ACTIONS on class CL_CFX_STATUS has no exception.

Method INITIALIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_STATUS_PROFILE Call by reference Object reference (TYPE REF TO) CL_CFS_STATUS_PROFILE Verwaltet ein Statusschema 20020416
2 Importing I_ID Call by reference Type reference (TYPE) CFS_STATUS_ID CFS: Id eines Status 20020416
3 Returning RP_STATUS Value transfer Object reference (TYPE REF TO) CL_CFS_STATUS Verwaltet einen Status 20020416

Method INITIALIZE on class CL_CFX_STATUS has no exception.

Method IS_CHANGEABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_IS_CHANGEABLE Value transfer Type reference (TYPE) ABAP_BOOL Gibt an, ob das Statusschema änderbar ist 20020416

Method IS_CHANGEABLE on class CL_CFX_STATUS has no exception.

Method IS_PROTECTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_IS_PROTECTED Value transfer Type reference (TYPE) ABAP_BOOL 20020416

Method IS_PROTECTED on class CL_CFX_STATUS has no exception.

Method REMOVE_ENTRY_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_ACTION Call by reference Object reference (TYPE REF TO) IF_CFS_ACTION Action, die bei einem Statusübergang durchgeführt wird 20020416

Method REMOVE_ENTRY_ACTION on class CL_CFX_STATUS has no exception.

Method REMOVE_PROTECTED Signature

Method REMOVE_PROTECTED on class CL_CFX_STATUS has no parameter.
Method REMOVE_PROTECTED on class CL_CFX_STATUS has no exception.

Method SET_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DESCRIPTION Value transfer Type reference (TYPE) CFS_STATUS_DESCR Beschreibung eines Status 20020416

Method SET_DESCRIPTION on class CL_CFX_STATUS has no exception.

Method SET_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Value transfer Type reference (TYPE) CFS_STATUS_NAME Name eines Status 20020416

Method SET_NAME on class CL_CFX_STATUS has no exception.

Method SET_PROTECTED Signature

Method SET_PROTECTED on class CL_CFX_STATUS has no parameter.
Method SET_PROTECTED on class CL_CFX_STATUS has no exception.
History
Last changed by/on SAP  20141109 
SAP Release Created in 200