SAP ABAP Class IF_CFS_ACTION (Action Executed for a Status Transition)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_CFX_ACTION Common Interface for All CFX Actions of Status Management 20020507
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CFX_DEADLINE_ACTION Action: Notification After Deadline is Exceeded 20020430
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CFX_NOTIFICATION_ACTION Action: Sending a Notification 20020311
4 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CFX_PROCESS_TIME_ACTION Action: Notification After Processing Time has Run Out 20020527
5 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CFX_REL_DEADLINE_ACTION Action: Notif.After Deadline has Passed (Relative to Object) 20020829
6 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CFX_STATUS_NTF_ACTION Notification Action class for Status 20060403
Properties
Class IF_CFS_ACTION  
Short Description Action Executed for a Status Transition    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20020225   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)
Interfaces
Class IF_CFS_ACTION has no interface implemented.
Friends
Class IF_CFS_ACTION has no friend class.
Attributes
Class IF_CFS_ACTION has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 COPY Instance method Public Method Copies Action 20020628
2 GET_CHANGED_BY Instance method Public Method Delivers the Last Changer of the Action 20020318
3 GET_CHANGED_ON Instance method Public Method Delivers the Last Change Time of the Action 20020318
4 GET_CREATED_BY Instance method Public Method Delivers User Who Created the Action 20020318
5 GET_CREATED_ON Instance method Public Method Delivers Creation Time of Action 20020318
6 GET_ID Instance method Public Method Delivers Action ID 20020225
7 GET_TYPE Instance method Public Method Delivers the Type of Action 20020311
8 REMOVE_REFERENCE Instance method Public Method Deletes Reference to the Action 20020312
Events
Class IF_CFS_ACTION has no event.
Types
Class IF_CFS_ACTION has no local type.
Method Signatures

Method COPY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_STATUS Call by reference Object reference (TYPE REF TO) CL_CFS_STATUS CFS: Verwaltet einen Status 20020628
2 Importing IP_TRANSITION Call by reference Object reference (TYPE REF TO) CL_CFS_TRANSITION CFS: Verwaltet einen Statusübergang 20020628
3 Importing I_COMMIT Value transfer Type reference (TYPE) ABAP_BOOL ABAP_TRUE commit soll gleich ausgeführt werden 20020730
4 Returning RP_ACTION_COPY Value transfer Object reference (TYPE REF TO) IF_CFS_ACTION Action, die bei einem Statusübergang durchgeführt wird 20020628

Method COPY on class IF_CFS_ACTION has no exception.

Method GET_CHANGED_BY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_CHANGED_BY Value transfer Type reference (TYPE) CFS_ADMINISTRATION-CHANGED_BY Name der Person, die das Objekt geändert hat 20020318

Method GET_CHANGED_BY on class IF_CFS_ACTION has no exception.

Method GET_CHANGED_ON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_CHANGED_ON Value transfer Type reference (TYPE) CFS_ADMINISTRATION-CHANGED_ON UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20020318

Method GET_CHANGED_ON on class IF_CFS_ACTION has no exception.

Method GET_CREATED_BY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_CREATED_BY Value transfer Type reference (TYPE) CFS_ADMINISTRATION-CREATED_BY Name der Person, die das Objekt angelegt hat 20020318

Method GET_CREATED_BY on class IF_CFS_ACTION has no exception.

Method GET_CREATED_ON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_CREATED_ON Value transfer Type reference (TYPE) CFS_ADMINISTRATION-CREATED_ON UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20020318

Method GET_CREATED_ON on class IF_CFS_ACTION 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_ACTION_ID cfs: Id einer Statusaktion 20020225

Method GET_ID on class IF_CFS_ACTION has no exception.

Method GET_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TYPE Value transfer Type reference (TYPE) CFS_ACTION_TYPE CFS: Typ einer Aktion am Status(übergang) 20020311

Method GET_TYPE on class IF_CFS_ACTION has no exception.

Method REMOVE_REFERENCE Signature

Method REMOVE_REFERENCE on class IF_CFS_ACTION has no parameter.
Method REMOVE_REFERENCE on class IF_CFS_ACTION has no exception.
History
Last changed by/on SAP  20141109 
SAP Release Created in