Hierarchy
⤷
⤷
Properties
| Class | CL_CFX_STATUS_PROFILE | |
| Short Description | Manages a Status Profile | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | CFX_STATUS | cFolders Status |
| Created | 20020415 | 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) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_CFX_STATUS_PROFILE has no interface implemented.
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_CFS_STATUS | 20020415 | CFS: Maintains a Status | |
| 2 | CL_CFS_TRANSITION | 20020415 | CFS: Manages a Status Transfer |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_CFS_STATUS_PROFILE | Manages a Status Profile | 20020415 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | CFS_TT_STATUSES | Table of Status Objects | 20020424 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | CFS_TT_TRANSITIONS | Table of Transition Objects | 20020424 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | CFS_ADMINISTRATION-CHANGED_BY | Changed By | 20070416 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | CFS_ADMINISTRATION-CHANGED_ON | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | 20070416 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | CFS_ADMINISTRATION-CREATED_BY | Created By | 20070416 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | CFS_ADMINISTRATION-CREATED_ON | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | 20070416 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | CFS_STATUS_PROFILE_ID | Status Profile ID | 20070416 | |||
| 9 | Instance attribute | Public | Type reference (TYPE) | CFX_BOOLEAN | Template | 20070416 | |||
| 10 | Static Attribute | Private | Type reference (TYPE) | STRING | 'CFX' | 20061011 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Method | Adds Status to Profile | 20020415 | |
| 2 | Instance method | Protected | Method | Adds Status Transfer to Profile | 20020415 | |
| 3 | Static method | Public | Method | Create Status Profile | 20020415 | |
| 4 | Instance method | Private | Method | Creates Attributes for Status Profile | 20020415 | |
| 5 | Instance method | Public | Method | Deletes the Status Profile | 20020415 | |
| 6 | Instance method | Public | Method | Authority of Status Profile | 20020415 | |
| 7 | Instance method | Public | Method | Delivers Header Data of Status Profile | 20020415 | |
| 8 | Instance method | Public | Method | Delivers ID of Status Profile | 20020415 | |
| 9 | Instance method | Public | Method | Sets Initial Status | 20020415 | |
| 10 | Instance method | Public | Method | Delivers Name of Status Profile | 20020415 | |
| 11 | Instance method | Public | Method | Delivers All Possible Target Statuses for a Status | 20020415 | |
| 12 | Instance method | Public | Method | Delivers All Statuses of Profile | 20020415 | |
| 13 | Instance method | Public | Method | Delivers All Transfers of Profile | 20020415 | |
| 14 | Instance method | Public | Method | Delivers All Possible Transfers from a Status | 20020415 | |
| 15 | Instance method | Public | Method | Delivers Transfer Between the Two Specified Statuses | 20020415 | |
| 16 | Static method | Public | Method | Initializes Status Profile Instance | 20020415 | |
| 17 | Static method | Public | Method | 20061011 | ||
| 18 | Instance method | Public | Method | Checks If the Status Network May be Changed | 20020415 | |
| 19 | Instance method | Public | Method | Checks If Profile Complete Enough to Assign Objects | 20020415 | |
| 20 | Instance method | Protected | Method | Removes Status from Status Profile | 20020415 | |
| 21 | Instance method | Protected | Method | Removes Status Transfer from Status Profile | 20020415 | |
| 22 | Static method | Public | Method | Search Status Profile of Current User | 20020415 | |
| 23 | Static method | Public | Method | Search Status Profile of Current User | 20020415 | |
| 24 | Instance method | Public | Method | Changes Description of Status Profile | 20020415 | |
| 25 | Instance method | Public | Method | Sets Initial Status | 20020415 | |
| 26 | Instance method | Public | Method | Changes Name of Status Profile | 20020415 |
Events
Class CL_CFX_STATUS_PROFILE has no event.
Types
Class CL_CFX_STATUS_PROFILE has no local type.
Method Signatures
Method ADD_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IP_STATUS | Call by reference | Object reference (TYPE REF TO) | CL_CFS_STATUS | CFS: Verwaltet einen Status | 20020415 |
Method ADD_STATUS on class CL_CFX_STATUS_PROFILE has no exception.
Method ADD_TRANSITION 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 | 20020415 |
Method ADD_TRANSITION on class CL_CFX_STATUS_PROFILE has no exception.
Method CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DESCRIPTION | Value transfer | Type reference (TYPE) | CFS_STATUS_PROF_DESCR | Beschreibung eines Statusschemas | 20020415 | |||
| 2 | I_NAME | Value transfer | Type reference (TYPE) | CFS_STATUS_PROF_NAME | Name eines Statusschemas | 20020415 | |||
| 3 | RP_STATUS_PROFILE | Value transfer | Object reference (TYPE REF TO) | CL_CFX_STATUS_PROFILE | Verwaltet ein Statusschema | 20020415 |
Method CREATE on class CL_CFX_STATUS_PROFILE has no exception.
Method CREATE_ATTRIBUTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IP_CFS_PROFILE | Call by reference | Object reference (TYPE REF TO) | CL_CFS_STATUS_PROFILE | Verwaltet ein Statusschema | 20020415 |
Method CREATE_ATTRIBUTES on class CL_CFX_STATUS_PROFILE has no exception.
Method DELETE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_SAVE_AND_COMMIT | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20020415 |
Method DELETE on class CL_CFX_STATUS_PROFILE has no exception.
Method GET_AUTHORIZATION Signature
Method GET_AUTHORIZATION on class CL_CFX_STATUS_PROFILE has no parameter.
Method GET_AUTHORIZATION on class CL_CFX_STATUS_PROFILE has no exception.
Method GET_HEADER_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_CREATED_BY | Call by reference | Type reference (TYPE) | CFS_ADMINISTRATION-CREATED_BY | Name des Benutzers | 20020415 | |||
| 2 | E_CREATED_ON | Call by reference | Type reference (TYPE) | TZNTSTMPS | UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) | 20020415 | |||
| 3 | E_DESCRIPTION | Call by reference | Type reference (TYPE) | CFS_STATUS_PROF_DESCR | Beschreibung eines Statusschemas | 20020415 | |||
| 4 | E_ID | Call by reference | Type reference (TYPE) | CFS_STATUS_PROFILE_ID | CFS: Id eines Statusschemas | 20020415 | |||
| 5 | E_LAST_CHANGED_BY | Call by reference | Type reference (TYPE) | CFS_ADMINISTRATION-CHANGED_BY | Name des Benutzers | 20020415 | |||
| 6 | E_LAST_CHANGED_ON | Call by reference | Type reference (TYPE) | TZNTSTMPS | UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) | 20020415 | |||
| 7 | E_NAME | Call by reference | Type reference (TYPE) | CFS_STATUS_PROF_NAME | Name eines Statusschemas | 20020415 |
Method GET_HEADER_DATA on class CL_CFX_STATUS_PROFILE has no exception.
Method GET_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_ID | Value transfer | Type reference (TYPE) | CFS_STATUS_PROFILE_ID | CFS: Id eines Statusschemas | 20020415 |
Method GET_ID on class CL_CFX_STATUS_PROFILE has no exception.
Method GET_INITIAL_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 | 20020415 |
Method GET_INITIAL_STATUS on class CL_CFX_STATUS_PROFILE has no exception.
Method GET_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_NAME | Value transfer | Type reference (TYPE) | CFS_STATUS_PROF_NAME | CFS: Name eines Statusschemas | 20020415 |
Method GET_NAME on class CL_CFX_STATUS_PROFILE has no exception.
Method GET_POSSIBLE_TARGET_STATUSES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IP_STATUS | Call by reference | Object reference (TYPE REF TO) | CL_CFS_STATUS | CFS: Verwaltet einen Status | 20020415 | |||
| 2 | RT_STATUSES | Value transfer | Type reference (TYPE) | CFS_TT_STATUSES | Tabelle von Status-Objekten | 20020415 |
Method GET_POSSIBLE_TARGET_STATUSES on class CL_CFX_STATUS_PROFILE has no exception.
Method GET_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 | 20020415 |
Method GET_STATUSES on class CL_CFX_STATUS_PROFILE has no exception.
Method GET_TRANSITIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_TRANSITIONS | Value transfer | Type reference (TYPE) | CFS_TT_TRANSITIONS | Tabelle von Transitions-Objekten | 20020415 |
Method GET_TRANSITIONS on class CL_CFX_STATUS_PROFILE has no exception.
Method GET_TRANSITIONS_FROM_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_TRANSITIONS | Value transfer | Type reference (TYPE) | CFS_TT_TRANSITIONS | Tabelle von Transitions-Objekten | 20020415 | |||
| 2 | IP_STATUS | Call by reference | Object reference (TYPE REF TO) | CL_CFS_STATUS | CFS: Verwaltet einen Status | 20020415 |
Method GET_TRANSITIONS_FROM_STATUS on class CL_CFX_STATUS_PROFILE has no exception.
Method GET_TRANS_BETWEEN_STATUSES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IP_START_STATUS | Call by reference | Object reference (TYPE REF TO) | CL_CFS_STATUS | CFS: Verwaltet einen Status | 20020415 | |||
| 2 | IP_TARGET_STATUS | Call by reference | Object reference (TYPE REF TO) | CL_CFS_STATUS | CFS: Verwaltet einen Status | 20020415 | |||
| 3 | I_IMPLICIT_READ_AUTH | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | temporäre, Berechtigung zum Lesen der Statusdaten | 20020415 | ||
| 4 | RP_TRANSITION | Value transfer | Object reference (TYPE REF TO) | CL_CFS_TRANSITION | Tabelle von Transitions-Objekten | 20020415 |
Method GET_TRANS_BETWEEN_STATUSES on class CL_CFX_STATUS_PROFILE has no exception.
Method INITIALIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ID | Call by reference | Type reference (TYPE) | CFS_STATUS_PROFILE_ID | CFS: Id eines Statusschemas | 20020415 | |||
| 2 | RP_STATUS_PROFILE | Value transfer | Object reference (TYPE REF TO) | CL_CFX_STATUS_PROFILE | Verwaltet ein Statusschema | 20020415 |
Method INITIALIZE on class CL_CFX_STATUS_PROFILE has no exception.
Method IS_CFX_PROFILE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_STATUS_PROF_ID | Call by reference | Type reference (TYPE) | CFS_STATUS_PROFILE_ID | Status Profile ID | 20061011 | |||
| 2 | R_CFX_PROFILE | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20061011 |
Method IS_CFX_PROFILE on class CL_CFX_STATUS_PROFILE has no exception.
Method IS_CHANGEABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_IS_CHANGEABLE | Value transfer | Type reference (TYPE) | ABAP_BOOL | Gibt an, ob das Statusschema änderbar ist | 20020415 |
Method IS_CHANGEABLE on class CL_CFX_STATUS_PROFILE has no exception.
Method IS_COMPLETE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_IS_COMPLETE | Value transfer | Type reference (TYPE) | ABAP_BOOL | Ist das Statusschema vollständig | 20020415 |
Method IS_COMPLETE on class CL_CFX_STATUS_PROFILE has no exception.
Method REMOVE_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IP_STATUS | Call by reference | Object reference (TYPE REF TO) | CL_CFS_STATUS | CFS: Verwaltet einen Status | 20020415 |
Method REMOVE_STATUS on class CL_CFX_STATUS_PROFILE has no exception.
Method REMOVE_TRANSITION 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 | 20020415 |
Method REMOVE_TRANSITION on class CL_CFX_STATUS_PROFILE has no exception.
Method SELECT_PROFILES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_SEARCH_STRING | Call by reference | Type reference (TYPE) | STRING | 20020415 | ||||
| 2 | I_USER_ID | Call by reference | Type reference (TYPE) | USNAM | SY-UNAME | Name des Benutzers | 20020415 | ||
| 3 | RT_STATUS_PROFILES | Value transfer | Type reference (TYPE) | CFS_TT_STATUS_PROFILES | 20020415 |
Method SELECT_PROFILES on class CL_CFX_STATUS_PROFILE has no exception.
Method SELECT_PROFILE_IDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_PROFILE_ATTRIBUTES | Value transfer | Type reference (TYPE) | CFS_TT_PROFILE_ATTRIBUTES | Tabelle von Attributen von Statusschemas | 20020415 | |||
| 2 | ET_PROFILE_IDS | Value transfer | Type reference (TYPE) | CFS_TT_PROFILE_IDS | Tabelle mit Statusschema-IDs | 20020415 | |||
| 3 | I_ONLY_COMPLETE_PROFILES | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Nur vollständige Schemas | 20020415 | ||
| 4 | I_SEARCH_STRING | Call by reference | Type reference (TYPE) | STRING | 20020415 | ||||
| 5 | I_USER_ID | Call by reference | Type reference (TYPE) | USNAM | SY-UNAME | Name des Benutzers | 20020415 | ||
| 6 | I_WITH_ATTRIBUTES | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20020415 |
Method SELECT_PROFILE_IDS on class CL_CFX_STATUS_PROFILE has no exception.
Method SET_DESCRIPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DESCRIPTION | Value transfer | Type reference (TYPE) | CFS_STATUS_PROF_DESCR | 20020415 |
Method SET_DESCRIPTION on class CL_CFX_STATUS_PROFILE has no exception.
Method SET_INITIAL_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IP_STATUS | Value transfer | Object reference (TYPE REF TO) | CL_CFS_STATUS | CFS: Verwaltet einen Status | 20020415 |
Method SET_INITIAL_STATUS on class CL_CFX_STATUS_PROFILE has no exception.
Method SET_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NAME | Value transfer | Type reference (TYPE) | CFS_STATUS_PROF_NAME | Name eines Statusschemas | 20020415 |
Method SET_NAME on class CL_CFX_STATUS_PROFILE has no exception.
History
| Last changed by/on | SAP | 20141109 |
| SAP Release Created in | 200 |