SAP ABAP Class CL_UA_BUFFERED_TABLE_READER (Buffered Reading of Single Records)
Hierarchy
☛
SEM-BW (Software Component) SEM-BW: Strategic Enterprise Management
⤷
FIN-BA (Application Component) Business Analytics
⤷
UA_COSTING_ENGINE (Package) Costing Solutions: Costing Engine

⤷

⤷

Properties
Class | CL_UA_BUFFERED_TABLE_READER | |
Short Description | Buffered Reading of Single Records | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | UA_COSTING_ENGINE | Costing Solutions: Costing Engine |
Created | 20020709 | SAP |
Last change | 20050520 | 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) |
2 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
3 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
4 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_UA_BUFFERED_TABLE_READER has no interface implemented.
Friends
Class CL_UA_BUFFERED_TABLE_READER 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) | YTH_READER | 20040423 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | 20040423 | |
2 | ![]() |
Static method | Public | Method | 20050425 | |
3 | ![]() |
Static method | Public | Method | 20050425 | |
4 | ![]() |
Static method | Public | Method | 20050428 | |
5 | ![]() |
Static method | Public | Method | 20040423 |
Events
Class CL_UA_BUFFERED_TABLE_READER has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | YS_READER | Private | See coding | 20040423 | BEGIN OF ys_reader,
o_type TYPE REF TO if_finb_struct_type,
o_rt_reader TYPE REF TO if_finb_rt_reader,
o_db_reader TYPE REF TO if_finb_reader,
r_tline TYPE REF TO data,
tline_type type typename,
END OF ys_reader
|
||
2 | YTH_READER | Private | See coding | 20040423 | yth_reader TYPE HASHED TABLE OF ys_reader
WITH UNIQUE KEY o_type
|
Method Signatures
Method ADD_RT_READER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_RT_READER | Call by reference | Object reference (TYPE REF TO) | IF_FINB_RT_READER | 20040423 | |||
2 | ![]() |
IO_TYPE | Call by reference | Object reference (TYPE REF TO) | IF_FINB_STRUCT_TYPE | 20040423 |
Method ADD_RT_READER on class CL_UA_BUFFERED_TABLE_READER has no exception.
Method GET_AMOUNT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID_AREAID | Call by reference | Type reference (TYPE) | UG_AREAID | 20050425 | |||
2 | ![]() |
ID_EXCEPTION_ON_MISSING_ENTRY | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_TRUE | 20050425 | ||
3 | ![]() |
ID_FIELDNAME | Call by reference | Type reference (TYPE) | FINB_MD_FIELDNAME | 20050425 | |||
4 | ![]() |
ID_KEY_NAME | Call by reference | Type reference (TYPE) | FINB_RT_KEY_NAME | IF_FINB_RT_READER=>CD_KEY_NAME_PRIMARY | 20050425 | ||
5 | ![]() |
ID_METATYPE | Call by reference | Type reference (TYPE) | FINB_METATYPE | 20050425 | |||
6 | ![]() |
ID_TYPE_NAME | Call by reference | Type reference (TYPE) | FINB_TYPE_NAME | 20050425 | |||
7 | ![]() |
ID_UNIT_FNAME | Call by reference | Type reference (TYPE) | FINB_MD_FIELDNAME | 20050425 | |||
8 | ![]() |
IS_KEYFIELD_VALUES | Call by reference | Type reference (TYPE) | ANY | 20050425 | |||
9 | ![]() |
RR_RESULT | Value transfer | Object reference (TYPE REF TO) | DATA | 20050425 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20050425 |
Method GET_QUANTITY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID_AREAID | Call by reference | Type reference (TYPE) | UG_AREAID | 20050425 | |||
2 | ![]() |
ID_EXCEPTION_ON_MISSING_ENTRY | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_TRUE | 20050425 | ||
3 | ![]() |
ID_FIELDNAME | Call by reference | Type reference (TYPE) | FINB_MD_FIELDNAME | 20050425 | |||
4 | ![]() |
ID_KEY_NAME | Call by reference | Type reference (TYPE) | FINB_RT_KEY_NAME | IF_FINB_RT_READER=>CD_KEY_NAME_PRIMARY | 20050425 | ||
5 | ![]() |
ID_METATYPE | Call by reference | Type reference (TYPE) | FINB_METATYPE | 20050425 | |||
6 | ![]() |
ID_TYPE_NAME | Call by reference | Type reference (TYPE) | FINB_TYPE_NAME | 20050425 | |||
7 | ![]() |
ID_UNIT_FNAME | Call by reference | Type reference (TYPE) | FINB_MD_FIELDNAME | 20050426 | |||
8 | ![]() |
IS_KEYFIELD_VALUES | Call by reference | Type reference (TYPE) | ANY | 20050425 | |||
9 | ![]() |
RR_RESULT | Value transfer | Object reference (TYPE REF TO) | DATA | 20050425 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20050425 |
Method GET_TLINE_TYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_TYPE | Call by reference | Object reference (TYPE REF TO) | IF_FINB_STRUCT_TYPE | 20050428 | |||
2 | ![]() |
RD_TLINE_TYPE | Value transfer | Type reference (TYPE) | TYPENAME | 20050428 |
Method GET_TLINE_TYPE on class CL_UA_BUFFERED_TABLE_READER has no exception.
Method GET_VALUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID_AREAID | Call by reference | Type reference (TYPE) | UG_AREAID | 20040423 | |||
2 | ![]() |
ID_EXCEPTION_ON_MISSING_ENTRY | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_TRUE | 20050121 | ||
3 | ![]() |
ID_FIELDNAME | Call by reference | Type reference (TYPE) | FINB_MD_FIELDNAME | 20040423 | |||
4 | ![]() |
ID_KEY_NAME | Call by reference | Type reference (TYPE) | FINB_RT_KEY_NAME | IF_FINB_RT_READER=>CD_KEY_NAME_PRIMARY | 20040728 | ||
5 | ![]() |
ID_METATYPE | Call by reference | Type reference (TYPE) | FINB_METATYPE | 20040423 | |||
6 | ![]() |
ID_TYPE_NAME | Call by reference | Type reference (TYPE) | FINB_TYPE_NAME | 20040423 | |||
7 | ![]() |
IS_KEYFIELD_VALUES | Call by reference | Type reference (TYPE) | ANY | 20040423 | |||
8 | ![]() |
RR_RESULT | Value transfer | Object reference (TYPE REF TO) | DATA | 20040423 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20040423 |
History
Last changed by/on | SAP | 20050520 |
SAP Release Created in | 320 |