SAP ABAP Class CL_DPR_SHARED_CUSTOMIZING (Cross-Object Customizing)
Hierarchy
☛
CPRXRPM (Software Component) SAP Portfolio and Project Management 6.0
⤷
PPM-PRO (Application Component) Project Management
⤷
DEVELOPMENT_PROJECTS_SHARED (Package) Project Management - Shared Objects

⤷

⤷

Properties
Class | CL_DPR_SHARED_CUSTOMIZING | |
Short Description | Cross-Object Customizing | |
Super Class | ||
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | DEVELOPMENT_PROJECTS_SHARED | Project Management - Shared Objects |
Created | 20050309 | SAP |
Last change | 20141109 | |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_DPR_SHARED_CUSTOMIZING has no forward declaration.
Interfaces
Class CL_DPR_SHARED_CUSTOMIZING has no interface implemented.
Friends
Class CL_DPR_SHARED_CUSTOMIZING has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TT_AREA | dpr_area | 20050314 | ||
2 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TT_AREA_T | dpr_area_t | 20050314 | ||
3 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TT_LOCATION | dpr_location | 20050314 | ||
4 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TT_LOCATION_T | dpr_location_t | 20050314 | ||
5 | ![]() |
Static Attribute | Private | Type reference (TYPE) | DPR_TT_TIME_UNIT | DPR_TIME_UNITS | 20050509 | ||
6 | ![]() |
Constant | Private | Type reference (TYPE) | SEOCLSNAME | 'CL_DPR_SHARED_CUSTOMIZING' | Class Name | 20050513 | |
7 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | CL_DPR_SHARED_CUSTOMIZING | Singleton | 20050513 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | Constructor | 20050513 |
2 | ![]() |
Static method | Public | Method | Destructor of Shared DPR Customizing | 20050513 |
3 | ![]() |
Instance method | Private | Method | Singleton Destructor | 20050513 |
4 | ![]() |
Instance method | Public | Method | Delivers All Areas | 20050309 |
5 | ![]() |
Instance method | Public | Method | Delivers All Locations (for Area, if Required) | 20050309 |
6 | ![]() |
Instance method | Public | Method | Delivers All Time Units | 20050509 |
7 | ![]() |
Instance method | Public | Method | Delivers Detailed Information for an Area | 20050411 |
8 | ![]() |
Instance method | Public | Method | Delivers Text for an Area | 20050309 |
9 | ![]() |
Instance method | Public | Method | Determine Geocoding | 20050309 |
10 | ![]() |
Static method | Public | Method | Delivers Singleton | 20050513 |
11 | ![]() |
Instance method | Public | Method | Delivers Detailed Information for a Location | 20050309 |
12 | ![]() |
Instance method | Public | Method | Delivers Text for a Location | 20050309 |
Events
Class CL_DPR_SHARED_CUSTOMIZING has no event.
Types
Class CL_DPR_SHARED_CUSTOMIZING has no local type.
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_DPR_SHARED_CUSTOMIZING has no parameter.
Method CONSTRUCTOR on class CL_DPR_SHARED_CUSTOMIZING has no exception.
Method FREE Signature
Method FREE on class CL_DPR_SHARED_CUSTOMIZING has no parameter.
Method FREE on class CL_DPR_SHARED_CUSTOMIZING has no exception.
Method FREE_SINGLETON Signature
Method FREE_SINGLETON on class CL_DPR_SHARED_CUSTOMIZING has no parameter.
Method FREE_SINGLETON on class CL_DPR_SHARED_CUSTOMIZING has no exception.
Method GET_ALL_AREAS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_AREAS | Call by reference | Type reference (TYPE) | DPR_TT_AREA_WITH_TEXT | Tabelle Projektorte mit Text | 20050513 | ||
2 | ![]() |
IV_LANGUAGE | Call by reference | Type reference (TYPE) | LANGU | SY-LANGU | Sprachenschlüssel | 20050309 |
Method GET_ALL_AREAS on class CL_DPR_SHARED_CUSTOMIZING has no exception.
Method GET_ALL_LOCATIONS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_AREA | Call by reference | Type reference (TYPE) | DPR_TV_AREA | SPACE | Gebiet | 20050411 | |
2 | ![]() |
IV_LANGUAGE | Call by reference | Type reference (TYPE) | LANGU | SY-LANGU | Sprachenschlüssel | 20050309 | |
3 | ![]() |
RT_LOCATIONS | Value transfer | Type reference (TYPE) | DPR_TT_LOCATION_WITH_TEXT | Tabelle Projektorte mit Text | 20050411 |
Method GET_ALL_LOCATIONS on class CL_DPR_SHARED_CUSTOMIZING has no exception.
Method GET_ALL_TIME_UNITS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_TIME_UNIT | Value transfer | Type reference (TYPE) | DPR_TT_TIME_UNIT | Tabelle der Zeiteinheiten | 20050509 |
Method GET_ALL_TIME_UNITS on class CL_DPR_SHARED_CUSTOMIZING has no exception.
Method GET_AREA_DETAIL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_AREA | Call by reference | Type reference (TYPE) | DPR_TV_AREA | Gebiet | 20050411 | ||
2 | ![]() |
IV_LANGUAGE | Call by reference | Type reference (TYPE) | LANGU | SY-LANGU | Sprachenschlüssel | 20050411 | |
3 | ![]() |
IV_LOCATION | Call by reference | Type reference (TYPE) | DPR_TV_LOCATION | Standort | 20050411 | ||
4 | ![]() |
RS_AREA | Value transfer | Type reference (TYPE) | DPR_TS_AREA_WITH_TEXT | Gebiet mit Text | 20050411 |
Method GET_AREA_DETAIL on class CL_DPR_SHARED_CUSTOMIZING has no exception.
Method GET_AREA_TEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_SUBRC | Call by reference | Type reference (TYPE) | SY-SUBRC | Rückgabewert von ABAP-Anweisungen | 20050309 | ||
2 | ![]() |
EV_TEXT | Call by reference | Type reference (TYPE) | DPR_TV_AREA_TEXT | Text zum Gebiet | 20050309 | ||
3 | ![]() |
IV_AREA | Call by reference | Type reference (TYPE) | DPR_TV_AREA | Gebiet | 20050309 | ||
4 | ![]() |
IV_LANGUAGE | Call by reference | Type reference (TYPE) | LANGU | SY-LANGU | Sprachenschlüssel | 20050309 |
Method GET_AREA_TEXT on class CL_DPR_SHARED_CUSTOMIZING has no exception.
Method GET_GEOCODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_GEODATA | Call by reference | Type reference (TYPE) | DPR_TS_GEODATA_LOCATION | Geodaten des Projektortes | 20050309 | ||
2 | ![]() |
ET_MESSAGES | Call by reference | Type reference (TYPE) | DPR_TT_MESSAGES | Tabelle mit Nachrichten | 20050309 | ||
3 | ![]() |
IV_COUNTRY | Call by reference | Type reference (TYPE) | LAND1 | Länderschlüssel | 20050309 | ||
4 | ![]() |
IV_POST_CODE | Call by reference | Type reference (TYPE) | POST_CODE | Postleitzahl | 20050309 | ||
5 | ![]() |
IV_REGION | Call by reference | Type reference (TYPE) | REGIO | Region (Bundesstaat, Bundesland, Provinz, Grafschaft) | 20050309 |
Method GET_GEOCODE on class CL_DPR_SHARED_CUSTOMIZING has no exception.
Method GET_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RR_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_DPR_SHARED_CUSTOMIZING | Customizing objektübergreifend | 20050513 |
Method GET_INSTANCE on class CL_DPR_SHARED_CUSTOMIZING has no exception.
Method GET_LOCATION_DETAIL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_LANGUAGE | Call by reference | Type reference (TYPE) | LANGU | SY-LANGU | Sprachenschlüssel | 20050309 | |
2 | ![]() |
IV_LOCATION | Call by reference | Type reference (TYPE) | DPR_TV_LOCATION | Standort | 20050309 | ||
3 | ![]() |
RS_LOCATION | Value transfer | Type reference (TYPE) | DPR_TS_LOCATION_WITH_TEXT | Projektort | 20050411 |
Method GET_LOCATION_DETAIL on class CL_DPR_SHARED_CUSTOMIZING has no exception.
Method GET_LOCATION_TEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_LANGUAGE | Call by reference | Type reference (TYPE) | LANGU | SY-LANGU | Sprachenschlüssel | 20050309 | |
2 | ![]() |
IV_LOCATION | Call by reference | Type reference (TYPE) | DPR_TV_LOCATION | Standort | 20050309 | ||
3 | ![]() |
RV_LOCATION_TEXT | Value transfer | Type reference (TYPE) | DPR_TV_LOCATION_TEXT | Text zum Standort | 20060127 |
Method GET_LOCATION_TEXT on class CL_DPR_SHARED_CUSTOMIZING has no exception.
History
Last changed by/on | SAP | 20141109 |
SAP Release Created in | 400 |