SAP ABAP Class CL_CFS_STATUS (CFS: Maintains a Status)
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
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ACO_COMMON Common Interface for Authorization Check 20030310
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CFS_AUTH_NEEDER Interface for cFolders Authorization 20041207
Properties
Class CL_CFS_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 CFS_STATUS_MANAGEMENT   Status Management Tool for cFolders a. Engineering Documents 
Created 20020222   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
# Interface Abstract Final Description Created on
1 IF_ACO_COMMON Common Interface for Authorization Check 20030310
2 IF_CFS_AUTH_NEEDER Interface for cFolders Authorization 20041207
Friends
Class CL_CFS_STATUS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MP_CFS_RUNTIME_AUTH Instance attribute Private Object reference (TYPE REF TO) IF_CFS_AUTHORIZATION Information About Authorization Subject 20041207
2 MP_RUNTIME_AUTHORIZATION Instance attribute Private Object reference (TYPE REF TO) IF_ACO_AUTHORIZATION Information About Authorization Subject 20030310
3 MP_STATUS_PROFILE Instance attribute Private Object reference (TYPE REF TO) CL_CFS_STATUS_PROFILE Manages a Status Profile 20020222
4 MT_ENTRY_ACTIONS Instance attribute Private Type reference (TYPE) CFS_TT_ACTIONS Table with Actions in Status Profile 20020307
5 MT_PROPERTIES Instance attribute Private Type reference (TYPE) CFS_TT_PROPERTIES Table of Status Properties 20020301
6 MT_PROTECTED_FIELDGROUPS Instance attribute Private Type reference (TYPE) CFS_TT_STATUS_FIELDGROUP Protected Field Groups for Status 20030103
7 MT_TEXTS Instance attribute Private Type reference (TYPE) CFS_TT_STATUS_TEXTS Language-Dependent Texts of a Status 20020228
8 M_ALT_KEY Instance attribute Private Type reference (TYPE) CFS_STATUS_ALT_KEY CFS: Status: Alternative, External ID 20020705
9 M_CHANGED_BY Instance attribute Private Type reference (TYPE) CFS_ADMINISTRATION-CHANGED_BY UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20020228
10 M_CHANGED_ON Instance attribute Private Type reference (TYPE) CFS_ADMINISTRATION-CHANGED_ON UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20020228
11 M_CREATED_BY Instance attribute Private Type reference (TYPE) CFS_ADMINISTRATION-CREATED_BY Name of Person Who Created Object 20020228
12 M_CREATED_ON Instance attribute Private Type reference (TYPE) CFS_ADMINISTRATION-CREATED_ON UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20020228
13 M_DESCRIPTION Instance attribute Private Type reference (TYPE) CFS_STATUS_DESCR Description of a Status 20020308
14 M_ID Instance attribute Private Type reference (TYPE) CFS_STATUS_ID CFX: Status ID 20020228
15 M_NAME Instance attribute Private Type reference (TYPE) CFS_STATUS_NAME Status name 20020308
16 M_TEMPLATE Instance attribute Private Type reference (TYPE) CFX_T_USE_AS_TEMPLATE Object Can Be Used as Template 20070418
17 SC_PROP_VALUE_NO Constant Public Type reference (TYPE) CFS_PROPERTY_VALUE 3 Property Value: Not Allowed 20020416
18 SC_PROP_VALUE_WITH_WARNING Constant Public Type reference (TYPE) CFS_PROPERTY_VALUE 2 Property Value: Allowed with Warning 20020416
19 SC_PROP_VALUE_YES Constant Public Type reference (TYPE) CFS_PROPERTY_VALUE 1 Property Value: Allowed 20020416
Methods
# Method Level Visibility Method type Description Created on
1 ADD_ENTRY_ACTION Instance method Public Method Adds Action at Status Receipt 20020222
2 ADD_PROTECTED_FIELDGROUP Instance method Public Method Adds Protected Field Group 20030102
3 CONSTRUCTOR Instance method Public Constructor 20020227
4 COPY Instance method Public Method Copies Status 20020627
5 CREATE Static method Public Method Creates a Status in a Profile 20020227
6 CREATE_ATTRIBUTES Instance method Private Method Creates Attributes for Status 20020228
7 CREATE_INTERNAL Static method Private Method Creates a Status in a Profile 20030311
8 DELETE Instance method Public Method Deletes the Status 20020227
9 GET_ENTRY_ACTIONS Instance method Public Method Delivers All Actions at Status Receipt 20020222
10 GET_HEADER_DATA Instance method Public Method Delivers Header Data of Status 20020301
11 GET_ID Instance method Public Method Delivers ID of Status 20020227
12 GET_IDS_FOR_NAMESTRING Static method Public Method Determine Status IDs for Name or Partial String of Name 20031007
13 GET_NAME Instance method Public Method Delivers Name of Status 20020321
14 GET_PROFILE Instance method Public Method Delivers the Status Profile 20020312
15 GET_PROPERTIES Instance method Public Method Delivers All Properties of Status 20020222
16 GET_PROTECTED_FIELDGROUPS Instance method Public Method Gets the Field Groups Protected in the Status 20030102
17 HAS_CHANGE_AUTH Instance method Public Method Checks Whether User Authorization is to be Changed 20020626
18 INITIALIZE Static method Public Method Initializes Status Profile Instance 20020228
19 INITIALIZE_ACTIONS Instance method Private Method Initialize Actions 20020701
20 INITIALIZE_ATTRIBUTES Instance method Private Method Initializes the Attributes of a Status 20020228
21 INITIALIZE_FIELDGROUPS Instance method Private Method Initializes the Protected Field Groups of the Status 20030108
22 INITIALIZE_PROFILE Instance method Private Method Initializes Status Profile if Necessary 20020415
23 INIT_RUNTIME_AUTH Instance method Private Method Initializes the Runtime Authorization for the Objects 20030310
24 IS_CHANGEABLE Instance method Public Method Checks If the Status May Be Changed 20020301
25 IS_FIELDGROUP_PROTECTED Instance method Public Method Checks Whether a Field Group Is Protected in the Status 20030120
26 IS_READABLE Instance method Public Method Checks Whether the Status Can Be Read 20020429
27 IS_USED_BY_OBJECT Instance method Public Method Checks Whether Objects is Already Being Used 20020626
28 REMOVE_ENTRY_ACTION Instance method Public Method Deletes Action from Status Receipt 20020222
29 REMOVE_PROPERTY Instance method Public Method Deletes Property of Status 20020301
30 REMOVE_PROTECTED_FIELDGROUP Instance method Public Method Deletes Action from Status Receipt 20030103
31 SAVE Instance method Public Method Writes All Changes to the Persistence Layer 20020319
32 SET_DESCRIPTION Instance method Public Method Changes Description of Status 20020311
33 SET_NAME Instance method Public Method Changes Name of Status 20020311
34 SET_PROPERTY Instance method Public Method Adds Property to Status 20020301
35 SET_PROTECTED_FIELDGROUPS Instance method Public Method Sets All Field Groups That Are to Be Protected 20030103
36 SET_TEXTS Instance method Public Method Sets Language-Dependent Texts of Status 20020311
Events
Class CL_CFS_STATUS has no event.
Types
Class CL_CFS_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 20020301
2 Importing I_SAVE_AND_COMMIT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20020319

Method ADD_ENTRY_ACTION on class CL_CFS_STATUS has no exception.

Method ADD_PROTECTED_FIELDGROUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_PROTECTED_FIELDGROUP Call by reference Object reference (TYPE REF TO) IF_CFS_STATUS_FIELDGROUP Schnittstelle Status relevante Feldgruppen v. Gen. Obj. 20030102
2 Importing I_SAVE_AND_COMMIT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20030103

Method ADD_PROTECTED_FIELDGROUP on class CL_CFS_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 Call by reference Type reference (TYPE) CFS_STATUS_ID CFS: Id eines Status 20020227

Method CONSTRUCTOR on class CL_CFS_STATUS has no exception.

Method COPY 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 20020627
2 Importing I_NAME Call by reference Type reference (TYPE) CFS_STATUS_NAME Name eines Status 20020627
3 Importing I_SAVE_AND_COMMIT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20020627
4 Returning RP_STATUS_COPY Value transfer Object reference (TYPE REF TO) CL_CFS_STATUS CFS: Verwaltet einen Status 20020627

Method COPY on class CL_CFS_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_CFS_STATUS_PROFILE Verwaltet ein Statusschema 20020227
2 Importing IS_TEXTS Call by reference Type reference (TYPE) CFS_TS_STATUS_TEXTS 20020308
3 Importing I_DESCRIPTION Call by reference Type reference (TYPE) CFS_STATUS_DESCR Beschreibung eines Status 20020227
4 Importing I_NAME Call by reference Type reference (TYPE) CFS_STATUS_NAME Name eines Status 20020227
5 Importing I_SAVE_AND_COMMIT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20020319
6 Returning RP_STATUS Value transfer Object reference (TYPE REF TO) CL_CFS_STATUS CFS: Verwaltet einen Status 20020227

Method CREATE on class CL_CFS_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_PROFILE Call by reference Object reference (TYPE REF TO) CL_CFS_STATUS_PROFILE Verwaltet ein Statusschema 20020228
2 Importing IS_TEXTS Call by reference Type reference (TYPE) CFS_TS_STATUS_TEXTS sprachabhängige Texte eines Status 20020228
3 Importing I_CREATED_BY Call by reference Type reference (TYPE) CFS_ADMINISTRATION-CREATED_BY Name der Person, die das Objekt angelegt hat 20020228
4 Importing I_CREATED_ON Call by reference Type reference (TYPE) CFS_ADMINISTRATION-CREATED_ON UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20020228
5 Importing I_DESCRIPTION Call by reference Type reference (TYPE) CFS_STATUS_DESCR Beschreibung eines Status 20020308
6 Importing I_NAME Call by reference Type reference (TYPE) CFS_STATUS_NAME Name eines Status 20020308

Method CREATE_ATTRIBUTES on class CL_CFS_STATUS has no exception.

Method CREATE_INTERNAL 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 20030311
2 Importing IS_TEXTS Call by reference Type reference (TYPE) CFS_TS_STATUS_TEXTS 20030311
3 Importing I_DESCRIPTION Call by reference Type reference (TYPE) CFS_STATUS_DESCR Beschreibung eines Status 20030311
4 Importing I_NAME Call by reference Type reference (TYPE) CFS_STATUS_NAME Name eines Status 20030311
5 Importing I_SAVE_AND_COMMIT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20030311
6 Returning RP_STATUS Value transfer Object reference (TYPE REF TO) CL_CFS_STATUS CFS: Verwaltet einen Status 20030311

Method CREATE_INTERNAL on class CL_CFS_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 Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20020319

Method DELETE on class CL_CFS_STATUS has no exception.

Method GET_ENTRY_ACTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IMPLICIT_READ_AUTHORIZATION Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20020429
2 Returning RT_ACTIONS Value transfer Type reference (TYPE) CFS_TT_ACTIONS Tabelle mit Actionen im Statusschema 20020307

Method GET_ENTRY_ACTIONS on class CL_CFS_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 ET_TEXTS Call by reference Type reference (TYPE) CFS_TT_STATUS_TEXTS Texte enes Status 20020308
2 Exporting E_ALT_KEY Call by reference Type reference (TYPE) CFS_STATUS_ALT_KEY CFS: Status: alternativer, externer Schlüssel 20020705
3 Exporting E_CREATED_BY Call by reference Type reference (TYPE) CFS_ADMINISTRATION-CREATED_BY Name des Benutzers 20020301
4 Exporting E_CREATED_ON Call by reference Type reference (TYPE) TZNTSTMPS UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20020301
5 Exporting E_DESCRIPTION Call by reference Type reference (TYPE) CFS_STATUS_DESCR Beschreibung eines Status 20020301
6 Exporting E_ID Call by reference Type reference (TYPE) CFS_STATUS_ID CFS: Id eines Status 20020301
7 Exporting E_LAST_CHANGED_BY Call by reference Type reference (TYPE) CFS_ADMINISTRATION-CHANGED_BY Name des Benutzers 20020301
8 Exporting E_LAST_CHANGED_ON Call by reference Type reference (TYPE) TZNTSTMPS UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20020301
9 Exporting E_NAME Call by reference Type reference (TYPE) CFS_STATUS_NAME Name eines Status 20020301
10 Exporting E_SHORTTEXT Call by reference Type reference (TYPE) CFS_STATUS_TEXT sprachabhängiger Statuskurztext 20020308
11 Exporting E_TOKEN Call by reference Type reference (TYPE) CFS_STATUS_TOKEN Kürzel eines Status 20020301
12 Importing I_IMPLICIT_READ_AUTHORIZATION Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20020429
13 Importing I_LANGUAGE Call by reference Type reference (TYPE) SPRAS 'E' Sprachenschlüssel 20020301

Method GET_HEADER_DATA on class CL_CFS_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 20020227

Method GET_ID on class CL_CFS_STATUS has no exception.

Method GET_IDS_FOR_NAMESTRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ET_STATUS_IDS Value transfer Type reference (TYPE) CFS_TT_STATUS_IDS Tabelle mit Status-IDs 20031007
2 Importing I_NAME_STRING Call by reference Type reference (TYPE) STRING Namensstring 20031007

Method GET_IDS_FOR_NAMESTRING on class CL_CFS_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 20020321

Method GET_NAME on class CL_CFS_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_CFS_STATUS_PROFILE Verwaltet ein Statusschema 20020312

Method GET_PROFILE on class CL_CFS_STATUS has no exception.

Method GET_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IMPLICIT_READ_AUTHORIZATION Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20020429
2 Returning RT_PROPERTIES Value transfer Type reference (TYPE) CFS_TT_PROPERTIES Tabelle von Status-Properties 20020222

Method GET_PROPERTIES on class CL_CFS_STATUS has no exception.

Method GET_PROTECTED_FIELDGROUPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IMPLICIT_READ_AUTHORIZATION Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20030102
2 Returning RT_FIELDGROUPS Value transfer Type reference (TYPE) CFS_TT_STATUS_FIELDGROUP geschützte Feldgruppen für Status 20030102

Method GET_PROTECTED_FIELDGROUPS on class CL_CFS_STATUS has no exception.

Method HAS_CHANGE_AUTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_RAISE_EXCEPTIONS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Sollen gleich Exceptions geworfen werden? 20020626
2 Returning R_HAS_CHANGE_AUTH Value transfer Type reference (TYPE) ABAP_BOOL User hat Änderungs-Berechtigung 20020626

Method HAS_CHANGE_AUTH on class CL_CFS_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 20020228
2 Importing I_ID Call by reference Type reference (TYPE) CFS_STATUS_ID CFS: Id eines Status 20020228
3 Returning RP_STATUS Value transfer Object reference (TYPE REF TO) CL_CFS_STATUS Verwaltet einen Status 20020228

Method INITIALIZE on class CL_CFS_STATUS has no exception.

Method INITIALIZE_ACTIONS Signature

Method INITIALIZE_ACTIONS on class CL_CFS_STATUS has no parameter.
Method INITIALIZE_ACTIONS on class CL_CFS_STATUS has no exception.

Method INITIALIZE_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_PROFILE_ID Call by reference Type reference (TYPE) CFS_STATUS_PROFILE_ID CFS: Id eines Statusschemas 20020415
2 Exporting E_STATUS_NOT_FOUND Call by reference Type reference (TYPE) ABAP_BOOL 20020415
3 Importing IP_STATUS_PROFILE Call by reference Object reference (TYPE REF TO) CL_CFS_STATUS_PROFILE Verwaltet ein Statusschema 20020228

Method INITIALIZE_ATTRIBUTES on class CL_CFS_STATUS has no exception.

Method INITIALIZE_FIELDGROUPS Signature

Method INITIALIZE_FIELDGROUPS on class CL_CFS_STATUS has no parameter.
Method INITIALIZE_FIELDGROUPS on class CL_CFS_STATUS has no exception.

Method INITIALIZE_PROFILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PROFILE_ID Call by reference Type reference (TYPE) CFS_STATUS_PROFILE_ID CFS: Id eines Statusschemas 20020415

Method INITIALIZE_PROFILE on class CL_CFS_STATUS has no exception.

Method INIT_RUNTIME_AUTH Signature

Method INIT_RUNTIME_AUTH on class CL_CFS_STATUS has no parameter.
Method INIT_RUNTIME_AUTH on class CL_CFS_STATUS has no exception.

Method IS_CHANGEABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_RAISE_EXCEPTIONS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20020417
2 Returning R_IS_CHANGEABLE Value transfer Type reference (TYPE) ABAP_BOOL Gibt an, ob das Statusschema änderbar ist 20020301

Method IS_CHANGEABLE on class CL_CFS_STATUS has no exception.

Method IS_FIELDGROUP_PROTECTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_FIELDGROUP Call by reference Object reference (TYPE REF TO) IF_CFS_STATUS_FIELDGROUP Schnittstelle Status relevante Feldgruppen v. Gen. Obj. 20030120
2 Returning R_IS_PROTECTED Value transfer Type reference (TYPE) ABAP_BOOL Ist Feldgruppe geschützt in dem Status? 20030120

Method IS_FIELDGROUP_PROTECTED on class CL_CFS_STATUS has no exception.

Method IS_READABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_RAISE_EXCEPTIONS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Sollen gleich Exceptions geworfen werden? 20020429
2 Returning R_IS_READABLE Value transfer Type reference (TYPE) ABAP_BOOL Gibt an, ob das Statusschema lesbar ist 20020429

Method IS_READABLE on class CL_CFS_STATUS has no exception.

Method IS_USED_BY_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_RAISE_EXCEPTIONS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Sollen gleich Exceptions geworfen werden? 20020626
2 Returning R_IS_USED Value transfer Type reference (TYPE) ABAP_BOOL Wird Schema von Objekt verwendet? 20020626

Method IS_USED_BY_OBJECT on class CL_CFS_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 20020312
2 Importing I_SAVE_AND_COMMIT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20020319

Method REMOVE_ENTRY_ACTION on class CL_CFS_STATUS has no exception.

Method REMOVE_PROPERTY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PROPERTY_TYPE Call by reference Type reference (TYPE) CFS_PROPERTY_TYPE cfs: Statuseigenschaft (Property) 20020305
2 Importing I_SAVE_AND_COMMIT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20020319

Method REMOVE_PROPERTY on class CL_CFS_STATUS has no exception.

Method REMOVE_PROTECTED_FIELDGROUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_FIELDGROUP Call by reference Object reference (TYPE REF TO) IF_CFS_STATUS_FIELDGROUP 20030103
2 Importing I_SAVE_AND_COMMIT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20030103

Method REMOVE_PROTECTED_FIELDGROUP on class CL_CFS_STATUS has no exception.

Method SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IN_UPDATE_TASK Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Verbuchung in update task ? 20020319

Method SAVE on class CL_CFS_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 Call by reference Type reference (TYPE) CFS_STATUS_DESCR Beschreibung eines Status 20020311
2 Importing I_SAVE_AND_COMMIT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20020319

Method SET_DESCRIPTION on class CL_CFS_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 Call by reference Type reference (TYPE) CFS_STATUS_NAME Name eines Status 20020311
2 Importing I_SAVE_AND_COMMIT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20020319

Method SET_NAME on class CL_CFS_STATUS has no exception.

Method SET_PROPERTY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SAVE_AND_COMMIT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20020319
2 Importing I_TYPE Call by reference Type reference (TYPE) CFS_PROPERTY_TYPE cfs: Statuseigenschaft (Property) 20020305
3 Importing I_VALUE Call by reference Type reference (TYPE) CFS_PROPERTY_VALUE Wert einer Status-Property 20020305

Method SET_PROPERTY on class CL_CFS_STATUS has no exception.

Method SET_PROTECTED_FIELDGROUPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_FIELDGROUPS Call by reference Type reference (TYPE) CFS_TT_STATUS_FIELDGROUP geschützte Feldgruppen für Status 20030103
2 Importing I_SAVE_AND_COMMIT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20030103

Method SET_PROTECTED_FIELDGROUPS on class CL_CFS_STATUS has no exception.

Method SET_TEXTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LANGUAGE Call by reference Type reference (TYPE) SPRAS 20020311
2 Importing I_SAVE_AND_COMMIT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20020319
3 Importing I_SHORTTEXT Call by reference Type reference (TYPE) CFS_STATUS_TEXT sprachabhängiger Statuskurztext 20020311
4 Importing I_TOKEN Call by reference Type reference (TYPE) CFS_STATUS_TOKEN Kürzel eines Status 20020311

Method SET_TEXTS on class CL_CFS_STATUS has no exception.
History
Last changed by/on SAP  20141109 
SAP Release Created in 2.0