SAP ABAP Class CL_DPR_UI_LOG_VRSN_HDR (Cross-Object Data Retrieval)
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_VRSN_HDR | |
| Short Description | Cross-Object Data Retrieval | |
| 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 | 20050117 | SAP |
| Last change | 20141109 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_DPR_UI_LOG_VRSN_HDR has no forward declaration.
Interfaces
Class CL_DPR_UI_LOG_VRSN_HDR has no interface implemented.
Friends
Class CL_DPR_UI_LOG_VRSN_HDR 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) | CGPL_TT_V_VRSN_DEF | Table Type for V_CGPL_VRSN_DEF View | 20091021 | |||
| 2 | Constant | Public | Type reference (TYPE) | STRING | 'VRSN_DETAIL' | Node Name Detailed Data | 20050117 | ||
| 3 | Constant | Public | Type reference (TYPE) | STRING | 'VIEWDATA_TAB' | Node Name Detailed Data | 20050331 | ||
| 4 | Constant | Public | Type reference (TYPE) | STRING | 'VRSN_GLOBAL' | Node Name Global Versions | 20050202 | ||
| 5 | Constant | Public | Type reference (TYPE) | STRING | 'VRSN_LOCAL' | Node Name Local Versions | 20050202 | ||
| 6 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_DPR_UI_LOG_VRSN_HDR | Cross-Object Data Retrieval | 20050117 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20050117 | ||
| 2 | Instance method | Public | Method | Action Properties | 20050207 | |
| 3 | Instance method | Public | Method | Get archive flag of version mask | 20091021 | |
| 4 | Instance method | Public | Method | Editing Masks | 20050117 | |
| 5 | Instance method | Public | Method | Get Detailed Data and UI Control for a Version | 20050117 | |
| 6 | Instance method | Public | Method | Get Detail Data for All Versions | 20050117 | |
| 7 | Instance method | Private | Method | Field Properties | 20050117 | |
| 8 | Static method | Public | Method | Get Instance (Singleton) | 20050117 | |
| 9 | Instance method | Public | Method | Get Default Values for Field | 20050131 | |
| 10 | Static method | Public | Method | Close Text for Save Prompt | 20050812 | |
| 11 | Instance method | Private | Method | Get Texts for a Version | 20050202 | |
| 12 | Instance method | Public | Method | Send Actions to Change Manager | 20050117 | |
| 13 | Instance method | Public | Method | Send Changes to Back-End | 20050117 |
Events
Class CL_DPR_UI_LOG_VRSN_HDR has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_API_PROPERTIES | Private | See coding | 20050117 | BEGIN OF ts_api_properties,
mandatory TYPE boole_d,
read_only TYPE boole_d,
enabled TYPE boole_d,
visible TYPE boole_d,
END OF ts_api_properties
|
||
| 2 | TS_IF_PROPERTIES | Private | See coding | 20050117 | begin of TS_IF_PROPERTIES,
bo_name type string,
bo_node_name type string,
bo_node_key type string,
sub_elem_type type i, " attribute, action, association
sub_elem_name type string,
properties type ts_api_properties,
end of TS_IF_PROPERTIES
|
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_DPR_UI_LOG_VRSN_HDR has no parameter.
Method CONSTRUCTOR on class CL_DPR_UI_LOG_VRSN_HDR has no exception.
Method GET_ACTION_PROPERTIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_ACTION_CTRL | Call by reference | Type reference (TYPE) | DPR_TT_UI_ACTION_CTRL | Eigenschaften für Aktionen | 20050207 | |||
| 2 | IV_VERSION_ID | Call by reference | Type reference (TYPE) | DPR_TV_VERSION | Version | 20050207 |
Method GET_ACTION_PROPERTIES on class CL_DPR_UI_LOG_VRSN_HDR has no exception.
Method GET_ARCHIVE_FLAG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_VERSION | Call by reference | Type reference (TYPE) | CGPL_TV_VERSION_CUST | Input Template for the Number of a Version | 20091021 | |||
| 2 | RV_ARCHIVE | Value transfer | Type reference (TYPE) | WDY_BOOLEAN | Supplement for True Boolean Type: 'X' == True '' == False | 20091021 |
Method GET_ARCHIVE_FLAG on class CL_DPR_UI_LOG_VRSN_HDR has no exception.
Method GET_CODING_MASK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MASK_GLOBAL | Call by reference | Type reference (TYPE) | DPR_TT_API_NAME_VALUE_PAIR | Name-Value-Pair | 20050117 | |||
| 2 | ET_MASK_LOCAL | Call by reference | Type reference (TYPE) | DPR_TT_API_NAME_VALUE_PAIR | Name-Value-Pair | 20050117 | |||
| 3 | IV_VERSION_TYPE | Call by reference | Type reference (TYPE) | STRING | 20050117 |
Method GET_CODING_MASK on class CL_DPR_UI_LOG_VRSN_HDR has no exception.
Method GET_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_VRSN_DATA | Call by reference | Type reference (TYPE) | DPR_TS_UI_VRSN_HDR | Globale Versionen | 20050201 | |||
| 2 | ET_FIELD_CTRL | Call by reference | Type reference (TYPE) | DPR_TT_NODE_FC_UI | Objekte mit Feldkontrolle | 20050117 | |||
| 3 | IT_FIELDS_TBD | Call by reference | Type reference (TYPE) | DPR_TT_UI_FIELDS | Feldliste | 20050117 | |||
| 4 | IV_EDIT_MODE | Call by reference | Type reference (TYPE) | I | 20050117 | ||||
| 5 | IV_LANGU_EXT | Call by reference | Type reference (TYPE) | DPR_TV_LANGU_EXT | Externer Sprachenschlüssel | 20050203 | |||
| 6 | IV_VERSION_ID | Call by reference | Type reference (TYPE) | DPR_TV_OBJECT_GUID_CHAR | Eindeutiger Objektschlüssel | 20050117 |
Method GET_DATA on class CL_DPR_UI_LOG_VRSN_HDR has no exception.
Method GET_DATA_ALL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_VRSN_GLOBAL | Call by reference | Type reference (TYPE) | INDEX TABLE | Globale Versionen | 20050117 | |||
| 2 | ET_VRSN_LOCAL | Call by reference | Type reference (TYPE) | INDEX TABLE | Lokale Versionen | 20050117 | |||
| 3 | IV_LANGU_EXT | Call by reference | Type reference (TYPE) | DPR_TV_LANGU_EXT | Externer Sprachenschlüssel | 20050203 | |||
| 4 | IV_VRSN_TYPE | Call by reference | Type reference (TYPE) | STRING | Versionart | 20050117 |
Method GET_DATA_ALL on class CL_DPR_UI_LOG_VRSN_HDR has no exception.
Method GET_FIELD_PROPERTIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_FIELDS_CTRL | Call by reference | Type reference (TYPE) | DPR_TT_NODE_FC_UI | Objekte mit Feldkontrolle | 20050117 | |||
| 2 | IT_FIELDS_TBD | Call by reference | Type reference (TYPE) | DPR_TT_UI_FIELDS | Feldliste | 20050117 | |||
| 3 | IV_VERSION_ID | Call by reference | Type reference (TYPE) | DPR_TV_OBJECT_GUID_CHAR | Eindeutiger Objektschlüssel | 20050119 |
Method GET_FIELD_PROPERTIES on class CL_DPR_UI_LOG_VRSN_HDR has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RR_VRSN_HDR | Value transfer | Object reference (TYPE REF TO) | CL_DPR_UI_LOG_VRSN_HDR | Objektübergreifende Datenbeschaffung | 20050117 |
Method GET_INSTANCE on class CL_DPR_UI_LOG_VRSN_HDR has no exception.
Method GET_MASK_IDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_FIELD_VALUES | Call by reference | Type reference (TYPE) | DPR_TT_UI_FIELD_VALUES | Attribute und Vorschlagswerte | 20050131 | |||
| 2 | IV_VRSN_TYPE | Call by reference | Type reference (TYPE) | STRING | Versionsart | 20050131 | |||
| 3 | IV_VRSN_USAGE | Call by reference | Type reference (TYPE) | STRING | Versionsverwendung | 20050131 |
Method GET_MASK_IDS on class CL_DPR_UI_LOG_VRSN_HDR has no exception.
Method GET_POPUP_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_TEXT | Value transfer | Type reference (TYPE) | STRING | Text | 20050812 |
Method GET_POPUP_TEXT on class CL_DPR_UI_LOG_VRSN_HDR has no exception.
Method GET_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_LONGTEXT | Call by reference | Type reference (TYPE) | STRING | langtext | 20050202 | |||
| 2 | EV_SHORTTEXT | Call by reference | Type reference (TYPE) | STRING | Kurztext | 20050202 | |||
| 3 | IV_LANGU_EXT | Call by reference | Type reference (TYPE) | DPR_TV_LANGU_EXT | Externer Sprachenschlüssel | 20050202 | |||
| 4 | IV_VERSION_ID | Call by reference | Type reference (TYPE) | DPR_TV_VERSION | Version | 20050202 |
Method GET_TEXT on class CL_DPR_UI_LOG_VRSN_HDR has no exception.
Method REPORT_ACTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_PARAMETERS | Call by reference | Object reference (TYPE REF TO) | DATA | 20050117 | ||||
| 2 | IV_ACTION_NAME | Call by reference | Type reference (TYPE) | STRING | Web Dynpro: Liste mit Context-Änderungen | 20050117 | |||
| 3 | IV_GUID | Call by reference | Type reference (TYPE) | DPR_TV_OBJECT_GUID_CHAR | GUID des Anwendungsobjekts | 20050117 | |||
| 4 | IV_OBJ_TYPE | Call by reference | Type reference (TYPE) | CGPL_OBJECT_TYPE | Objekttyp in der Projektplanung | 20050117 |
Method REPORT_ACTION on class CL_DPR_UI_LOG_VRSN_HDR has no exception.
Method REPORT_CHANGED_DET_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_DATA | Call by reference | Type reference (TYPE) | DPR_TS_UI_VRSN_HDR | UI: Attribute Versionskopf | 20050202 | |||
| 2 | IT_CHANGED_ATTR | Call by reference | Type reference (TYPE) | WDR_CONTEXT_CHANGE_LIST | Web Dynpro: Liste mit Context-Änderungen | 20050202 | |||
| 3 | IV_VERSION_ID | Call by reference | Type reference (TYPE) | DPR_TV_VERSION | Version | 20050202 |
Method REPORT_CHANGED_DET_DATA on class CL_DPR_UI_LOG_VRSN_HDR has no exception.
History
| Last changed by/on | SAP | 20141109 |
| SAP Release Created in | 400 |