SAP ABAP Class CL_DPR_UI_LOG_CHANGEDOCS (Change Documents)
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_CHANGEDOCS | |
Short Description | Change Documents | |
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 | 20050210 | SAP |
Last change | 20141109 | |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_DPR_UI_LOG_CHANGEDOCS has no forward declaration.
Interfaces
Class CL_DPR_UI_LOG_CHANGEDOCS has no interface implemented.
Friends
Class CL_DPR_UI_LOG_CHANGEDOCS 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_CHANGEDOCS | Change Documents | 20050210 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | 20050210 | |
2 | ![]() |
Instance method | Public | Method | Get Change Documents from Back-End | 20050210 |
3 | ![]() |
Static method | Public | Method | 20050210 | |
4 | ![]() |
Instance method | Public | Method | User Settings | 20050210 |
Events
Class CL_DPR_UI_LOG_CHANGEDOCS has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TS_API_PROPERTIES | Private | See coding | 20050210 | 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 | 20050210 | 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_CHANGEDOCS has no parameter.
Method CONSTRUCTOR on class CL_DPR_UI_LOG_CHANGEDOCS has no exception.
Method GET_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_CD_ATP | Call by reference | Type reference (TYPE) | INDEX TABLE | Änderungsbelege zu Rollenattributen | 20050329 | ||
2 | ![]() |
ET_CD_ATT | Call by reference | Type reference (TYPE) | INDEX TABLE | Änderungsbelege zu Detaildaten | 20050303 | ||
3 | ![]() |
ET_CD_AUT | Call by reference | Type reference (TYPE) | INDEX TABLE | Ändungsbelege zu Berechtigungen | 20050210 | ||
4 | ![]() |
ET_CD_MTG | Call by reference | Type reference (TYPE) | INDEX TABLE | Änderungsbelege zu Rollenzuordnung von Aufgaben | 20050210 | ||
5 | ![]() |
ET_CD_OBL | Call by reference | Type reference (TYPE) | INDEX TABLE | Änderungsbelege zu Objektverknüpfungen | 20050210 | ||
6 | ![]() |
ET_CD_STA | Call by reference | Type reference (TYPE) | INDEX TABLE | Änderungsbelege zu Status | 20050210 | ||
7 | ![]() |
ET_CD_STF | Call by reference | Type reference (TYPE) | INDEX TABLE | Änderungsbelege zu Rollenzuordnung von Ressourcen | 20050329 | ||
8 | ![]() |
IV_GUID | Call by reference | Type reference (TYPE) | DPR_TV_OBJECT_GUID_CHAR | Eindeutiger Objektschlüssel | 20050210 | ||
9 | ![]() |
IV_OBJ_TYPE | Call by reference | Type reference (TYPE) | DPR_TV_OBJECT_TYPE | Objekttyp in der Projektplanung | 20050210 |
Method GET_DATA on class CL_DPR_UI_LOG_CHANGEDOCS has no exception.
Method GET_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RR_CHANGEDOCS | Value transfer | Object reference (TYPE REF TO) | CL_DPR_UI_LOG_CHANGEDOCS | Änderungsbelege | 20050210 |
Method GET_INSTANCE on class CL_DPR_UI_LOG_CHANGEDOCS has no exception.
Method GET_USER_SETTINGS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_PROPERTIES | Call by reference | Type reference (TYPE) | DPR_TT_UI_ATTR_PROPERTY | Attributproperty | 20050210 | ||
2 | ![]() |
ES_USER_DATA | Call by reference | Type reference (TYPE) | DPR_TS_API_ROOT_USER | API: Struktur für Benutzereinstellungen | 20101008 | ||
3 | ![]() |
ET_VALUES | Call by reference | Type reference (TYPE) | DPR_TT_API_NAME_VALUE_PAIR | Name-Value-Pair | 20050210 | ||
4 | ![]() |
EV_CD_DISP | Call by reference | Type reference (TYPE) | BOOLE_D | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20050210 | ||
5 | ![]() |
EV_CD_FROM | Call by reference | Type reference (TYPE) | DPR_TV_CHANGE_DOCS_FROM | Zeitraum der Änderungsbelege: von | 20050210 | ||
6 | ![]() |
EV_CD_MANUAL | Call by reference | Type reference (TYPE) | DPR_TV_CHANGE_DOCS_PERIOD | Zeitraum für die Selektion von Änderungesbelege | 20050210 | ||
7 | ![]() |
EV_CD_TO | Call by reference | Type reference (TYPE) | DPR_TV_CHANGE_DOCS_TO | Zeitraum der Änderungsbelege: bis | 20050210 | ||
8 | ![]() |
IV_UNAME | Call by reference | Type reference (TYPE) | SY-UNAME | Benutzername | 20050210 |
Method GET_USER_SETTINGS on class CL_DPR_UI_LOG_CHANGEDOCS has no exception.
History
Last changed by/on | SAP | 20141109 |
SAP Release Created in | 400 |