SAP ABAP Class CL_USMDZ_MODEL_SERVICES (Service Methods for the Model)
Hierarchy
☛
MDG_FND (Software Component) MDG Foundation
⤷
CA-MDG-APP-FIN (Application Component) MDG for Financials
⤷
USMDZ1 (Package) Data Model
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_USMDZ_MODEL_SERVICES | Service Methods for the Model | 20090216 |
Properties
| Class | CL_USMDZ_MODEL_SERVICES | |
| Short Description | Service Methods for the Model | |
| Super Class | ||
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | USMDZ1 | Data Model |
| Created | 20090216 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_USMDZ_MODEL_SERVICES has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_USMDZ_MODEL_SERVICES | Service Methods for the Model | 20090216 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_USMDZ_OBJECT_FACTORY | 20090216 | Factory Class for USMDZ |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Protected | Type reference (TYPE) | USMD_FIELDNAME | 'USMD_EDTN_STATUS' | Financial MDM: Field Name | 20090414 | ||
| 2 | Constant | Protected | Type reference (TYPE) | USMD_FIELDNAME | 'USMD_VDATE_FROM' | Financial MDM: Field Name | 20090219 | ||
| 3 | Constant | Protected | Type reference (TYPE) | USMD_FIELDNAME | 'USMD_VDATE_TO' | Financial MDM: Field Name | 20090414 | ||
| 4 | Constant | Protected | Type reference (TYPE) | USMD_FIELDNAME | 'USMD_VPER_FROM' | Financial MDM: Field Name | 20090219 | ||
| 5 | Constant | Protected | Type reference (TYPE) | USMD_FIELDNAME | 'USMD_VPER_TO' | Financial MDM: Field Name | 20090416 | ||
| 6 | Constant | Protected | Type reference (TYPE) | USMD_FIELDNAME | 'USMD_PERIV' | Financial MDM: Field Name | 20090219 | ||
| 7 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_USMD_MODEL_EXT | MDM Data Model for Access from Non-SAP-Standard Code | 20090216 | |||
| 8 | Instance attribute | Public | Type reference (TYPE) | TT_BUFFER_DATA_REF | Buffer for Data References | 20110119 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Constructor | 20090216 | ||
| 2 | Instance method | Protected | Method | 20090313 | ||
| 3 | Instance method | Protected | Method | Hierarchy - Create Instance | 20090313 | |
| 4 | Instance method | Protected | Method | 20090401 | ||
| 5 | Instance method | Protected | Method | 20090401 | ||
| 6 | Instance method | Protected | Method | 20090219 |
Events
Class CL_USMDZ_MODEL_SERVICES has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | ST_SUBORDINATE | Protected | See coding | Structure Type for Lower-level Entity Types | 20090401 | begin of ST_SUBORDINATE,
ENTITY type USMD_ENTITY,
SUBORDINATE_ENTITY type USMD_ENTITY,
end of ST_SUBORDINATE
|
|
| 2 | TT_BUFFER_DATA_REF | Public | See coding | Table Type for Data References | 20110119 | tt_buffer_data_ref TYPE HASHED TABLE OF ty_buffer_data_ref WITH UNIQUE KEY fieldname structure
|
|
| 3 | TT_SUBORDINATE | Protected | See coding | Table Type for Lower-level Entity Types | 20090401 | TT_SUBORDINATE type sorted table of ST_SUBORDINATE with non-unique key ENTITY
|
|
| 4 | TY_BUFFER_DATA_REF | Public | See coding | Structure Type for Data References | 20110119 | BEGIN OF ty_buffer_data_ref,
fieldname TYPE usmd_fieldname,
structure TYPE usmd_struct,
r_t_sega_data TYPE REF TO data,
END OF ty_buffer_data_ref
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_USMD_MODEL_EXT | MDM Datenmodell für Zugriff aus Nicht-SAP Standard Coding | 20090216 |
Method CONSTRUCTOR on class CL_USMDZ_MODEL_SERVICES has no exception.
Method GET_FIELDNAME Signature
Method GET_FIELDNAME on class CL_USMDZ_MODEL_SERVICES has no parameter.
Method GET_FIELDNAME on class CL_USMDZ_MODEL_SERVICES has no exception.
Method GET_HRY_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_MESSAGE | Call by reference | Type reference (TYPE) | USMD_T_MESSAGE | Meldungen | 20090313 | |||
| 2 | EO_HRY_OBJECT | Call by reference | Object reference (TYPE REF TO) | IF_USMD_HRY_EXT | Hierarchie eines Entitätstyps für Zugriff aus BADIs | 20090313 | |||
| 3 | ID_EDITION | Call by reference | Type reference (TYPE) | USMD_EDITION | Edition | 20090313 | |||
| 4 | ID_ENTITYTYPE | Call by reference | Type reference (TYPE) | USMD_ENTITY | Entitätstyp | 20090313 | |||
| 5 | ID_HRYVERS | Call by reference | Type reference (TYPE) | USMD_HRYVERS | Hierarchieversion | 20090313 | |||
| 6 | IT_SEL | Call by reference | Type reference (TYPE) | USMD_TS_SEL | Sortierte Tabelle: Selektionsbedingung (Range pro Feld) | 20090313 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmeklasse für USMDZ | 20090313 |
Method GET_KEYFIELDS Signature
Method GET_KEYFIELDS on class CL_USMDZ_MODEL_SERVICES has no parameter.
Method GET_KEYFIELDS on class CL_USMDZ_MODEL_SERVICES has no exception.
Method GET_NAME_FROM_FIELDNAME Signature
Method GET_NAME_FROM_FIELDNAME on class CL_USMDZ_MODEL_SERVICES has no parameter.
Method GET_NAME_FROM_FIELDNAME on class CL_USMDZ_MODEL_SERVICES has no exception.
Method READ_MODEL Signature
Method READ_MODEL on class CL_USMDZ_MODEL_SERVICES has no parameter.
Method READ_MODEL on class CL_USMDZ_MODEL_SERVICES has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 605 |