SAP ABAP Class CL_FINB_MD_CHAR_FACTORY (Central Factory)
Hierarchy
☛
FINBASIS (Software Component) Fin. Basis
⤷
FIN-FB-MDF (Application Component) Master Data Framework
⤷
FINB_CHAR_FRAMEWORK (Package) Simple Master Data Service
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FINB_MD_CHAR_FACTORY | Central Factory | 20040325 |
Properties
| Class | CL_FINB_MD_CHAR_FACTORY | |
| Short Description | Central Factory | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | FINB_CHAR_FRAMEWORK | |
| Program status | ||
| Category | 0 | |
| Package | FINB_CHAR_FRAMEWORK | Simple Master Data Service |
| Created | 20040325 | SAP |
| Last change | 20041209 | 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_FINB_MD_CHAR_FACTORY | Central Factory | 20040325 |
Friends
Class CL_FINB_MD_CHAR_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) | FINB_MD_BOOLEAN | Boolean Value (True or False) | 20040404 | |||
| 2 | Static Attribute | Private | Type reference (TYPE) | FINB_MD_BOOLEAN | Boolean Value (True or False) | 20040929 | |||
| 3 | Static Attribute | Private | Type reference (TYPE) | FINB_MD_BOOLEAN | Boolean Value (True or False) | 20040331 | |||
| 4 | Static Attribute | Private | Type reference (TYPE) | TS_INSTANCE | 20040325 | ||||
| 5 | Instance attribute | Public | Attribute reference (LIKE) | 20040325 | |||||
| 6 | Instance attribute | Public | Attribute reference (LIKE) | 20040404 | |||||
| 7 | Instance attribute | Private | Type reference (TYPE) | TS_CHAR_INSTANCE | 20040404 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20040325 | |
| 2 | Instance method | Public | Constructor | CONSTRUCTOR | 20040325 | |
| 3 | Instance method | Public | Method | 20040325 | ||
| 4 | Instance method | Public | Method | 20040325 | ||
| 5 | Instance method | Public | Method | 20040325 | ||
| 6 | Instance method | Public | Method | 20040325 | ||
| 7 | Instance method | Public | Method | 20040331 |
Events
Class CL_FINB_MD_CHAR_FACTORY has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_CHAR_INSTANCE | Private | See coding | 20040404 | BEGIN OF s_char_instance,
fieldname TYPE finb_md_fieldname,
o_char TYPE REF TO if_finb_md_char_internal,
END OF s_char_instance
|
||
| 2 | S_INSTANCE | Private | See coding | 20040325 | BEGIN OF s_instance,
regid TYPE finb_md_regid,
o_factory TYPE REF TO if_finb_md_char_factory,
END OF s_instance
|
||
| 3 | TS_CHAR_INSTANCE | Private | See coding | 20040404 | ts_char_instance TYPE SORTED TABLE OF s_char_instance
WITH UNIQUE KEY fieldname
|
||
| 4 | TS_INSTANCE | Private | See coding | 20040325 | ts_instance TYPE SORTED TABLE OF s_instance
WITH UNIQUE KEY regid
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_FINB_MD_CHAR_FACTORY has no parameter.
Method CLASS_CONSTRUCTOR on class CL_FINB_MD_CHAR_FACTORY has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_REGID | Call by reference | Type reference (TYPE) | FINB_MD_REGID | Registrierungsidentifikation | 20040325 | |||
| 2 | IF_BUFFERED | Call by reference | Type reference (TYPE) | FINB_MD_BOOLEAN | Boolscher Wert (Wahr oder Falsch) | 20040404 |
Method CONSTRUCTOR on class CL_FINB_MD_CHAR_FACTORY has no exception.
Method DISCARD_BUFFER Signature
Method DISCARD_BUFFER on class CL_FINB_MD_CHAR_FACTORY has no parameter.
Method DISCARD_BUFFER on class CL_FINB_MD_CHAR_FACTORY has no exception.
Method GET_CHAR_INSTANCE Signature
Method GET_CHAR_INSTANCE on class CL_FINB_MD_CHAR_FACTORY has no parameter.
Method GET_CHAR_INSTANCE on class CL_FINB_MD_CHAR_FACTORY has no exception.
Method GET_INSTANCE Signature
Method GET_INSTANCE on class CL_FINB_MD_CHAR_FACTORY has no parameter.
Method GET_INSTANCE on class CL_FINB_MD_CHAR_FACTORY has no exception.
Method GET_REGISTRY_INSTANCE Signature
Method GET_REGISTRY_INSTANCE on class CL_FINB_MD_CHAR_FACTORY has no parameter.
Method GET_REGISTRY_INSTANCE on class CL_FINB_MD_CHAR_FACTORY has no exception.
Method IS_MDF_AVAILABLE Signature
Method IS_MDF_AVAILABLE on class CL_FINB_MD_CHAR_FACTORY has no parameter.
Method IS_MDF_AVAILABLE on class CL_FINB_MD_CHAR_FACTORY has no exception.
History
| Last changed by/on | SAP | 20041209 |
| SAP Release Created in | 300 |