Hierarchy
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_DPR_APPL_OBJECT_MAPPER | Development Projects: Mapping Btwn Native and Appl. Objects | 20011210 |
Properties
| Class | CL_DPR_APPL_OBJECT_MAPPER | |
| Short Description | Development Projects: Mapping Btwn Native and Appl. Objects | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | DPR_CORE | |
| Program status | P | SAP Standard Production Program |
| Category | 0 | |
| Package | DEVELOPMENT_PROJECTS_CORE | Project Management - Application Core |
| Created | 20011210 | SAP |
| Last change | 20141109 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 2 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_DPR_APPL_OBJECT_MAPPER | Development Projects: Mapping Btwn Native and Appl. Objects | 20011210 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_DPR_APPL_OBJECT_MANAGER | 20011210 | Development Projects: Administration of Application Objects |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | TY_MAPPING_TAB | Mapping Table | 20011211 | |||
| 2 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_DPR_APPL_OBJECT_MAPPER | Singleton for Mapping Btwn Native and Application Objects | 20011210 |
Methods
Events
Class CL_DPR_APPL_OBJECT_MAPPER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_MAPPING | Private | See coding | Row Type for Mapping | 20011211 | BEGIN OF TY_MAPPING,
APPLICATION_OBJECT TYPE REF TO IF_DPR_COMMON,
GUID TYPE DPR_TV_GUID,
NATIVE_OBJECT TYPE REF TO OBJECT,
END OF TY_MAPPING
|
|
| 2 | TY_MAPPING_CHANGES | Private | See coding | Row Type for Mapping Changes | 20011211 | BEGIN OF TY_MAPPING_CHANGES,
APPLICATION_OBJECT TYPE REF TO IF_DPR_COMMON,
GUID TYPE DPR_TV_GUID,
NATIVE_OBJECT_OLD TYPE REF TO OBJECT,
NATIVE_OBJECT_NEW TYPE REF TO OBJECT,
END OF TY_MAPPING_CHANGES
|
|
| 3 | TY_MAPPING_CHANGES_TAB | Private | See coding | Table Type for Mapping Changes | 20011211 | TY_MAPPING_CHANGES_TAB TYPE SORTED TABLE OF TY_MAPPING_CHANGES
WITH UNIQUE KEY GUID
|
|
| 4 | TY_MAPPING_TAB | Private | See coding | Table Type for Mapping | 20011211 | TY_MAPPING_TAB TYPE SORTED TABLE OF TY_MAPPING
WITH UNIQUE KEY GUID
WITH NON-UNIQUE SORTED KEY native_object
COMPONENTS native_object
WITH NON-UNIQUE SORTED KEY application_object
COMPONENTS application_object
|
Method Signatures
Method ACTIVATE_HANDLER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ACTIVATION | Call by reference | Type reference (TYPE) | BOOLE_D | CL_DPR_CO=>SC_TRUE | DateneBool'scher Wert: Aktivierung ('X' = True, ' ' = False) | 20011211 |
Method ACTIVATE_HANDLER on class CL_DPR_APPL_OBJECT_MAPPER has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_DPR_APPL_OBJECT_MAPPER has no parameter.
Method CLASS_CONSTRUCTOR on class CL_DPR_APPL_OBJECT_MAPPER has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_DPR_APPL_OBJECT_MAPPER has no parameter.
Method CONSTRUCTOR on class CL_DPR_APPL_OBJECT_MAPPER has no exception.
Method FREE Signature
Method FREE on class CL_DPR_APPL_OBJECT_MAPPER has no parameter.
Method FREE on class CL_DPR_APPL_OBJECT_MAPPER has no exception.
Method GET_APPLICATION_OBJECT_BY_GUID Signature
Method GET_APPLICATION_OBJECT_BY_GUID on class CL_DPR_APPL_OBJECT_MAPPER has no parameter.
Method GET_APPLICATION_OBJECT_BY_GUID on class CL_DPR_APPL_OBJECT_MAPPER has no exception.
Method GET_APPLICATION_OBJECT_BY_REF Signature
Method GET_APPLICATION_OBJECT_BY_REF on class CL_DPR_APPL_OBJECT_MAPPER has no parameter.
Method GET_APPLICATION_OBJECT_BY_REF on class CL_DPR_APPL_OBJECT_MAPPER 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_APPL_OBJECT_MAPPER | Mapper-Instanz | 20011210 |
Method GET_INSTANCE on class CL_DPR_APPL_OBJECT_MAPPER has no exception.
Method GET_NATIVE_OBJECT_BY_GUID Signature
Method GET_NATIVE_OBJECT_BY_GUID on class CL_DPR_APPL_OBJECT_MAPPER has no parameter.
Method GET_NATIVE_OBJECT_BY_GUID on class CL_DPR_APPL_OBJECT_MAPPER has no exception.
Method GET_NATIVE_OBJECT_BY_REF Signature
Method GET_NATIVE_OBJECT_BY_REF on class CL_DPR_APPL_OBJECT_MAPPER has no parameter.
Method GET_NATIVE_OBJECT_BY_REF on class CL_DPR_APPL_OBJECT_MAPPER has no exception.
Method ON_APPLICATION_OBJECT_CHANGED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SENDER | Value transfer | Attribute reference (LIKE) | 20011210 |
Method ON_APPLICATION_OBJECT_CHANGED on class CL_DPR_APPL_OBJECT_MAPPER has no exception.
Method ON_APPLICATION_OBJECT_CREATED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SENDER | Value transfer | Attribute reference (LIKE) | 20011210 |
Method ON_APPLICATION_OBJECT_CREATED on class CL_DPR_APPL_OBJECT_MAPPER has no exception.
Method ON_APPLICATION_OBJECT_DELETED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SENDER | Value transfer | Attribute reference (LIKE) | 20011210 |
Method ON_APPLICATION_OBJECT_DELETED on class CL_DPR_APPL_OBJECT_MAPPER has no exception.
Method ON_APPLICATION_OBJECT_FREED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SENDER | Value transfer | Attribute reference (LIKE) | 20011210 |
Method ON_APPLICATION_OBJECT_FREED on class CL_DPR_APPL_OBJECT_MAPPER has no exception.
Method ON_APPLICATION_OBJECT_LOADED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_INITIALLY_LOADED | Value transfer | Attribute reference (LIKE) | 20020514 | |||||
| 2 | SENDER | Value transfer | Attribute reference (LIKE) | 20011210 |
Method ON_APPLICATION_OBJECT_LOADED on class CL_DPR_APPL_OBJECT_MAPPER has no exception.
Method ON_ASSIGNMENT_CHANGED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SENDER | Value transfer | Attribute reference (LIKE) | 20011210 |
Method ON_ASSIGNMENT_CHANGED on class CL_DPR_APPL_OBJECT_MAPPER has no exception.
Method ON_ASSIGNMENT_CREATED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SENDER | Value transfer | Attribute reference (LIKE) | 20011210 |
Method ON_ASSIGNMENT_CREATED on class CL_DPR_APPL_OBJECT_MAPPER has no exception.
Method ON_ASSIGNMENT_DELETED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SENDER | Value transfer | Attribute reference (LIKE) | 20011211 |
Method ON_ASSIGNMENT_DELETED on class CL_DPR_APPL_OBJECT_MAPPER has no exception.
Method ON_PROJECT_CHANGED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SENDER | Value transfer | Attribute reference (LIKE) | 20011210 |
Method ON_PROJECT_CHANGED on class CL_DPR_APPL_OBJECT_MAPPER has no exception.
Method ON_PROJECT_CREATED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SENDER | Value transfer | Attribute reference (LIKE) | 20011210 |
Method ON_PROJECT_CREATED on class CL_DPR_APPL_OBJECT_MAPPER has no exception.
Method ON_PROJECT_DELETED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SENDER | Value transfer | Attribute reference (LIKE) | 20011210 |
Method ON_PROJECT_DELETED on class CL_DPR_APPL_OBJECT_MAPPER has no exception.
Method ON_TASK_CHANGED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SENDER | Value transfer | Attribute reference (LIKE) | 20011210 |
Method ON_TASK_CHANGED on class CL_DPR_APPL_OBJECT_MAPPER has no exception.
Method ON_TASK_CREATED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SENDER | Value transfer | Attribute reference (LIKE) | 20011210 |
Method ON_TASK_CREATED on class CL_DPR_APPL_OBJECT_MAPPER has no exception.
Method ON_TASK_DELETED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SENDER | Value transfer | Attribute reference (LIKE) | 20011210 |
Method ON_TASK_DELETED on class CL_DPR_APPL_OBJECT_MAPPER has no exception.
History
| Last changed by/on | SAP | 20141109 |
| SAP Release Created in | 100 |