SAP ABAP Class CL_FINB_RT_TABLE_BUILDING_PLAN (Generation of Runtime Tables)
Hierarchy
☛
FINBASIS (Software Component) Fin. Basis
⤷
FIN-FB-SRV (Application Component) Services
⤷
FINB_RUNTIME (Package) Runtime Services
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_FINB_GN_BUILDING_PLAN | Abstract Blueprint | 20040116 |
Properties
| Class | CL_FINB_RT_TABLE_BUILDING_PLAN | |
| Short Description | Generation of Runtime Tables | |
| Super Class | CL_FINB_GN_BUILDING_PLAN | Abstract Blueprint |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | FINB_RUNTIME | Runtime Services |
| Created | 20040116 | SAP |
| Last change | 20050411 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_FINB_RT_TABLE_BUILDING_PLAN has no forward declaration.
Interfaces
Class CL_FINB_RT_TABLE_BUILDING_PLAN has no interface implemented.
Friends
Class CL_FINB_RT_TABLE_BUILDING_PLAN has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | TYPENAME | 'FINB_RT_TABLE_INDEX' | 20040121 | |||
| 2 | Constant | Private | Type reference (TYPE) | FINB_GN_LOGICAL_NAME | 'FORMS' | 20040120 | |||
| 3 | Constant | Private | Type reference (TYPE) | CHAR2 | 'RT' | 20040120 | |||
| 4 | Static Attribute | Private | Type reference (TYPE) | YTH_DDIC_STRUCTURE | 20040122 | ||||
| 5 | Static Attribute | Private | Type reference (TYPE) | YTH_PROGNAME | 20040122 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | 20040121 | ||
| 2 | Static method | Public | Method | 20040122 |
Events
Class CL_FINB_RT_TABLE_BUILDING_PLAN has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | YS_DDIC_STRUCTURE | Private | See coding | 20040121 | BEGIN OF ys_ddic_structure,
application type finb_md_application,
areaid type finb_md_regid,
table_name TYPE finb_rt_table_name,
key_name TYPE finb_rt_key_name,
typename TYPE typename,
END OF ys_ddic_structure
|
||
| 2 | YS_PROGNAME | Private | See coding | 20040122 | BEGIN OF ys_progname,
application type finb_md_application,
areaid type finb_md_regid,
table_name TYPE finb_rt_table_name,
key_name TYPE finb_rt_key_name,
progname TYPE progname,
END OF ys_progname
|
||
| 3 | YTH_DDIC_STRUCTURE | Private | See coding | 20040121 | yth_ddic_structure TYPE HASHED TABLE OF ys_ddic_structure
WITH UNIQUE KEY application areaid table_name key_name
|
||
| 4 | YTH_PROGNAME | Private | See coding | 20040122 | yth_progname TYPE HASHED TABLE OF ys_progname
WITH UNIQUE KEY application areaid table_name
|
Method Signatures
Method GET_DDIC_STRCUTURE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_APPLICATION | Call by reference | Type reference (TYPE) | FINB_MD_APPLICATION | 20040121 | ||||
| 2 | ID_AREAID | Call by reference | Type reference (TYPE) | FINB_MD_REGID | 20040121 | ||||
| 3 | ID_KEY_NAME | Call by reference | Type reference (TYPE) | FINB_RT_KEY_NAME | 20040121 | ||||
| 4 | ID_TABLE_NAME | Call by reference | Type reference (TYPE) | FINB_RT_TABLE_NAME | 20040121 | ||||
| 5 | RD_TYPENAME | Value transfer | Type reference (TYPE) | TYPENAME | 20040121 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20050307 |
Method GET_PROGNAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_APPLICATION | Call by reference | Type reference (TYPE) | FINB_MD_APPLICATION | 20040122 | ||||
| 2 | ID_AREAID | Call by reference | Type reference (TYPE) | FINB_MD_REGID | 20040122 | ||||
| 3 | ID_TABLE_NAME | Call by reference | Type reference (TYPE) | FINB_RT_TABLE_NAME | 20040122 | ||||
| 4 | RD_PROGNAME | Value transfer | Type reference (TYPE) | TYPENAME | 20040122 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20050307 |
History
| Last changed by/on | SAP | 20050411 |
| SAP Release Created in | 300 |