SAP ABAP Class CL_DPR_UI_LOG_PROGRAM (UI Logic for Program Assignments)
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_PROGRAM | |
Short Description | UI Logic for Program Assignments | |
Super Class | ||
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | DEVELOPMENT_PROJECTS_UI_LOGIC | Project Management UI Data Formatting |
Created | 20050408 | 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_PROGRAM has no interface implemented.
Friends
Class CL_DPR_UI_LOG_PROGRAM has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_DPR_PROJECT_O | Development Projects: Project | 20050422 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | DPR_TT_PROGPHASE_ASSIGNMENT | Assignment Table: Program Phases - Project Phases | 20050422 | ||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | DPR_TT_PROGR_ASSIGNED_OBJECTS | Program: Assigned Projects/Programs | 20050412 | ||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | DPR_TT_PROGPHASE_ASSIGNMENT | Program Phases That Are not Assigned | 20050422 | ||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | DPR_TT_PROGPHASE_ASSIGNMENT | Project Phases That Are not Assigned | 20050422 | ||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | BOOLE_D | Phase Assignment Already Read | 20050422 | ||
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | DPR_TV_GUID | Unique Object Key (CHAR32) | 20050411 | ||
8 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | CL_DPR_UI_LOG_PROGRAM | Singleton | 20050408 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Assigns a Project Phase to a Program Phase | 20050422 |
2 | ![]() |
Instance method | Public | Method | Assigns a Project to a Program | 20050421 |
3 | ![]() |
Instance method | Public | Method | Automatic Phase Assignment According to Phase Type | 20050422 |
4 | ![]() |
Instance method | Public | Constructor | 20050408 | |
5 | ![]() |
Instance method | Public | Method | Deletes the Assignment of Project (Phase) to Program (Phase) | 20050421 |
6 | ![]() |
Instance method | Public | Method | Is Action Permitted for an Object? | 20050422 |
7 | ![]() |
Instance method | Public | Method | Delivers the Phases Assigned to a Program Phase | 20050412 |
8 | ![]() |
Instance method | Public | Method | Delivers the Projects Assigned to the Program | 20050408 |
9 | ![]() |
Instance method | Private | Method | Determines the Project Number for a Phase | 20050412 |
10 | ![]() |
Static method | Public | Method | Get Singleton | 20050408 |
11 | ![]() |
Instance method | Public | Method | Determines the Tables for Phase Assignment | 20050422 |
12 | ![]() |
Instance method | Private | Method | Determines Project Number and Name for a Phase | 20050412 |
13 | ![]() |
Instance method | Private | Method | Determines the URL for the Assigned Project Element | 20050412 |
14 | ![]() |
Instance method | Public | Method | Resets Attributes | 20050422 |
Events
Class CL_DPR_UI_LOG_PROGRAM has no event.
Types
Class CL_DPR_UI_LOG_PROGRAM has no local type.
Method Signatures
Method ASSIGN_PHASES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_GUID_PROG_PHASE | Call by reference | Type reference (TYPE) | DPR_TV_GUID | Programm | 20050422 | ||
2 | ![]() |
IV_GUID_PROJ_PHASE | Call by reference | Type reference (TYPE) | DPR_TV_GUID | Projekt | 20050422 | ||
3 | ![]() |
RV_CREATED | Value transfer | Type reference (TYPE) | BOOLE_D | Zuordnung erfolgreich angelegt | 20050422 |
Method ASSIGN_PHASES on class CL_DPR_UI_LOG_PROGRAM has no exception.
Method ASSIGN_PROJECT 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 | Programm | 20050421 | ||
2 | ![]() |
IV_PROJECT_ID | Call by reference | Type reference (TYPE) | DPR_TV_PROJECT_O_ID | Projektnummer | 20050421 | ||
3 | ![]() |
RV_CREATED | Value transfer | Type reference (TYPE) | BOOLE_D | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20050421 |
Method ASSIGN_PROJECT on class CL_DPR_UI_LOG_PROGRAM has no exception.
Method AUTO_ASSIGN_PHASES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_PROJECT_GUID | Call by reference | Type reference (TYPE) | DPR_TV_GUID | GUID des Projekts für die Phasenzuordnung | 20050422 | ||
2 | ![]() |
RV_SUCCESSFUL | Value transfer | Type reference (TYPE) | BOOLE_D | Zuordnung erfolgreich | 20050422 |
Method AUTO_ASSIGN_PHASES on class CL_DPR_UI_LOG_PROGRAM has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_DPR_UI_LOG_PROGRAM has no parameter.
Method CONSTRUCTOR on class CL_DPR_UI_LOG_PROGRAM has no exception.
Method DELETE_ASSIGNMENT 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 | 20050421 | ||
2 | ![]() |
IV_GUID | Call by reference | Type reference (TYPE) | DPR_TV_GUID | Zugeordnete(s) Projekt oder Projektphase | 20050421 | ||
3 | ![]() |
RV_DELETED | Value transfer | Type reference (TYPE) | BOOLE_D | Löschen erfolgreich | 20050421 |
Method DELETE_ASSIGNMENT on class CL_DPR_UI_LOG_PROGRAM has no exception.
Method GET_ACTION_PROPERTIES 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 | 20050422 | ||
2 | ![]() |
IV_ACTION | Call by reference | Type reference (TYPE) | STRING | 20050422 | |||
3 | ![]() |
RV_ALLOWED | Value transfer | Type reference (TYPE) | BOOLE_D | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20050422 |
Method GET_ACTION_PROPERTIES on class CL_DPR_UI_LOG_PROGRAM has no exception.
Method GET_ASSIGNED_PHASES 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 | 20050412 | ||
2 | ![]() |
RT_ASSIGNED_PHASES | Value transfer | Type reference (TYPE) | DPR_TT_PROGR_ASSIGNED_OBJECTS | Programm: Zugeordnete Projekte/Programme bzw. Phasen | 20050412 |
Method GET_ASSIGNED_PHASES on class CL_DPR_UI_LOG_PROGRAM has no exception.
Method GET_ASSIGNED_PROJECTS 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 | 20050411 | ||
2 | ![]() |
RT_ASSIGNED_PROJECTS | Value transfer | Type reference (TYPE) | DPR_TT_PROGR_ASSIGNED_OBJECTS | Programm: Zugeordnete Projekte/Programme bzw. Phasen | 20050408 |
Method GET_ASSIGNED_PROJECTS on class CL_DPR_UI_LOG_PROGRAM has no exception.
Method GET_CRITICALITY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_ICON_SOURCE | Call by reference | Type reference (TYPE) | STRING | Icon für die Kritikalität | 20050412 | ||
2 | ![]() |
EV_ICON_TOOLTIP | Call by reference | Type reference (TYPE) | STRING | Tooltip für die Kritikalität | 20050412 | ||
3 | ![]() |
IV_GUID | Call by reference | Type reference (TYPE) | DPR_TV_OBJECT_GUID_CHAR | Eindeutiger Objektschlüssel (CHAR32) | 20050412 | ||
4 | ![]() |
IV_OBJECT_TYPE | Call by reference | Type reference (TYPE) | DPR_TV_OBJECT_TYPE | Objekttyp in der Projektplanung | 20050412 |
Method GET_CRITICALITY on class CL_DPR_UI_LOG_PROGRAM has no exception.
Method GET_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RR_DPR_UI_LOG_PROGRAM | Value transfer | Object reference (TYPE REF TO) | CL_DPR_UI_LOG_PROGRAM | UI-Logik für Programmzuordnungen | 20050408 |
Method GET_INSTANCE on class CL_DPR_UI_LOG_PROGRAM has no exception.
Method GET_PHASE_ASSIGNMENT_TABLES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_ASSIGNED_PHASES | Call by reference | Type reference (TYPE) | DPR_TT_PROGPHASE_ASSIGNMENT | Zuordnungstabelle Programmphasen - Projektphasen | 20050422 | ||
2 | ![]() |
ET_PROGRAM_PHASES | Call by reference | Type reference (TYPE) | DPR_TT_PROGPHASE_ASSIGNMENT | Zuordnungstabelle Programmphasen - Projektphasen | 20050422 | ||
3 | ![]() |
ET_PROJECT_PHASES | Call by reference | Type reference (TYPE) | DPR_TT_PROGPHASE_ASSIGNMENT | Zuordnungstabelle Programmphasen - Projektphasen | 20050422 | ||
4 | ![]() |
IV_FORCE_READ | Call by reference | Type reference (TYPE) | BOOLE_D | SPACE | Tabellen neu ermitteln | 20050422 | |
5 | ![]() |
IV_PROJECT_GUID | Call by reference | Type reference (TYPE) | DPR_TV_GUID | GUID des Projekts für die Phasenzuordnung | 20050422 |
Method GET_PHASE_ASSIGNMENT_TABLES on class CL_DPR_UI_LOG_PROGRAM has no exception.
Method GET_PROJECT_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_DESCRIPTION | Call by reference | Type reference (TYPE) | DPR_TV_TEXT | Bezeichnung des Projekts | 20050412 | ||
2 | ![]() |
EV_NUMBER | Call by reference | Type reference (TYPE) | DPR_TV_PROJECT_ID | Nummer des Projekts | 20050412 | ||
3 | ![]() |
IV_GUID | Call by reference | Type reference (TYPE) | DPR_TV_OBJECT_GUID_CHAR | Eindeutiger Objektschlüssel (CHAR32) | 20050412 |
Method GET_PROJECT_DATA on class CL_DPR_UI_LOG_PROGRAM has no exception.
Method GET_URL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_GUID | Call by reference | Type reference (TYPE) | DPR_TV_OBJECT_GUID_CHAR | Eindeutiger Objektschlüssel (CHAR32) | 20050412 | ||
2 | ![]() |
IV_OBJECT_TYPE | Call by reference | Type reference (TYPE) | DPR_TV_OBJECT_TYPE | Objekttyp in der Projektplanung | 20050412 | ||
3 | ![]() |
RV_URL | Value transfer | Type reference (TYPE) | STRING | URL zum Objekt | 20050412 |
Method GET_URL on class CL_DPR_UI_LOG_PROGRAM has no exception.
Method INITIALIZE Signature
Method INITIALIZE on class CL_DPR_UI_LOG_PROGRAM has no parameter.
Method INITIALIZE on class CL_DPR_UI_LOG_PROGRAM has no exception.
History
Last changed by/on | SAP | 20141109 |
SAP Release Created in | 400 |