SAP ABAP Class IF_LIB_SELTAB (interface for selection tables (SELTAB))
Properties
Class | IF_LIB_SELTAB | |
Short Description | interface for selection tables (SELTAB) | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20120724 | SAP |
Last change | 20141121 | |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class IF_LIB_SELTAB has no forward declaration.
Interfaces
Class IF_LIB_SELTAB has no interface implemented.
Friends
Class IF_LIB_SELTAB has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | See coding | 20120724 |
Methods
Class IF_LIB_SELTAB has no method.
Events
Class 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 |