SAP ABAP Class CL_CFS_STATUS_PROTOCOL (Manages Status Log for an Object)
Hierarchy
☛
CPRXRPM (Software Component) SAP Portfolio and Project Management 6.0
⤷
PLM-CFO (Application Component) Collaboration Folders
⤷
CFS_STATUS_MANAGEMENT (Package) Status Management Tool for cFolders a. Engineering Documents
⤷
⤷
Properties
| Class | CL_CFS_STATUS_PROTOCOL | |
| Short Description | Manages Status Log for an Object | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | CFS_STATUS_MANAGEMENT | Status Management Tool for cFolders a. Engineering Documents |
| Created | 20020318 | 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 CL_CFS_STATUS_PROTOCOL has no interface implemented.
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_CFS_OBJECT_STATUS_RUNTIME | 20020321 | Manages Runtime Behavior of Object Status |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | CFS_OBJECT_ID | CFS: ID of an Object which can have a Status | 20020322 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Adds Comment to Status Change | 20020611 | |
| 2 | Instance method | Public | Constructor | Constructor | 20020322 | |
| 3 | Instance method | Protected | Method | Deletes the Status Log | 20020322 | |
| 4 | Instance method | Public | Method | Delivers All Entries | 20020321 | |
| 5 | Instance method | Public | Method | Delivers All Entries for a Give Status | 20020321 | |
| 6 | Instance method | Public | Method | Delivers All Entries | 20020930 | |
| 7 | Instance method | Public | Method | Delivers the Last Entry of the Log | 20020321 | |
| 8 | Instance method | Public | Method | Delivers All Entries | 20020918 | |
| 9 | Static method | Public | Method | Initializes Status Log Object | 20020321 |
Events
Class CL_CFS_STATUS_PROTOCOL has no event.
Types
Class CL_CFS_STATUS_PROTOCOL has no local type.
Method Signatures
Method ADD_COMMENT_FOR_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 | 20020611 | ||||
| 2 | I_COMMENT | Call by reference | Type reference (TYPE) | STRING | 20020611 | ||||
| 3 | I_SAVE_AND_COMMIT | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20020613 |
Method ADD_COMMENT_FOR_STATUS on class CL_CFS_STATUS_PROTOCOL has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_OBJECT_ID | Value transfer | Type reference (TYPE) | CFS_OBJECT_ID | cfs: Id eines Objektes, das einen Status haben kann | 20020322 |
Method CONSTRUCTOR on class CL_CFS_STATUS_PROTOCOL has no exception.
Method DELETE Signature
Method DELETE on class CL_CFS_STATUS_PROTOCOL has no parameter.
Method DELETE on class CL_CFS_STATUS_PROTOCOL has no exception.
Method GET_ENTRIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_ENTRIES | Value transfer | Type reference (TYPE) | CFS_TT_PROTOCOL_ENTRIES | Tabelle mit Statusprotokoll-Einträgen | 20020322 |
Method GET_ENTRIES on class CL_CFS_STATUS_PROTOCOL has no exception.
Method GET_ENTRIES_FOR_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 | Verwaltet Statusprotokoll für ein Objekt | 20020322 | |||
| 2 | RT_ENTRIES | Value transfer | Type reference (TYPE) | CFS_TT_PROTOCOL_ENTRIES | Tabelle mit Statusprotokoll-Einträgen | 20020322 |
Method GET_ENTRIES_FOR_STATUS on class CL_CFS_STATUS_PROTOCOL has no exception.
Method GET_ENTRY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CHANGE_NUMBER | Call by reference | Type reference (TYPE) | CFS_CHANGE_NUMBER | Nummer der Änderung im Statusprotokoll | 20020930 | |||
| 2 | I_STATUS_ID | Call by reference | Type reference (TYPE) | CFS_STATUS_ID | CFS: Id eines Status | 20020930 | |||
| 3 | RS_ENTRY | Value transfer | Type reference (TYPE) | CFS_TS_PROTOCOL_ENTRY | 20020930 |
Method GET_ENTRY on class CL_CFS_STATUS_PROTOCOL has no exception.
Method GET_LAST_ENTRY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RS_ENTRY | Value transfer | Type reference (TYPE) | CFS_TS_PROTOCOL_ENTRY | Statusprotokoll-Eintrag | 20020322 |
Method GET_LAST_ENTRY on class CL_CFS_STATUS_PROTOCOL has no exception.
Method GET_PROTOCOL_COMMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CHANGE_NUMBER | Value transfer | Type reference (TYPE) | CFS_CHANGE_NUMBER | Nummer der Änderung im Statusprotokoll | 20020918 | |||
| 2 | I_STATUS_ID | Value transfer | Type reference (TYPE) | CFS_STATUS_ID | CFS: Id eines Status | 20020918 | |||
| 3 | R_COMMENT | Value transfer | Type reference (TYPE) | CFS_STATUS_PROT_TEXT | Kommentar für Statusprotokoll | 20020918 |
Method GET_PROTOCOL_COMMENT on class CL_CFS_STATUS_PROTOCOL has no exception.
Method INITIALIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_OBJECT_ID | Call by reference | Type reference (TYPE) | CFS_OBJECT_ID | cfs: Id eines Objektes, das einen Status haben kann | 20020321 | |||
| 2 | RP_PROTOCOL | Value transfer | Object reference (TYPE REF TO) | CL_CFS_STATUS_PROTOCOL | Verwaltet Statusprotokoll für ein Objekt | 20020321 |
Method INITIALIZE on class CL_CFS_STATUS_PROTOCOL has no exception.
History
| Last changed by/on | SAP | 20141109 |
| SAP Release Created in | 2.0 |