SAP ABAP Class CL_DPR_UI_LOG_MPMON_DETAIL (Detail Data for Objects in Multi-Project Monitor)
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_MPMON_DETAIL | |
| Short Description | Detail Data for Objects in Multi-Project Monitor | |
| 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 | 20060505 | 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_DPR_UI_LOG_MPMON_DETAIL has no interface implemented.
Friends
Class CL_DPR_UI_LOG_MPMON_DETAIL has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_DPR_UI_LOG_MPMON_DETAIL | Instance of Singleton | 20060505 | |||
| 2 | Static Attribute | Private | Type reference (TYPE) | TT_DD_FIELDS | DDIC Fields | 20070710 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Method | Filters Out Fields for Gantt Chart | 20061115 | |
| 2 | Instance method | Public | Method | Get Checklist-Specific Data | 20060505 | |
| 3 | Instance method | Public | Method | Get Checklist-Item-Specific Data | 20060505 | |
| 4 | Instance method | Public | Method | Get Checklist-Reference-Specific Data | 20060508 | |
| 5 | Instance method | Protected | Method | Get Icon and Tooltip for Severity | 20060802 | |
| 6 | Instance method | Protected | Method | Get Cross-Object-Category Data | 20060505 | |
| 7 | Instance method | Protected | Method | Get Cross-Object-Category Data | 20070706 | |
| 8 | Instance method | Protected | Method | Get Field Information from Back-End | 20060505 | |
| 9 | Instance method | Protected | Method | Get Field Information from Back-End | 20070710 | |
| 10 | Static method | Public | Method | Get Instance (Singleton) | 20060505 | |
| 11 | Static method | Public | Method | Get Language for Texts in Multi-Project Monitor | 20060718 | |
| 12 | Static method | Public | Method | Get Language for Texts in Multi-Project Monitor (Int. Key) | 20060807 | |
| 13 | Instance method | Private | Method | Gets the Name of an Object | 20060823 | |
| 14 | Instance method | Public | Method | Get Phase-Specific Data | 20060505 | |
| 15 | Instance method | Public | Method | Get Project-Specific Data | 20060505 | |
| 16 | Instance method | Private | Method | Get Responsibility | 20060505 | |
| 17 | Instance method | Protected | Method | Get Responsibilities - Cross-Object | 20060510 | |
| 18 | Instance method | Public | Method | Get Task-Specific Data | 20060505 | |
| 19 | Instance method | Public | Method | Get Current Data from Back-End | 20060926 | |
| 20 | Instance method | Protected | Method | Reconcile Field Information: WD - API | 20060505 |
Events
Class CL_DPR_UI_LOG_MPMON_DETAIL has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_API_PROPERTIES | Private | See coding | 20060505 | 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_DD_FIELDS | Private | See coding | 20070710 | BEGIN OF ts_dd_fields,
tabname TYPE ddobjname,
fields TYPE ddfields,
END OF ts_dd_fields
|
||
| 3 | TS_IF_PROPERTIES | Private | See coding | 20060505 | 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
|
||
| 4 | TS_OBJ_RESPONSIBLE | Private | See coding | 20060505 | BEGIN OF ts_obj_responsible,
guid TYPE dpr_tv_object_guid_char,
resp TYPE dpr_ts_ui_responsible,
END OF ts_obj_responsible
|
||
| 5 | TT_DD_FIELDS | Private | See coding | 20070710 | tt_dd_fields TYPE SORTED TABLE OF ts_dd_fields WITH UNIQUE KEY tabname
|
||
| 6 | TT_OBJ_RESPONSIBLE | Private | See coding | 20060505 | tt_obj_responsible TYPE TABLE OF ts_obj_responsible
|
||
| 7 | TT_PROPERTY_ATTR | Private | See coding | 20070710 | tt_property_attr TYPE TABLE OF ty_property_attr
|
||
| 8 | TY_PROPERTY_ATTR | Private | See coding | 20070710 | BEGIN OF ty_property_attr,
tablename TYPE string,
fieldname type fieldname,
sub_elem_type TYPE dpr_tv_elementtype,
sub_elem_name TYPE string,
bo_node_name TYPE string,
END OF ty_property_attr
|
Method Signatures
Method FILTER_GANTT_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_GANTT_DATA | Call by reference | Type reference (TYPE) | DPR_TT_UI_OBJ_GANTT_ATTR | Objekte und Attribute in Ganttchart | 20061115 | |||
| 2 | IT_DETAIL_DATA | Call by reference | Type reference (TYPE) | INDEX TABLE | Detaildaten | 20061115 | |||
| 3 | IT_FILTER_GANTT_FIELDS | Call by reference | Type reference (TYPE) | DPR_TT_UI_FIELDS | Feldliste | 20061115 | |||
| 4 | IV_OBJECT_TYPE | Call by reference | Type reference (TYPE) | CGPL_OBJECT_TYPE | Objekttyp in der Projektplanung | 20061115 | |||
| 5 | IV_UI_STRUC | Call by reference | Type reference (TYPE) | STRING | UI-Struktur (Name) | 20061115 |
Method FILTER_GANTT_DATA on class CL_DPR_UI_LOG_MPMON_DETAIL has no exception.
Method GET_CHECKLIST_DETAIL_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_FIELD_CTRL | Call by reference | Type reference (TYPE) | DPR_TT_OBJ_FC_UI | Objekte mit Feldkontrolle | 20060505 | |||
| 2 | ET_GANTT_DATA | Call by reference | Type reference (TYPE) | DPR_TT_UI_OBJ_GANTT_ATTR | Attribute für Gantt-Chart | 20060505 | |||
| 3 | IS_OBJECTS | Call by reference | Type reference (TYPE) | DPR_TS_TREE_OBJECTS | Objekte gruppiert nach Objekttyp | 20060505 | |||
| 4 | IT_FIELDS_TBD | Call by reference | Type reference (TYPE) | DPR_TT_UI_FIELDS | Detailfelder deren Properties bestimmt werden sollen | 20070706 | |||
| 5 | IV_WITH_PARENT_DATA | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | auch Daten der übergeordneten Objekte lesen | 20060714 |
Method GET_CHECKLIST_DETAIL_DATA on class CL_DPR_UI_LOG_MPMON_DETAIL has no exception.
Method GET_CKL_ITEM_DETAIL_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_FIELD_CTRL | Call by reference | Type reference (TYPE) | DPR_TT_OBJ_FC_UI | Objekte mit Feldkontrolle | 20060505 | |||
| 2 | ET_GANTT_DATA | Call by reference | Type reference (TYPE) | DPR_TT_UI_OBJ_GANTT_ATTR | Attribute für Gantt-Chart | 20060505 | |||
| 3 | IS_OBJECTS | Call by reference | Type reference (TYPE) | DPR_TS_TREE_OBJECTS | Objekte gruppiert nach Objekttyp | 20060505 | |||
| 4 | IT_FIELDS_TBD | Call by reference | Type reference (TYPE) | DPR_TT_UI_FIELDS | Detailfelder deren Properties bestimmt werden sollen | 20070706 | |||
| 5 | IV_WITH_PARENT_DATA | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | auch Daten der übergeordneten Objekte lesen | 20060714 |
Method GET_CKL_ITEM_DETAIL_DATA on class CL_DPR_UI_LOG_MPMON_DETAIL has no exception.
Method GET_CKL_REF_DETAIL_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_FIELD_CTRL | Call by reference | Type reference (TYPE) | DPR_TT_OBJ_FC_UI | Objekte mit Feldkontrolle | 20060508 | |||
| 2 | ET_GANTT_DATA | Call by reference | Type reference (TYPE) | DPR_TT_UI_OBJ_GANTT_ATTR | Attribute für Gantt-Chart | 20060508 | |||
| 3 | IS_OBJECTS | Call by reference | Type reference (TYPE) | DPR_TS_TREE_OBJECTS | Objekte gruppiert nach Objekttyp | 20060508 | |||
| 4 | IT_FIELDS_TBD | Call by reference | Type reference (TYPE) | DPR_TT_UI_FIELDS | Detailfelder deren Properties bestimmt werden sollen | 20070706 | |||
| 5 | IV_WITH_PARENT_DATA | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | auch Daten der übergeordneten Objekte lesen | 20060714 |
Method GET_CKL_REF_DETAIL_DATA on class CL_DPR_UI_LOG_MPMON_DETAIL has no exception.
Method GET_CRITICALITY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_CRITICALITY_ICON | Call by reference | Type reference (TYPE) | STRING | 20060802 | ||||
| 2 | EV_CRITICALITY_TOOLTIP | Call by reference | Type reference (TYPE) | STRING | 20060802 | ||||
| 3 | IV_GUID | Call by reference | Type reference (TYPE) | DPR_TV_OBJECT_GUID_CHAR | GUID des Anwendungsobjekts | 20060802 |
Method GET_CRITICALITY on class CL_DPR_UI_LOG_MPMON_DETAIL has no exception.
Method GET_DETAIL_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_FIELD_CTRL | Call by reference | Type reference (TYPE) | DPR_TT_OBJ_FC_UI | Objekte mit Feldkontrolle | 20060505 | |||
| 2 | ET_GANTT_DATA | Call by reference | Type reference (TYPE) | DPR_TT_UI_OBJ_GANTT_ATTR | Attribute für Gantt-Chart | 20060505 | |||
| 3 | IS_OBJECTS | Call by reference | Type reference (TYPE) | DPR_TS_TREE_OBJECTS | Objekte gruppiert nach Objekttyp | 20060505 | |||
| 4 | IT_FILTER_GANTT_FIELDS | Call by reference | Type reference (TYPE) | DPR_TT_UI_FIELDS | Feldliste für Ganttchart | 20060505 | |||
| 5 | IV_WITH_PARENT_DATA | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | Sollen Daten der übergeordneten Objekte gelesen werden | 20060629 |
Method GET_DETAIL_DATA on class CL_DPR_UI_LOG_MPMON_DETAIL has no exception.
Method GET_DETAIL_DATA_NEW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_FIELD_CTRL | Call by reference | Type reference (TYPE) | DPR_TT_OBJ_FC_UI | Objekte mit Feldkontrolle | 20070706 | |||
| 2 | ET_GANTT_DATA | Call by reference | Type reference (TYPE) | DPR_TT_UI_OBJ_GANTT_ATTR | Attribute für Gantt-Chart | 20070706 | |||
| 3 | IS_OBJECTS | Call by reference | Type reference (TYPE) | DPR_TS_TREE_OBJECTS | Objekte gruppiert nach Objekttyp | 20070706 | |||
| 4 | IT_FIELDS_TBD | Call by reference | Type reference (TYPE) | DPR_TT_UI_FIELDS | Detailfelder deren Properties bestimmt werden sollen | 20070706 | |||
| 5 | IT_FILTER_GANTT_FIELDS | Call by reference | Type reference (TYPE) | DPR_TT_UI_FIELDS | Feldliste für Ganttchart | 20070706 | |||
| 6 | IV_WITH_PARENT_DATA | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | Sollen Daten der übergeordneten Objekte gelesen werden | 20070706 |
Method GET_DETAIL_DATA_NEW on class CL_DPR_UI_LOG_MPMON_DETAIL has no exception.
Method GET_FIELD_PROPERTY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_GANTT_DATA | Call by reference | Type reference (TYPE) | DPR_TT_UI_OBJ_GANTT_ATTR | Objekte und Attribute in Ganttchart | 20060505 | |||
| 2 | ET_OBJ_FIELD_PROP | Call by reference | Type reference (TYPE) | DPR_TT_UI_OBJ_ATTR_PROPERTY | Properties | 20060505 | |||
| 3 | IT_DETAIL_DATA | Call by reference | Type reference (TYPE) | INDEX TABLE | Detaildaten | 20060505 | |||
| 4 | IT_FILTER_GANTT_FIELDS | Call by reference | Type reference (TYPE) | DPR_TT_UI_FIELDS | Feldliste | 20060505 | |||
| 5 | IV_BO_OBJ_TYPE | Call by reference | Type reference (TYPE) | STRING | 20060505 | ||||
| 6 | IV_OBJECT_TYPE | Call by reference | Type reference (TYPE) | CGPL_OBJECT_TYPE | Objekttyp in der Projektplanung | 20061016 | |||
| 7 | IV_UI_STRUC | Call by reference | Type reference (TYPE) | STRING | UI-Struktur (Name) | 20060505 |
Method GET_FIELD_PROPERTY on class CL_DPR_UI_LOG_MPMON_DETAIL has no exception.
Method GET_FIELD_PROPERTY_GANTT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_GANTT_DATA | Call by reference | Type reference (TYPE) | DPR_TT_UI_OBJ_GANTT_ATTR | Objekte und Attribute in Ganttchart | 20070710 | |||
| 2 | ET_MAND_TEXTS | Call by reference | Type reference (TYPE) | DPR_TT_API_NAME_VALUE_PAIR | Name-Value-Pair | 20070710 | |||
| 3 | ET_OBJ_FIELD_PROP | Call by reference | Type reference (TYPE) | DPR_TT_UI_OBJ_ATTR_PROPERTY | Properties | 20070710 | |||
| 4 | IT_DETAIL_DATA | Call by reference | Type reference (TYPE) | INDEX TABLE | Detaildaten | 20070710 | |||
| 5 | IT_FIELDS_TBD | Call by reference | Type reference (TYPE) | DPR_TT_UI_FIELDS | Detailfelder deren Properties bestimmt werden sollen | 20070710 | |||
| 6 | IT_FILTER_GANTT_FIELDS | Call by reference | Type reference (TYPE) | DPR_TT_UI_FIELDS | Feldliste | 20070710 | |||
| 7 | IV_BO_OBJ_TYPE | Call by reference | Type reference (TYPE) | STRING | 20070710 | ||||
| 8 | IV_OBJECT_TYPE | Call by reference | Type reference (TYPE) | CGPL_OBJECT_TYPE | Objekttyp in der Projektplanung | 20070913 | |||
| 9 | IV_UI_STRUC | Call by reference | Type reference (TYPE) | STRING | UI-Struktur (Name) | 20070710 |
Method GET_FIELD_PROPERTY_GANTT on class CL_DPR_UI_LOG_MPMON_DETAIL has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RR_MPMON_DETAIL | Value transfer | Object reference (TYPE REF TO) | CL_DPR_UI_LOG_MPMON_DETAIL | Detail-daten für Objekte in MP-Monitor | 20060505 |
Method GET_INSTANCE on class CL_DPR_UI_LOG_MPMON_DETAIL has no exception.
Method GET_LANGUAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_LANGUAGE | Value transfer | Type reference (TYPE) | DPR_TV_LANGU_EXT | Externer Sprachenschlüssel | 20060718 |
Method GET_LANGUAGE on class CL_DPR_UI_LOG_MPMON_DETAIL has no exception.
Method GET_LANGUAGE_INT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_LANGUAGE_INT | Value transfer | Type reference (TYPE) | LANGU | interner Sprachenschlüssel | 20060807 |
Method GET_LANGUAGE_INT on class CL_DPR_UI_LOG_MPMON_DETAIL has no exception.
Method GET_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_BO_NAME | Call by reference | Type reference (TYPE) | STRING | 20060823 | ||||
| 2 | IV_NODE_KEY | Call by reference | Type reference (TYPE) | STRING | 20060823 | ||||
| 3 | IV_NODE_NAME | Call by reference | Type reference (TYPE) | STRING | 20060823 | ||||
| 4 | RV_NAME | Value transfer | Type reference (TYPE) | DPR_TV_NAME | Bezeichnung des Projektelements | 20060823 |
Method GET_NAME on class CL_DPR_UI_LOG_MPMON_DETAIL has no exception.
Method GET_PHASE_DETAIL_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_FIELD_CTRL | Call by reference | Type reference (TYPE) | DPR_TT_OBJ_FC_UI | Objekte mit Feldkontrolle | 20060505 | |||
| 2 | ET_GANTT_DATA | Call by reference | Type reference (TYPE) | DPR_TT_UI_OBJ_GANTT_ATTR | Attribute für Gantt-Chart | 20060505 | |||
| 3 | IS_OBJECTS | Call by reference | Type reference (TYPE) | DPR_TS_TREE_OBJECTS | Objekte gruppiert nach Objekttyp | 20060505 | |||
| 4 | IT_FIELDS_TBD | Call by reference | Type reference (TYPE) | DPR_TT_UI_FIELDS | Detailfelder deren Properties bestimmt werden sollen | 20070706 | |||
| 5 | IV_WITH_PARENT_DATA | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | auch Daten der übergeordneten Objekte lesen | 20060714 |
Method GET_PHASE_DETAIL_DATA on class CL_DPR_UI_LOG_MPMON_DETAIL has no exception.
Method GET_PROJECT_DETAIL_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_FIELD_CTRL | Call by reference | Type reference (TYPE) | DPR_TT_OBJ_FC_UI | Objekte mit Feldkontrolle | 20060505 | |||
| 2 | ET_GANTT_DATA | Call by reference | Type reference (TYPE) | DPR_TT_UI_OBJ_GANTT_ATTR | Attribute für Gantt-Chart | 20060505 | |||
| 3 | IS_OBJECTS | Call by reference | Type reference (TYPE) | DPR_TS_TREE_OBJECTS | Objekte gruppiert nach Objekttyp | 20060505 | |||
| 4 | IT_FIELDS_TBD | Call by reference | Type reference (TYPE) | DPR_TT_UI_FIELDS | Detailfelder deren Properties bestimmt werden sollen | 20070706 | |||
| 5 | IV_WITH_PARENT_DATA | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | Daten der übergeordneten Objekte lesen? | 20061207 |
Method GET_PROJECT_DETAIL_DATA on class CL_DPR_UI_LOG_MPMON_DETAIL has no exception.
Method GET_RESPONSIBILITY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_RESPONSIBLE | Value transfer | Type reference (TYPE) | DPR_TS_UI_RESPONSIBLE | UI: Attribute Verantwortlicher | 20060505 | |||
| 2 | IV_BO_NAME | Call by reference | Type reference (TYPE) | STRING | 20060505 | ||||
| 3 | IV_BO_OBJ_TYPE | Call by reference | Type reference (TYPE) | STRING | 20060505 | ||||
| 4 | IV_EDIT_MODE | Call by reference | Type reference (TYPE) | I | 20060505 | ||||
| 5 | IV_GUID | Call by reference | Type reference (TYPE) | DPR_TV_OBJECT_GUID_CHAR | Aktuelles Objekt | 20060505 |
Method GET_RESPONSIBILITY on class CL_DPR_UI_LOG_MPMON_DETAIL has no exception.
Method GET_RESPONSIBILITY_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_DETAIL_DATA | Call by reference | Type reference (TYPE) | INDEX TABLE | 20060510 | ||||
| 2 | IS_OBJECTS | Call by reference | Type reference (TYPE) | DPR_TS_TREE_OBJECTS | Objekte gruppiert nach Objekttyp | 20060510 | |||
| 3 | IT_FIELDS_TBD | Call by reference | Type reference (TYPE) | DPR_TT_UI_FIELDS | Detailfelder deren Properties bestimmt werden sollen | 20070710 | |||
| 4 | IV_BO_NAME | Call by reference | Type reference (TYPE) | STRING | 20060510 | ||||
| 5 | IV_BO_OBJ_TYPE | Call by reference | Type reference (TYPE) | STRING | 20060510 | ||||
| 6 | IV_EDIT_MODE | Call by reference | Type reference (TYPE) | I | 20060510 | ||||
| 7 | IV_UI_STRUC | Call by reference | Type reference (TYPE) | STRING | UI-Struktur (Name) | 20060510 |
Method GET_RESPONSIBILITY_DATA on class CL_DPR_UI_LOG_MPMON_DETAIL has no exception.
Method GET_TASK_DETAIL_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_FIELD_CTRL | Call by reference | Type reference (TYPE) | DPR_TT_OBJ_FC_UI | Objekte mit Feldkontrolle | 20060505 | |||
| 2 | ET_GANTT_DATA | Call by reference | Type reference (TYPE) | DPR_TT_UI_OBJ_GANTT_ATTR | Attribute für Gantt-Chart | 20060505 | |||
| 3 | IS_OBJECTS | Call by reference | Type reference (TYPE) | DPR_TS_TREE_OBJECTS | Objekte gruppiert nach Objekttyp | 20060505 | |||
| 4 | IT_FIELDS_TBD | Call by reference | Type reference (TYPE) | DPR_TT_UI_FIELDS | Detailfelder deren Properties bestimmt werden sollen | 20070706 | |||
| 5 | IV_WITH_PARENT_DATA | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | auch Daten der übergeordneten Objekte lesen | 20060714 |
Method GET_TASK_DETAIL_DATA on class CL_DPR_UI_LOG_MPMON_DETAIL has no exception.
Method RETRIEVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_DETAIL_DATA | Call by reference | Type reference (TYPE) | INDEX TABLE | 20060926 | ||||
| 2 | EV_FAILED | Call by reference | Type reference (TYPE) | BOOLE_D | Retrieve für Objekt fehlgeschlagen | 20070208 | |||
| 3 | IV_GUID | Call by reference | Type reference (TYPE) | DPR_TV_OBJECT_GUID_CHAR | Eindeutiger Objektschlüssel | 20060926 | |||
| 4 | IV_OBJECT_TYPE | Call by reference | Type reference (TYPE) | CGPL_OBJECT_TYPE | Objekttyp in der Projektplanung | 20060926 |
Method RETRIEVE on class CL_DPR_UI_LOG_MPMON_DETAIL has no exception.
Method SET_FC_WD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_UI_OBJ_FIELD_CTRL | Call by reference | Type reference (TYPE) | DPR_TT_OBJ_FC_UI | Context: Feldsteuerungsinformationen pro Knoten | 20060806 | |||
| 2 | IT_OBJ_ATTR_PROP | Call by reference | Type reference (TYPE) | DPR_TT_UI_OBJ_ATTR_PROPERTY | Attributproperty | 20060505 | |||
| 3 | IV_OBJECT_TYPE | Call by reference | Type reference (TYPE) | CGPL_OBJECT_TYPE | Objekttyp in der Projektplanung | 20060511 |
Method SET_FC_WD on class CL_DPR_UI_LOG_MPMON_DETAIL has no exception.
History
| Last changed by/on | SAP | 20141109 |
| SAP Release Created in | 450 |