SAP ABAP Class IF_CFX_HAS_STATUS (Interface for Objects That Can Have a Status)
Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface composition (i COMPRISING i_ref) | IF_CFS_AUTH_NEEDER | Interface for cFolders Authorization | 20041210 |
2 | Interface composition (i COMPRISING i_ref) | IF_CFS_STATUS_OBJECT | Object Interface for Status Management | 20041210 |
Meta Relationship - Used By
Properties
Class | IF_CFX_HAS_STATUS | |
Short Description | Interface for Objects That Can Have a Status | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20020326 | SAP |
Last change | 20141109 | |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class IF_CFX_HAS_STATUS has no interface implemented.
Friends
Class IF_CFX_HAS_STATUS has no friend class.
Attributes
Class IF_CFX_HAS_STATUS has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Assigns a Status Profile to an Object | 20020326 |
2 | ![]() |
Instance method | Public | Method | Delivers All Users who by Default can Change the Status | 20020405 |
3 | ![]() |
Instance method | Public | Method | Delivers All Possible Next Statuses for Current Users | 20020408 |
4 | ![]() |
Instance method | Public | Method | Delivers the Current Status of the Object | 20020327 |
5 | ![]() |
Instance method | Public | Method | Delivers the Status Log for the Object | 20020326 |
6 | ![]() |
Instance method | Public | Method | Delivers Status Profile as Template for New Objects | 20020430 |
7 | ![]() |
Instance method | Public | Method | Delivers All Users Authorized to Execute a Transition | 20020408 |
8 | ![]() |
Instance method | Public | Method | Does Object in a Status have the Characteristic 'Protected'? | 20020326 |
9 | ![]() |
Instance method | Public | Method | Does Object Have Status with "Current Version Protected" | 20030204 |
10 | ![]() |
Instance method | Public | Method | Changes the Status of the Object | 20020408 |
11 | ![]() |
Instance method | Public | Method | Deletes Status Profile from Object Again | 20020326 |
Events
Class IF_CFX_HAS_STATUS has no event.
Types
Class IF_CFX_HAS_STATUS has no local type.
Method Signatures
Method ASSIGN_STATUS_PROFILE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IP_PROFILE | Call by reference | Object reference (TYPE REF TO) | CL_CFS_STATUS_PROFILE | Verwaltet ein Statusschema | 20020326 | ||
2 | ![]() |
I_ASSIGN_TO_CHILDREN | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Soll Schema auch untergeordneten Objekten zugewiesen werden? | 20020717 |
Method ASSIGN_STATUS_PROFILE on class IF_CFX_HAS_STATUS has no exception.
Method GET_DEFAULT_STATUS_USERS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CHECK_AUTHO_HANDLING | Call by reference | Type reference (TYPE) | CFX_BOOLEAN | ABAP_TRUE | Boolscher Typ | 20041214 | |
2 | ![]() |
IV_CHECK_VISIBLE | Call by reference | Type reference (TYPE) | CFX_BOOLEAN | ABAP_TRUE | Boolscher Typ | 20041214 | |
3 | ![]() |
RT_USER_IDS | Value transfer | Type reference (TYPE) | CFX_TT_USER_ID_LIST | Liste von User | 20020426 |
Method GET_DEFAULT_STATUS_USERS on class IF_CFX_HAS_STATUS has no exception.
Method GET_POSSIBLE_TARGET_STATUSES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_STATUSES | Value transfer | Type reference (TYPE) | CFS_TT_STATUSES | Tabelle von Status-Objekten | 20020408 |
Method GET_POSSIBLE_TARGET_STATUSES on class IF_CFX_HAS_STATUS has no exception.
Method GET_STATUS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RP_STATUS | Value transfer | Object reference (TYPE REF TO) | CL_CFS_STATUS | CFS: Verwaltet einen Status | 20020327 |
Method GET_STATUS on class IF_CFX_HAS_STATUS has no exception.
Method GET_STATUS_PROTOCOL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RP_PROTOCOL | Value transfer | Object reference (TYPE REF TO) | CL_CFS_STATUS_PROTOCOL | Verwaltet Statusprotokoll für ein Objekt | 20020326 |
Method GET_STATUS_PROTOCOL on class IF_CFX_HAS_STATUS has no exception.
Method GET_TEMPLATE_PROFILE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IP_OBJECT_TYPE | Call by reference | Object reference (TYPE REF TO) | CL_CFX_OBJECT_TYPE | Objekttyp, für den Template-Statusschema benötigt | 20030402 | ||
2 | ![]() |
RP_STATUS_PROFILE | Value transfer | Object reference (TYPE REF TO) | CL_CFS_STATUS_PROFILE | Verwaltet ein Statusschema | 20020430 |
Method GET_TEMPLATE_PROFILE on class IF_CFX_HAS_STATUS has no exception.
Method GET_TRANSITION_USERS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IP_TRANSITION | Call by reference | Object reference (TYPE REF TO) | CL_CFS_TRANSITION | CFS: Verwaltet einen Statusübergang | 20020408 | ||
2 | ![]() |
IV_CHECK_AUTHO_HANDLING | Call by reference | Type reference (TYPE) | CFX_BOOLEAN | ABAP_TRUE | Boolscher Typ | 20041214 | |
3 | ![]() |
IV_CHECK_VISIBLE | Call by reference | Type reference (TYPE) | CFX_BOOLEAN | ABAP_TRUE | Boolscher Typ | 20041214 | |
4 | ![]() |
RT_USER_IDS | Value transfer | Type reference (TYPE) | CFX_TT_USER_ID_LIST | Collaboration: User List | 20020424 |
Method GET_TRANSITION_USERS on class IF_CFX_HAS_STATUS has no exception.
Method IS_PROTECTED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_IS_PROTECTED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20020326 |
Method IS_PROTECTED on class IF_CFX_HAS_STATUS has no exception.
Method IS_VERSION_LOCKED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_IS_VERSION_LOCKED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20030204 |
Method IS_VERSION_LOCKED on class IF_CFX_HAS_STATUS has no exception.
Method SET_STATUS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_DELAYED_ACTIONS | Call by reference | Type reference (TYPE) | CFS_TT_ACTIONS | Tabelle mit Actionen im Statusschema | 20020607 | ||
2 | ![]() |
IP_STATUS | Call by reference | Object reference (TYPE REF TO) | CL_CFS_STATUS | CFS: Verwaltet einen Status | 20020408 | ||
3 | ![]() |
I_COMMENT | Call by reference | Type reference (TYPE) | STRING | 20020408 |
Method SET_STATUS on class IF_CFX_HAS_STATUS has no exception.
Method UNASSIGN_STATUS_PROFILE Signature
Method UNASSIGN_STATUS_PROFILE on class IF_CFX_HAS_STATUS has no parameter.
Method UNASSIGN_STATUS_PROFILE on class IF_CFX_HAS_STATUS has no exception.
History
Last changed by/on | SAP | 20141109 |
SAP Release Created in |