SAP ABAP Class CL_TREX_TEST_TABLE (Generic Table for Testing)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-TRX-API (Application Component) TREX ABAP + JAVA API
⤷
STREX (Package) TREX ABAP client

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_TREX_TABLE | Internal Table Abstraction | 20060221 |
Properties
Class | CL_TREX_TEST_TABLE | |
Short Description | Generic Table for Testing | |
Super Class | CL_TREX_TABLE | Internal Table Abstraction |
Instantiability of a Class | 1 | Protected |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | STREX | TREX ABAP client |
Created | 20051019 | SAP |
Last change | 20141121 | |
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
Class CL_TREX_TEST_TABLE has no interface implemented.
Friends
Class CL_TREX_TEST_TABLE has no friend class.
Attributes
Class CL_TREX_TEST_TABLE has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | 20051020 | |
2 | ![]() |
Static method | Private | Method | 20051020 | |
3 | ![]() |
Static method | Public | Method | 20051021 | |
4 | ![]() |
Static method | Public | Method | 20070613 | |
5 | ![]() |
Static method | Public | Method | 20051021 | |
6 | ![]() |
Static method | Private | Method | 20100330 | |
7 | ![]() |
Static method | Private | Method | 20100330 | |
8 | ![]() |
Static method | Public | Method | 20051021 | |
9 | ![]() |
Static method | Public | Method | 20060221 | |
10 | ![]() |
Instance method | Public | Method | 20060221 |
Events
Class CL_TREX_TEST_TABLE has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | NEWDB_COLUMN_META | Public | See coding | 20100330 | BEGIN OF newdb_column_meta,
column_name TYPE c LENGTH 32,
data_type_name TYPE c LENGTH 32,
length TYPE i,
scale TYPE i,
END OF newdb_column_meta
|
Method Signatures
Method ASSERT_EQUALS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ACT | Call by reference | Type reference (TYPE) | DATA | 20051020 | |||
2 | ![]() |
EXP | Call by reference | Type reference (TYPE) | DATA | 20051020 | |||
3 | ![]() |
MSG | Call by reference | Type reference (TYPE) | CSEQUENCE | 20051020 | |||
4 | ![]() |
TOL | Call by reference | Type reference (TYPE) | F | '.001' | 20051020 |
Method ASSERT_EQUALS on class CL_TREX_TEST_TABLE has no exception.
Method ASSERT_FLOAT_EQUALS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ACT | Call by reference | Type reference (TYPE) | F | 20051020 | |||
2 | ![]() |
EXP | Call by reference | Type reference (TYPE) | F | 20051020 | |||
3 | ![]() |
MSG | Call by reference | Type reference (TYPE) | CSEQUENCE | 20051020 | |||
4 | ![]() |
TOL | Call by reference | Type reference (TYPE) | F | 20051020 |
Method ASSERT_FLOAT_EQUALS on class CL_TREX_TEST_TABLE has no exception.
Method CREATE_TABLE_FROM_ATTRIBUTES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ATTRIBUTES | Call by reference | Type reference (TYPE) | TREXT_ATTR_DEF | Attribute definitions | 20051021 | ||
2 | ![]() |
RVAL | Value transfer | Object reference (TYPE REF TO) | DATA | 20051021 |
Method CREATE_TABLE_FROM_ATTRIBUTES on class CL_TREX_TEST_TABLE has no exception.
Method CREATE_TABLE_FROM_COMP_DESCR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
COMP_DESCR | Call by reference | Type reference (TYPE) | TREXT_COMP_DESCR | 20070613 | |||
2 | ![]() |
KEY | Call by reference | Type reference (TYPE) | ABAP_KEYDESCR_TAB | 20070613 | |||
3 | ![]() |
RVAL | Value transfer | Object reference (TYPE REF TO) | DATA | 20070613 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
TREX: Bad structure. | 20070613 |
Method CREATE_TABLE_FROM_INDEX Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
INDEX_ID | Call by reference | Type reference (TYPE) | CLIKE | 20051021 | |||
2 | ![]() |
RFCDEST | Call by reference | Type reference (TYPE) | RFCDEST | Logical Destination (Specified in Function Call) | 20051021 | ||
3 | ![]() |
RVAL | Value transfer | Object reference (TYPE REF TO) | DATA | 20051021 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Unexpected data received from application. | 20100330 | |
2 | ![]() |
Invalid (or unsupported) attribute type. | 20080827 | |
3 | ![]() |
20051021 | ||
4 | ![]() |
20051021 | ||
5 | ![]() |
Exception Class for SQL Error | 20100622 | |
6 | ![]() |
Unexpected data type received. | 20100330 |
Method CREATE_TABLE_FROM_NEWDB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RVAL | Value transfer | Object reference (TYPE REF TO) | DATA | 20100330 | |||
2 | ![]() |
TABLE_NAME | Call by reference | Type reference (TYPE) | CLIKE | 20100330 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Unexpected data received from application. | 20100330 | |
2 | ![]() |
Failed to Initialize Remote Communication | 20100330 | |
3 | ![]() |
Exception Class for SQL Error | 20100622 | |
4 | ![]() |
Unexpected data type received. | 20100330 |
Method CREATE_TABLE_FROM_TREX Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
INDEX_ID | Call by reference | Type reference (TYPE) | CLIKE | 20100330 | |||
2 | ![]() |
RFCDEST | Call by reference | Type reference (TYPE) | RFCDEST | Logical Destination (Specified in Function Call) | 20100330 | ||
3 | ![]() |
RVAL | Value transfer | Object reference (TYPE REF TO) | DATA | 20100330 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Invalid (or unsupported) attribute type. | 20100330 | |
2 | ![]() |
Remote Communication Exception | 20100330 | |
3 | ![]() |
Error returned from Server | 20100330 |
Method CREATE_TABLE_FROM_VIEW Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
KEY_FIGURES | Call by reference | Type reference (TYPE) | TREXT_KEY_FIGURE | Key figure | 20070523 | ||
2 | ![]() |
RFCDEST | Call by reference | Type reference (TYPE) | RFCDEST | Logical Destination (Specified in Function Call) | 20051021 | ||
3 | ![]() |
RVAL | Value transfer | Object reference (TYPE REF TO) | DATA | 20051021 | |||
4 | ![]() |
VIEW_ATTRIBUTES | Call by reference | Type reference (TYPE) | TREXT_VIEW_ATTRIBUTES | View attributes | 20051021 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20051021 | ||
2 | ![]() |
20051021 |
Method CREATE_TEST_TABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RVAL | Value transfer | Object reference (TYPE REF TO) | CL_TREX_TEST_TABLE | Generic Table for Testing | 20060221 | ||
2 | ![]() |
TABLE | Call by reference | Type reference (TYPE) | INDEX TABLE | 20060221 |
Method CREATE_TEST_TABLE on class CL_TREX_TEST_TABLE has no exception.
Method GET_ITAB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RVAL | Value transfer | Object reference (TYPE REF TO) | DATA | 20060221 |
Method GET_ITAB on class CL_TREX_TEST_TABLE has no exception.
History
Last changed by/on | SAP | 20141121 |
SAP Release Created in | 710 |