SAP ABAP Class /SRMERP/CL_DEP_HELPER_FACTORY (Message Filter Factory)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
MM-PUR-SSP (Application Component) Self-Service Procurement
⤷
/SRMERP/OL_COMMON (Package) Object Layer: common entities
⤷
⤷
Properties
| Class | /SRMERP/CL_DEP_HELPER_FACTORY | |
| Short Description | Message Filter Factory | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /SRMERP/OL_COMMON | Object Layer: common entities |
| Created | 20101006 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class /SRMERP/CL_DEP_HELPER_FACTORY has no interface implemented.
Friends
Class /SRMERP/CL_DEP_HELPER_FACTORY has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Type reference (TYPE) | TT_INSTANCE | Instance Table | 20101006 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Private | Method | Internal Object Creation | 20101006 | |
| 2 | Static method | Public | Method | Get Dependency Helper Instance | 20101006 |
Events
Class /SRMERP/CL_DEP_HELPER_FACTORY has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_INSTANCE | Private | See coding | Instance Line | 20101006 | BEGIN OF ts_instance,
bo_key TYPE /bobf/obm_bo_key,
instance TYPE REF TO /srmerp/if_dep_helper,
END OF ts_instance
|
|
| 2 | TT_INSTANCE | Private | See coding | Instance Table | 20101006 | tt_instance TYPE HASHED TABLE OF ts_instance WITH UNIQUE KEY bo_key
|
Method Signatures
Method CREATE_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_BO_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_BO_KEY | Business Object | 20101006 | |||
| 2 | RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | /SRMERP/IF_DEP_HELPER | Dependency Helper | 20101006 |
Method CREATE_OBJECT on class /SRMERP/CL_DEP_HELPER_FACTORY has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_BO_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_BO_KEY | Business Object | 20101006 | |||
| 2 | RO_DEP_HELPER | Value transfer | Object reference (TYPE REF TO) | /SRMERP/IF_DEP_HELPER | Dependency Helper | 20101006 |
Method GET_INSTANCE on class /SRMERP/CL_DEP_HELPER_FACTORY has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 606 |