Hierarchy

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_DPR_FC_CHANGE_EVENT | Event for Invalidating Field Control | 20040903 |
Properties
Class | CL_DPR_APPL_OBJECT_CHANGE_MNGR | |
Short Description | Development Projects: Administrator of Changed 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 | 20020408 | SAP |
Last change | 20141109 | |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_DPR_APPL_OBJECT_CHANGE_MNGR has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_DPR_FC_CHANGE_EVENT | Event for Invalidating Field Control | 20040903 |
Friends
# | Friend | Modeled only | Created on | Description |
---|---|---|---|---|
1 | CL_DPR_APPL_OBJECT_MANAGER | 20020409 | 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_CGPL_PROJECTS | CGPL Projects in Which Objects Were Changed | 20040906 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_UPDATED_OBJECTS | Changed Objects | 20020409 | ||
3 | ![]() |
Constant | Private | Type reference (TYPE) | CHAR1 | 'U' | 'Object Changed' Indicator | 20020409 | |
4 | ![]() |
Constant | Private | Type reference (TYPE) | CHAR1 | 'I' | 'Object Created' Indicator | 20020409 | |
5 | ![]() |
Constant | Private | Type reference (TYPE) | CHAR1 | 'D' | 'Object Deleted' Indicator | 20020409 | |
6 | ![]() |
Constant | Private | Type reference (TYPE) | CHAR1 | 'V' | 'Object in Display Mode' Indicator | 20050812 | |
7 | ![]() |
Constant | Private | Type reference (TYPE) | CHAR1 | 'E' | 'Object in Change Mode' Indicator | 20050812 | |
8 | ![]() |
Constant | Private | Type reference (TYPE) | CHAR1 | 'S' | 'Object Scheduled' Indicator | 20070216 | |
9 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | CL_DPR_APPL_OBJECT_CHANGE_MNGR | Singleton | 20020409 |
Methods
Events
Class CL_DPR_APPL_OBJECT_CHANGE_MNGR has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_CGPL_PROJECT | Private | See coding | Structure with Project and Phase in Which Objects Were Chngd | 20040906 | BEGIN OF ty_cgpl_project,
project TYPE REF TO if_dpr_common,
cgpl_project TYPE REF TO if_dpr_common,
END OF ty_cgpl_project
|
|
2 | TY_CGPL_PROJECTS | Private | See coding | Phases Table in Which Objects Were Changed | 20040906 | ty_cgpl_projects TYPE sorted TABLE OF ty_cgpl_project
WITH UNIQUE KEY project cgpl_project
|
|
3 | TY_ROOT_OBJECT | Private | See coding | Structure with Root Object (and Changed Components) | 20020409 | BEGIN OF ty_root_object,
root TYPE REF TO if_dpr_common,
root_guid TYPE dpr_tv_guid,
components TYPE dpr_tt_commons,
END OF ty_root_object
|
|
4 | TY_ROOT_OBJECTS | Private | See coding | Table of Root Objects | 20020409 | ty_root_objects TYPE HASHED TABLE OF ty_root_object
WITH UNIQUE KEY root_guid
|
|
5 | TY_UPDATED_OBJECT | Private | See coding | Structure with Changed Object (and Root Object) | 20020409 | BEGIN OF ty_updated_object,
object TYPE REF TO if_dpr_common,
object_guid TYPE dpr_tv_guid,
root TYPE REF TO if_dpr_common,
root_guid TYPE dpr_tv_guid,
operation TYPE char1,
*/ level type i,
END OF ty_updated_object
|
|
6 | TY_UPDATED_OBJECTS | Private | See coding | Table of Changed Objects | 20020409 | ty_updated_objects TYPE HASHED TABLE OF ty_updated_object
WITH UNIQUE KEY object_guid
WITH NON-UNIQUE SORTED KEY root_guid
COMPONENTS root_guid
WITH NON-UNIQUE SORTED KEY root
COMPONENTS root
|
Method Signatures
Method CHANGES_OCCURED Signature
Method CHANGES_OCCURED on class CL_DPR_APPL_OBJECT_CHANGE_MNGR has no parameter.
Method CHANGES_OCCURED on class CL_DPR_APPL_OBJECT_CHANGE_MNGR has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_DPR_APPL_OBJECT_CHANGE_MNGR has no parameter.
Method CLASS_CONSTRUCTOR on class CL_DPR_APPL_OBJECT_CHANGE_MNGR has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_DPR_APPL_OBJECT_CHANGE_MNGR has no parameter.
Method CONSTRUCTOR on class CL_DPR_APPL_OBJECT_CHANGE_MNGR has no exception.
Method DET_CGPL_PROJECTS_WITH_CHANGES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_CGPL_PROJECT | Call by reference | Object reference (TYPE REF TO) | IF_DPR_COMMON | Projekt-Objekt | 20040906 | ||
2 | ![]() |
IR_ROOT | Call by reference | Object reference (TYPE REF TO) | IF_DPR_COMMON | Root-Objekt | 20040906 |
Method DET_CGPL_PROJECTS_WITH_CHANGES on class CL_DPR_APPL_OBJECT_CHANGE_MNGR has no exception.
Method FREE Signature
Method FREE on class CL_DPR_APPL_OBJECT_CHANGE_MNGR has no parameter.
Method FREE on class CL_DPR_APPL_OBJECT_CHANGE_MNGR has no exception.
Method FREE_MY_INSTANCE Signature
Method FREE_MY_INSTANCE on class CL_DPR_APPL_OBJECT_CHANGE_MNGR has no parameter.
Method FREE_MY_INSTANCE on class CL_DPR_APPL_OBJECT_CHANGE_MNGR has no exception.
Method GET_FILTER_CONDITIONS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_ROOT | Call by reference | Object reference (TYPE REF TO) | IF_DPR_COMMON | Root-Objekt | 20030225 | ||
2 | ![]() |
RR_FILTER_HIER | Value transfer | Object reference (TYPE REF TO) | IF_DPR_FILTER_HIER | Development Projects: Schnittstelle hierarchischer Filter | 20040309 |
Method GET_FILTER_CONDITIONS on class CL_DPR_APPL_OBJECT_CHANGE_MNGR 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_CHANGE_MNGR | Singleton-Instanz | 20020409 |
Method GET_INSTANCE on class CL_DPR_APPL_OBJECT_CHANGE_MNGR has no exception.
Method GET_ROOT_OBJECT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ER_CGPL_PROJECT | Call by reference | Object reference (TYPE REF TO) | IF_DPR_COMMON | CGPL-Projekt, zu dem das geänderte Objekt gehört | 20040906 | ||
2 | ![]() |
ER_ROOT | Call by reference | Object reference (TYPE REF TO) | IF_DPR_COMMON | Wurzelobjekt | 20030225 | ||
3 | ![]() |
IR_OBJECT | Call by reference | Object reference (TYPE REF TO) | IF_DPR_COMMON | Geändertes Objekt | 20020409 |
Method GET_ROOT_OBJECT on class CL_DPR_APPL_OBJECT_CHANGE_MNGR has no exception.
Method HAS_ROOT_OBJECT_CHANGES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_ROOT | Call by reference | Object reference (TYPE REF TO) | IF_DPR_COMMON | Wurzelobjekt | 20020704 | ||
2 | ![]() |
RV_HAS_CHANGES | Value transfer | Type reference (TYPE) | BOOLE_D | Bool'scher Wert: Änderunge zum Wurzelobjekt liegen vor | 20020704 |
Method HAS_ROOT_OBJECT_CHANGES on class CL_DPR_APPL_OBJECT_CHANGE_MNGR 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) | 20020408 |
Method ON_APPLICATION_OBJECT_CHANGED on class CL_DPR_APPL_OBJECT_CHANGE_MNGR 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) | 20020408 |
Method ON_APPLICATION_OBJECT_CREATED on class CL_DPR_APPL_OBJECT_CHANGE_MNGR 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) | 20020408 |
Method ON_APPLICATION_OBJECT_DELETED on class CL_DPR_APPL_OBJECT_CHANGE_MNGR has no exception.
Method ON_APPLICATION_OBJECT_DISPLAY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
SENDER | Value transfer | Attribute reference (LIKE) | 20050812 |
Method ON_APPLICATION_OBJECT_DISPLAY on class CL_DPR_APPL_OBJECT_CHANGE_MNGR has no exception.
Method ON_APPLICATION_OBJECT_EDIT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
SENDER | Value transfer | Attribute reference (LIKE) | 20050812 |
Method ON_APPLICATION_OBJECT_EDIT on class CL_DPR_APPL_OBJECT_CHANGE_MNGR has no exception.
Method ON_APPL_OBJECT_SCHEDULED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_COMMON | Value transfer | Attribute reference (LIKE) | 20070216 |
Method ON_APPL_OBJECT_SCHEDULED on class CL_DPR_APPL_OBJECT_CHANGE_MNGR has no exception.
Method ON_CHANGES_COMMITED Signature
Method ON_CHANGES_COMMITED on class CL_DPR_APPL_OBJECT_CHANGE_MNGR has no parameter.
Method ON_CHANGES_COMMITED on class CL_DPR_APPL_OBJECT_CHANGE_MNGR has no exception.
Method ON_LOCK_FAILED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
SENDER | Value transfer | Attribute reference (LIKE) | 20081126 |
Method ON_LOCK_FAILED on class CL_DPR_APPL_OBJECT_CHANGE_MNGR has no exception.
Method ON_SAVE_FAILED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
SENDER | Value transfer | Attribute reference (LIKE) | 20020408 |
Method ON_SAVE_FAILED on class CL_DPR_APPL_OBJECT_CHANGE_MNGR has no exception.
Method ON_SAVE_PREPARED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
SENDER | Value transfer | Attribute reference (LIKE) | 20020408 |
Method ON_SAVE_PREPARED on class CL_DPR_APPL_OBJECT_CHANGE_MNGR has no exception.
Method ON_SAVE_REQUESTED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
SENDER | Value transfer | Attribute reference (LIKE) | 20020408 |
Method ON_SAVE_REQUESTED on class CL_DPR_APPL_OBJECT_CHANGE_MNGR has no exception.
Method REMOVE_ROOT_OBJECT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_ROOT | Call by reference | Object reference (TYPE REF TO) | IF_DPR_COMMON | Wurzelobjekt | 20050927 |
Method REMOVE_ROOT_OBJECT on class CL_DPR_APPL_OBJECT_CHANGE_MNGR has no exception.
Method SET_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 | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20020408 |
Method SET_HANDLER on class CL_DPR_APPL_OBJECT_CHANGE_MNGR has no exception.
History
Last changed by/on | SAP | 20141109 |
SAP Release Created in | 200 |