SAP ABAP Class CL_DPR_UI_LOG_PROJECT_CHARTER (Logic Class for Project Charter)
Hierarchy
☛
CPRXRPM (Software Component) SAP Portfolio and Project Management 6.0
⤷
PPM-PRO (Application Component) Project Management
⤷
DEVELOPMENT_PROJECTS_UI_LOGIC (Package) Project Management UI Data Formatting
⤷
⤷
Properties
| Class | CL_DPR_UI_LOG_PROJECT_CHARTER | |
| Short Description | Logic Class for Project Charter | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | DEVELOPMENT_PROJECTS_UI_LOGIC | Project Management UI Data Formatting |
| Created | 20060717 | 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 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_DPR_UI_LOG_PROJECT_CHARTER has no interface implemented.
Friends
Class CL_DPR_UI_LOG_PROJECT_CHARTER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | DPR_TS_API_LONGTEXT | API: Attributes of Long Text | 20070510 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | DPR_TS_API_LONGTEXT | API: Attributes of Long Text | 20070510 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | DPR_TV_LANGU_EXT | Original Language | 20070510 | |||
| 4 | Instance attribute | Public | Type reference (TYPE) | DPR_TS_API_PC | Project Charter | 20060724 | |||
| 5 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_DPR_UI_LOG_PROJECT_CHARTER | Singleton | 20060724 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Create Project Charter for Project | 20060724 | |
| 2 | Instance method | Public | Method | Does a Project Charter Exist for the Project? | 20060724 | |
| 3 | Static method | Public | Method | Get Singleton | 20060717 | |
| 4 | Instance method | Public | Method | Delivers Long Text | 20070510 | |
| 5 | Instance method | Public | Method | Read Original Language for Project | 20070510 | |
| 6 | Instance method | Public | Method | Delivers Project Charter Data | 20070427 | |
| 7 | Instance method | Public | Method | 20060724 | ||
| 8 | Instance method | Public | Method | Set Field Properties for Texts | 20070508 | |
| 9 | Instance method | Public | Method | Initialize | 20060724 | |
| 10 | Instance method | Public | Method | Transfer Changed Data to API Layer | 20060929 | |
| 11 | Instance method | Public | Method | Transfer Changed Data to API Layer | 20070510 | |
| 12 | Instance method | Private | Method | Read Long Text for Project Charter | 20070510 | |
| 13 | Instance method | Private | Method | Read Project Charter via Retrieve | 20070427 | |
| 14 | Instance method | Public | Method | Write Changes to Long Text to Buffer | 20070510 | |
| 15 | Instance method | Public | Method | Create Metrics Values if Metrics UI Not Loaded | 20070706 | |
| 16 | Instance method | Public | Method | Set language | 20060728 | |
| 17 | Instance method | Public | Method | Write Changes to Text to Buffer | 20060731 |
Events
Class CL_DPR_UI_LOG_PROJECT_CHARTER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_CHANGE_MODE | Public | See coding | 20070417 | ty_change_mode TYPE c LENGTH 1
|
||
| 2 | TY_MODIFICATION | Public | See coding | 20070417 | BEGIN OF ty_modification,
bo_node_name TYPE string,
key TYPE REF TO data,
change_mode TYPE ty_change_mode,
data TYPE REF TO data,
changed_fields TYPE scol_string_t,
association TYPE string,
source_bo_node TYPE string,
source_key TYPE REF TO data,
source_key_is_handle TYPE sesf_boolean,
END OF ty_modification
|
Method Signatures
Method CREATE_PROJECT_CHARTER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_OBJ_EVENT | Call by reference | Type reference (TYPE) | DPR_TS_OBJ_EVENT | Identifizierung eines Objektes | 20060724 | |||
| 2 | IS_PARAMETERS | Call by reference | Type reference (TYPE) | ANY | 20060724 | ||||
| 3 | RV_CREATION_FAILED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20060724 |
Method CREATE_PROJECT_CHARTER on class CL_DPR_UI_LOG_PROJECT_CHARTER has no exception.
Method EXISTENCE_CHECK_PC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_OBJ_EVENT | Call by reference | Type reference (TYPE) | DPR_TS_OBJ_EVENT | Identifizierung eines Objektes | 20060724 | |||
| 2 | RV_PC_EXISTS | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20060724 |
Method EXISTENCE_CHECK_PC on class CL_DPR_UI_LOG_PROJECT_CHARTER has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RR_UI_LOG_PROJECT_CHARTER | Value transfer | Object reference (TYPE REF TO) | CL_DPR_UI_LOG_PROJECT_CHARTER | Logikklasse für Projektauftrag | 20060724 |
Method GET_INSTANCE on class CL_DPR_UI_LOG_PROJECT_CHARTER has no exception.
Method GET_LONGTEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_ORIG_LONGTEXT | Call by reference | Type reference (TYPE) | DPR_TS_API_LONGTEXT | API: Attribute Langtext | 20070510 | |||
| 2 | ES_SESSION_LONGTEXT | Call by reference | Type reference (TYPE) | DPR_TS_API_LONGTEXT | API: Attribute Langtext | 20070510 | |||
| 3 | EV_SESSION_LANGUAGE | Call by reference | Type reference (TYPE) | DPR_TV_LANGU_EXT | Externer Sprachenschlüssel | 20070510 | |||
| 4 | IS_OBJ_EVENT | Call by reference | Type reference (TYPE) | DPR_TS_OBJ_EVENT | Identifizierung eines Objektes | 20070510 |
Method GET_LONGTEXT on class CL_DPR_UI_LOG_PROJECT_CHARTER has no exception.
Method GET_MASTER_LANGUAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_OBJ_EVENT | Call by reference | Type reference (TYPE) | DPR_TS_OBJ_EVENT | Identifizierung eines Objektes | 20070510 | |||
| 2 | RV_MASTER_LANGUAGE | Value transfer | Type reference (TYPE) | DPR_TV_LANGU_EXT | Externer Sprachenschlüssel | 20070510 |
Method GET_MASTER_LANGUAGE on class CL_DPR_UI_LOG_PROJECT_CHARTER has no exception.
Method GET_PROJECT_CHARTER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_PROJECT_CHARTER | Call by reference | Type reference (TYPE) | DPR_TS_API_PC | API: Attribute Projektauftrag | 20070427 |
Method GET_PROJECT_CHARTER on class CL_DPR_UI_LOG_PROJECT_CHARTER has no exception.
Method GET_TEXTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_GOAL_STATEMENT | Call by reference | Type reference (TYPE) | STRING | 20060724 | ||||
| 2 | EV_PROBLEM_STATEMENT | Call by reference | Type reference (TYPE) | STRING | 20060724 | ||||
| 3 | EV_SCOPE_STATEMENT | Call by reference | Type reference (TYPE) | STRING | 20060724 | ||||
| 4 | IS_OBJ_EVENT | Call by reference | Type reference (TYPE) | DPR_TS_OBJ_EVENT | Identifizierung eines Objektes | 20060724 |
Method GET_TEXTS on class CL_DPR_UI_LOG_PROJECT_CHARTER has no exception.
Method GET_VI_PC_VIEWDATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_UI_CTRL | Value transfer | Type reference (TYPE) | DPR_TT_UI_ATTR_PROPERTY | Attributproperty | 20070508 |
Method GET_VI_PC_VIEWDATA on class CL_DPR_UI_LOG_PROJECT_CHARTER has no exception.
Method INITIALIZE Signature
Method INITIALIZE on class CL_DPR_UI_LOG_PROJECT_CHARTER has no parameter.
Method INITIALIZE on class CL_DPR_UI_LOG_PROJECT_CHARTER has no exception.
Method REPORT_CHANGED_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_OBJ_EVENT | Call by reference | Type reference (TYPE) | DPR_TS_OBJ_EVENT | Identifizierung eines Objektes | 20060929 |
Method REPORT_CHANGED_DATA on class CL_DPR_UI_LOG_PROJECT_CHARTER has no exception.
Method REPORT_CHANGED_LONGTEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_OBJ_EVENT | Call by reference | Type reference (TYPE) | DPR_TS_OBJ_EVENT | Identifizierung eines Objektes | 20070510 |
Method REPORT_CHANGED_LONGTEXT on class CL_DPR_UI_LOG_PROJECT_CHARTER has no exception.
Method RETRIEVE_PC_LONGTEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_ORIG_LONGTEXT | Call by reference | Type reference (TYPE) | DPR_TS_API_LONGTEXT | API: Attribute Langtext | 20070510 | |||
| 2 | ES_SESSION_LONGTEXT | Call by reference | Type reference (TYPE) | DPR_TS_API_LONGTEXT | API: Attribute Langtext | 20070510 | |||
| 3 | IV_ORIG_LANGU | Call by reference | Type reference (TYPE) | DPR_TV_LANGU_EXT | Externer Sprachenschlüssel | 20070510 | |||
| 4 | IV_SESS_LANGU | Call by reference | Type reference (TYPE) | DPR_TV_LANGU_EXT | Externer Sprachenschlüssel | 20070510 |
Method RETRIEVE_PC_LONGTEXT on class CL_DPR_UI_LOG_PROJECT_CHARTER has no exception.
Method RETRIEVE_PROJECT_CHARTER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_PROJECT_CHARTER | Call by reference | Type reference (TYPE) | DPR_TS_API_PC | API: Attribute Projektauftrag | 20070427 | |||
| 2 | IS_OBJ_EVENT | Call by reference | Type reference (TYPE) | DPR_TS_OBJ_EVENT | Identifizierung eines Objektes | 20070427 |
Method RETRIEVE_PROJECT_CHARTER on class CL_DPR_UI_LOG_PROJECT_CHARTER has no exception.
Method SET_LONGTEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_LONGTEXT | Call by reference | Type reference (TYPE) | DPR_TS_API_LONGTEXT | API: Attribute Langtext | 20070510 |
Method SET_LONGTEXT on class CL_DPR_UI_LOG_PROJECT_CHARTER has no exception.
Method SET_METRICS_DATA Signature
Method SET_METRICS_DATA on class CL_DPR_UI_LOG_PROJECT_CHARTER has no parameter.
Method SET_METRICS_DATA on class CL_DPR_UI_LOG_PROJECT_CHARTER has no exception.
Method SET_NEW_LANGUAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_LANGUAGE | Call by reference | Type reference (TYPE) | LAISO | Sprache nach ISO 639 | 20060728 |
Method SET_NEW_LANGUAGE on class CL_DPR_UI_LOG_PROJECT_CHARTER has no exception.
Method SET_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_GOAL_STATEMENT | Call by reference | Type reference (TYPE) | STRING | 20070213 | ||||
| 2 | IV_PROBLEM_STATEMENT | Call by reference | Type reference (TYPE) | STRING | 20070213 | ||||
| 3 | IV_SCOPE_STATEMENT | Call by reference | Type reference (TYPE) | STRING | 20070213 |
Method SET_TEXT on class CL_DPR_UI_LOG_PROJECT_CHARTER has no exception.
History
| Last changed by/on | SAP | 20141109 |
| SAP Release Created in | 450 |