SAP ABAP Class CL_UG_MD_GC_AREAID_GLOBAL (Change Management Participant - Application Area)
Hierarchy
☛
FINBASIS (Software Component) Fin. Basis
⤷
FIN-FB (Application Component) Financials Basis
⤷
UGMD8 (Package) FIN General: Master Data: Change Management
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_UG_MD_CHANGE_MGMT_DATA | Change Management | 20050130 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_UG_MD_CM_PARTICIPANT | Participants in Change Management | 20050130 |
Properties
| Class | CL_UG_MD_GC_AREAID_GLOBAL | |
| Short Description | Change Management Participant - Application Area | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | UGMD8 | FIN General: Master Data: Change Management |
| Created | 20050130 | SAP |
| Last change | 20050428 | SAP |
| 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 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_UG_MD_CHANGE_MGMT_DATA | Change Management | 20050130 | ||
| 2 | IF_UG_MD_CM_PARTICIPANT | Participants in Change Management | 20050130 |
Friends
Class CL_UG_MD_GC_AREAID_GLOBAL 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) | IF_UG_MD_AREAID | FIN Master Data: Area ID | 20050130 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | T_APPL_CALLBACK | Callback Classes | 20050130 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | T_CM_OBJECT_FIELDNAME | Primary Field Changes | 20050130 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | T_CM_OBJECT_FIELDNAME | Primary Field Changes | 20050303 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | UGMD_TH_DATA_ITEM | FIN Change Management: Item | 20050414 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | UGMD_T_MESSAGE | FIN Master Data: Messages | 20050130 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | UGMD_TH_DATA_NODE | FIN Change Management: Node | 20050414 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | UG_APPLICATION | SPACE | FIN Master Data: Application | 20050130 | ||
| 9 | Instance attribute | Private | Type reference (TYPE) | UG_FLG | Inactive Mode: No Generation | 20050130 | |||
| 10 | Constant | Private | Type reference (TYPE) | UG_SEMANTIC | 'BUTTON_DEL' | Semantic: Generate | 20050130 | ||
| 11 | Constant | Private | Type reference (TYPE) | UG_SEMANTIC | 'BUTTON_MSG' | Semantic: Display Messages | 20050130 | ||
| 12 | Constant | Private | Type reference (TYPE) | UG_SEMANTIC | 'BUTTON_TRN' | Semantic: Convert Data | 20050130 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20050130 | ||
| 2 | Instance method | Private | Method | Deletion of All Fields | 20050323 | |
| 3 | Instance method | Private | Method | Deletion of Unused Objects | 20050317 | |
| 4 | Instance method | Private | Method | Pick out unused objects | 20050130 | |
| 5 | Instance method | Private | Event handling method | 20050303 | ||
| 6 | Instance method | Private | Method | Simulation of Deletion of Unused Objects | 20050414 | |
| 7 | Instance method | Private | Method | Content of Tree | 20050414 |
Events
Class CL_UG_MD_GC_AREAID_GLOBAL has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_CM_OBJECT_FIELDNAME | Private | See coding | 20050130 | BEGIN OF s_cm_object_fieldname,
fieldname TYPE ug_fieldname,
cm_object TYPE REF TO object,
END OF s_cm_object_fieldname
|
||
| 2 | T_APPL_CALLBACK | Private | See coding | 20050130 | t_appl_callback TYPE STANDARD TABLE OF REF TO
if_ug_md_change_mgmt_appl WITH DEFAULT KEY
|
||
| 3 | T_CM_OBJECT_FIELDNAME | Private | See coding | 20050130 | t_cm_object_fieldname TYPE HASHED TABLE OF s_cm_object_fieldname
WITH UNIQUE KEY fieldname
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CONTROLLER | Call by reference | Object reference (TYPE REF TO) | CL_UG_MD_CM_CONTROLLER | Change Management: Controller | 20050130 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20050130 |
Method DELETE_ALL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_EVENT | Call by reference | Type reference (TYPE) | STRING | 20050323 |
Method DELETE_ALL on class CL_UG_MD_GC_AREAID_GLOBAL has no exception.
Method DELETE_GARBAGE_OBJECTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGE | Call by reference | Type reference (TYPE) | UGMD_T_MESSAGE | FI-Stammdaten: Meldungen | 20050323 |
Method DELETE_GARBAGE_OBJECTS on class CL_UG_MD_GC_AREAID_GLOBAL has no exception.
Method GET_GARBAGE_OBJECTS Signature
Method GET_GARBAGE_OBJECTS on class CL_UG_MD_GC_AREAID_GLOBAL has no parameter.
Method GET_GARBAGE_OBJECTS on class CL_UG_MD_GC_AREAID_GLOBAL has no exception.
Method HANDLE_REGISTER_CHANGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CM_OBJECT | Value transfer | Attribute reference (LIKE) | 20050303 | |||||
| 2 | I_CHANGE_TYPE | Value transfer | Attribute reference (LIKE) | 20050303 |
Method HANDLE_REGISTER_CHANGE on class CL_UG_MD_GC_AREAID_GLOBAL has no exception.
Method SIMULATE_DELETION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGE | Call by reference | Type reference (TYPE) | UGMD_T_MESSAGE | FI-Stammdaten: Meldungen | 20050414 | |||
| 2 | ET_REF_FIELDNAME | Call by reference | Type reference (TYPE) | UGMD_TS_FIELDNAME | FI-Stammdaten: Feldnamen | 20050414 |
Method SIMULATE_DELETION on class CL_UG_MD_GC_AREAID_GLOBAL has no exception.
Method UPDATE_TREE_CONTENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_ITEM | Value transfer | Type reference (TYPE) | UGMD_TH_DATA_ITEM | FI - Changemanagement: Item | 20050414 | |||
| 2 | ET_NODE | Value transfer | Type reference (TYPE) | UGMD_TH_DATA_NODE | FI - Changemanagement: Tree | 20050414 |
Method UPDATE_TREE_CONTENT on class CL_UG_MD_GC_AREAID_GLOBAL has no exception.
History
| Last changed by/on | SAP | 20050428 |
| SAP Release Created in | 600 |