SAP ABAP Class CL_UG_MD_APPLICATION (FIN Master Data: Application)
Hierarchy
☛
FINBASIS (Software Component) Fin. Basis
⤷
FIN-FB (Application Component) Financials Basis
⤷
UGMD1 (Package) FIN General: Master Data: Buffer + Instances
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_UG_MD_APPLICATION | FIN Master Data: Application | 20020207 |
Properties
| Class | CL_UG_MD_APPLICATION | |
| Short Description | FIN Master Data: Application | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | UGMD1 | FIN General: Master Data: Buffer + Instances |
| Created | 20010806 | SAP |
| Last change | 20041006 | SAP |
| 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
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_UG_MD_APPLICATION | FIN Master Data: Application | 20020207 |
Friends
Class CL_UG_MD_APPLICATION has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | S_DATA | 20010806 | ||||
| 2 | Instance attribute | Private | Type reference (TYPE) | UGMD0002 | FI Master Data: Default Classes | 20020731 | |||
| 3 | Instance attribute | Private | See coding | FI Master Data: Response to Message | 20020207 | ||||
| 4 | Static Attribute | Private | Type reference (TYPE) | UG_FLG | FIN Master Data: General Indicator | 20020103 | |||
| 5 | Static Attribute | Private | Type reference (TYPE) | T_INSTANCE | 20010806 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20010806 | |
| 2 | Static method | Public | Method | 20020103 |
Events
Class CL_UG_MD_APPLICATION has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_DATA | Private | See coding | 20010806 | BEGIN OF s_data,
application TYPE ug_application,
consistency_mode TYPE ug_consistency_mode,
consistency_msgn TYPE symsgno,
hry_storage TYPE ug_origin,
md_storage TYPE ug_origin,
valid_field TYPE ug_fieldname,
gen_ddic_msgty TYPE ug_consistency_mode,
gen_ddic_msgno TYPE symsgno,
synchronize TYPE ug_flg,
long_compds TYPE ug_flg,
msgid TYPE symsgid,
initkey_wo_check type ug_flg, "H633978
component type dlvunit,
END OF s_data
|
||
| 2 | S_INSTANCE | Private | See coding | 20010806 | BEGIN OF s_instance,
application TYPE ug_application,
o_instance TYPE REF TO cl_ug_md_application,
END OF s_instance
|
||
| 3 | T_INSTANCE | Private | See coding | 20010806 | t_instance TYPE HASHED TABLE OF s_instance WITH UNIQUE KEY
application
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_APPLICATION | Call by reference | Type reference (TYPE) | UG_APPLICATION | FI-Stammdaten: Anwendung | 20010806 |
Method CONSTRUCTOR on class CL_UG_MD_APPLICATION has no exception.
Method SET_PROPERTY_ALL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IF_IN_TRANSPORT | Call by reference | Type reference (TYPE) | UG_FLG | FI-Stammdaten: Allgemeines Kennzeichen | 20020103 |
Method SET_PROPERTY_ALL on class CL_UG_MD_APPLICATION has no exception.
History
| Last changed by/on | SAP | 20041006 |
| SAP Release Created in | 3.1A |