SAP ABAP Interface IF_LIB_SELTAB (interface for selection tables (SELTAB))
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DB (Application Component) Database Interface, Database Platforms
⤷
SHDB_TOOLS (Package) helper classes for HANA DB
⤷
⤷
Properties
| Interface | IF_LIB_SELTAB | |
| Short Description | interface for selection tables (SELTAB) |
General Data
| Package | SHDB_TOOLS | helper classes for HANA DB |
| Created | 20120724 | SAP |
| Last changed | 20141121 | |
| Unicode checks active |
Forward declarations
Interface IF_LIB_SELTAB has no forward declaration.
Interfaces
Interface IF_LIB_SELTAB has no interface.
Friends
Interface IF_LIB_SELTAB has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MC_C_ALL | Constant | Public | See coding | 20120724 |
Methods
Interface IF_LIB_SELTAB has no method.
Events
Interface IF_LIB_SELTAB has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_SEL | Public | See coding | 20120724 | BEGIN OF ts_sel,
sign(1) TYPE c,
option(2) TYPE c,
low(30) TYPE c,
high(30) TYPE c,
END OF ts_sel
|
||
| 2 | TT_SEL | Public | See coding | 20120724 | tt_sel TYPE STANDARD TABLE OF ts_sel WITH DEFAULT KEY
|
History
| Last changed by/on | SAP | 20141121 |
| SAP Release Created in | 740 |