SAP ABAP Class CL_USMDA3_FACTORY (Retrieve Instances)
Hierarchy
☛
MDG_FND (Software Component) MDG Foundation
⤷
CA-MDG-APP-FIN (Application Component) MDG for Financials
⤷
USMDA3 (Package) Chart of Accounts: User Interface
⤷
⤷
Properties
| Class | CL_USMDA3_FACTORY | |
| Short Description | Retrieve Instances | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | USMDA3 | Chart of Accounts: User Interface |
| Created | 20090309 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_USMDA3_FACTORY has no forward declaration.
Interfaces
Class CL_USMDA3_FACTORY has no interface implemented.
Friends
Class CL_USMDA3_FACTORY has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | See coding | 20090309 | |||||
| 2 | Static Attribute | Private | See coding | 20090309 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Existence Check for Entity | 20090309 | |
| 2 | Static method | Public | Method | Retrieve Instances for UI and F4 Functions | 20090309 | |
| 3 | Static method | Public | Method | Retrieve Instances for Validation Logic | 20090309 |
Events
Class CL_USMDA3_FACTORY has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | SX_INSTANCE | Private | See coding | 20090309 | BEGIN OF sx_instance,
usmd_entity TYPE usmd_entity,
o_entity TYPE REF TO if_ex_usmd_ui_event,
END OF sx_instance
|
||
| 2 | SX_INSTANCE_RULE | Private | See coding | 20090309 | BEGIN OF sx_instance_rule,
usmd_entity TYPE usmd_entity,
o_entity TYPE REF TO if_ex_usmd_rule_service,
END OF sx_instance_rule
|
Method Signatures
Method CHECK_ENTITY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_SUBRC | Call by reference | Type reference (TYPE) | SY-SUBRC | Rückgabewert von ABAP-Anweisungen | 20090309 | |||
| 2 | I_ENTITY | Call by reference | Type reference (TYPE) | USMD_ENTITY | Entität | 20090309 |
Method CHECK_ENTITY on class CL_USMDA3_FACTORY has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_OR_ENTITY | Value transfer | Object reference (TYPE REF TO) | IF_EX_USMD_UI_EVENT | Einzelbearbeitung: UI Aktionen | 20090309 | |||
| 2 | I_ENTITY | Call by reference | Type reference (TYPE) | USMD_ENTITY | Entitätstyp | 20090309 |
Method GET_INSTANCE on class CL_USMDA3_FACTORY has no exception.
Method GET_INSTANCE_RULE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_OR_ENTITY | Value transfer | Object reference (TYPE REF TO) | IF_EX_USMD_RULE_SERVICE | Entitätsklasse | 20090309 | |||
| 2 | E_OR_ENTITY_CHECK_TYPE | Value transfer | Object reference (TYPE REF TO) | CL_USMDA3_VALIDATION | Entitätsklasse Typ der Prüfung | 20090309 | |||
| 3 | I_ENTITY | Call by reference | Type reference (TYPE) | USMD_ENTITY | Entitätstyp | 20090309 |
Method GET_INSTANCE_RULE on class CL_USMDA3_FACTORY has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 702 |