SAP ABAP Class CL_FINB_PR_BUILDING_PLAN (Blueprint for Persistence Object)
Hierarchy
☛
FINBASIS (Software Component) Fin. Basis
⤷
FIN-FB-SRV (Application Component) Services
⤷
FINB_PERSISTENCE (Package) Persistence Manager
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_FINB_GN_BUILDING_PLAN | Abstract Blueprint | 20030211 |
Properties
| Class | CL_FINB_PR_BUILDING_PLAN | |
| Short Description | Blueprint for Persistence Object | |
| Super Class | CL_FINB_GN_BUILDING_PLAN | Abstract Blueprint |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | FINB_PR | |
| Program status | P | SAP Standard Production Program |
| Category | 0 | |
| Package | FINB_PERSISTENCE | Persistence Manager |
| Created | 20030211 | SAP |
| Last change | 20050705 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_FINB_PR_BUILDING_PLAN has no forward declaration.
Interfaces
Class CL_FINB_PR_BUILDING_PLAN has no interface implemented.
Friends
Class CL_FINB_PR_BUILDING_PLAN has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Object reference (TYPE REF TO) | IF_FINB_GN_LOW_LEVEL | Low Level Interface of Generator | 20030306 | |||
| 2 | Constant | Protected | Type reference (TYPE) | BOOLE_D | SPACE | False | 20030211 | ||
| 3 | Constant | Protected | Type reference (TYPE) | BOOLE_D | 'X' | True | 20030211 | ||
| 4 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_FINB_PR_OBJ_CONFIG_INT | Highest Persistence Object (Internal) | 20030327 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Forms Configuration Object/Key for a Persistence Object | 20030212 | |
| 2 | Static method | Public | Method | Forms Configuration Object/Key for a Persistence Object | 20050615 | |
| 3 | Static method | Public | Method | Breaks Down Configuration Object/Key into Elements | 20030305 | |
| 4 | Instance method | Public | Method | Sets Root Object | 20030327 |
Events
Class CL_FINB_PR_BUILDING_PLAN has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | YS_CONFIG_KEY | Protected | See coding | Configuration key | 20030211 | begin of YS_CONFIG_KEY,
OBJ_NAME type FINB_PR_OBJ_NAME,
VALID_FROM type FINB_PR_VALID_FROM,
end of YS_CONFIG_KEY
|
|
| 2 | YS_CONFIG_OBJ | Protected | See coding | Configuration object | 20030212 | begin of YS_CONFIG_OBJ,
APPL type FINB_PR_APPLICATION,
AREAID type FINB_MD_REGID,
end of YS_CONFIG_OBJ
|
Method Signatures
Method BUILD_CONFIG_KEYS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_CONFIG_KEY | Call by reference | Type reference (TYPE) | FINB_GN_CONFIG_KEY | Instanzschlüssel zu einem Konfigurationsobjekt | 20030212 | |||
| 2 | E_CONFIG_OBJ | Call by reference | Type reference (TYPE) | FINB_GN_CONFIG_OBJ | Name des Konfigurationsobjektes (Generator) | 20030212 | |||
| 3 | IO_PERSIST_OBJ | Value transfer | Object reference (TYPE REF TO) | IF_FINB_PR_OBJ | Persistenzobjekt | 20030212 |
Method BUILD_CONFIG_KEYS on class CL_FINB_PR_BUILDING_PLAN has no exception.
Method BUILD_CONFIG_KEYS_X Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_CONFIG_KEY | Call by reference | Type reference (TYPE) | FINB_GN_CONFIG_KEY | Instanzschlüssel zu einem Konfigurationsobjekt | 20050615 | |||
| 2 | E_CONFIG_OBJ | Call by reference | Type reference (TYPE) | FINB_GN_CONFIG_OBJ | Name des Konfigurationsobjektes (Generator) | 20050615 | |||
| 3 | I_APPL | Value transfer | Type reference (TYPE) | FINB_PR_APPLICATION | Anwendung | 20050615 | |||
| 4 | I_OBJ_NAME | Value transfer | Type reference (TYPE) | FINB_PR_OBJ_NAME | Name eines Persistenzobjektes | 20050615 | |||
| 5 | I_REGID | Value transfer | Type reference (TYPE) | FINB_MD_REGID | Registrierungsidentifikation | 20050615 | |||
| 6 | I_VALID_FROM | Value transfer | Type reference (TYPE) | FINB_PR_VALID_FROM | gültig ab Datum | 20050615 |
Method BUILD_CONFIG_KEYS_X on class CL_FINB_PR_BUILDING_PLAN has no exception.
Method SCAN_CONFIG_KEYS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_APPL | Call by reference | Type reference (TYPE) | FINB_PR_APPLICATION | FI-Stammdaten: Anwendung | 20030305 | |||
| 2 | E_AREAID | Call by reference | Type reference (TYPE) | FINB_MD_REGID | FIN-Stammdaten: Anwendungsgebiet | 20030305 | |||
| 3 | E_OBJ_NAME | Call by reference | Type reference (TYPE) | FINB_PR_OBJ_NAME | Name eines Persistenzobjektes | 20030305 | |||
| 4 | E_VALID_FROM | Call by reference | Type reference (TYPE) | FINB_PR_VALID_FROM | gültig ab Datum | 20030305 | |||
| 5 | I_CONFIG_KEY | Call by reference | Type reference (TYPE) | FINB_GN_CONFIG_KEY | Instanzschlüssel zu einem Konfigurationsobjekt | 20030305 | |||
| 6 | I_CONFIG_OBJ | Call by reference | Type reference (TYPE) | FINB_GN_CONFIG_OBJ | Name des Konfigurationsobjektes (Generator) | 20030305 |
Method SCAN_CONFIG_KEYS on class CL_FINB_PR_BUILDING_PLAN has no exception.
Method SET_PERSIST_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_PERSIST_OBJ | Value transfer | Object reference (TYPE REF TO) | IF_FINB_PR_OBJ_CONFIG_INT | oberstes Persistenzobjekt | 20030327 |
Method SET_PERSIST_OBJECT on class CL_FINB_PR_BUILDING_PLAN has no exception.
History
| Last changed by/on | SAP | 20050705 |
| SAP Release Created in | 200 |