SAP ABAP Interface IF_TPDA_TABLE_GEN (Standard Interface (Types, Constants ...))
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
⤷
STPDA_TOOLS (Package) ABAP Debugger: Tools (Plugins)

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface composition (i COMPRISING i_ref) | IF_TPDA_TABLE_CONFIG | Table Configuration | 20090706 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_TPDA_TABLE_CONFIG | Table Configuration | 20090706 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_TPDA_TABLE_CONFIG_MANAGER | Configuration Manager | 20090707 |
4 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_TPDA_TABLE_CONTROL_WRAPPER | Wrap the TPDA Control | 20090707 |
5 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_TPDA_TABLE_GEN | General Methods | 20090805 |
Properties
Interface | IF_TPDA_TABLE_GEN | |
Short Description | Standard Interface (Types, Constants ...) |
General Data
Package | STPDA_TOOLS | ABAP Debugger: Tools (Plugins) |
Created | 20090706 | SAP |
Last changed | 20110908 | SAP |
Unicode checks active |
Forward declarations
Interface IF_TPDA_TABLE_GEN has no forward declaration.
Interfaces
Interface IF_TPDA_TABLE_GEN has no interface.
Friends
Interface IF_TPDA_TABLE_GEN has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | C_COL_MAX | Constant | Public | Type reference (TYPE) | I | 50 | 20090710 | ||
2 | C_DYNP_HEADER | Constant | Public | See coding | 'DYNP_VARS-WA_TABLE_VIEW_TYPE_LINE-' | 20090805 | |||
3 | C_DYNP_LINECOL | Constant | Public | See coding | 'LINE' | 20090714 | |||
4 | C_DYNP_WA | Constant | Public | See coding | 'DYNP_VARS-WA_TABLE_VIEW_VAL_LINE-' | 20090727 | |||
5 | C_DYNP_WAX | Constant | Public | See coding | 'DYNP_VARS-WA_TABLE_VIEW_VAL_LINE-COL' | 20090812 | |||
6 | C_ERROR | Constant | Public | Type reference (TYPE) | SYMSGTY | 'E' | Message Type | 20090805 | |
7 | C_EXPAND_STRUCTURES | Constant | Public | Type reference (TYPE) | TPDA_LAYOUT_NAME | '%%EXPAND_STRUCTURES' | TPDA: Layout Name of User-Specific Debugger Layout | 20100726 | |
8 | C_FLG_SUPER_PRIVATE | Constant | Public | Type reference (TYPE) | C | SPACE | 20091002 | ||
9 | C_INFO | Constant | Public | Type reference (TYPE) | SYMSGTY | 'I' | Message Type | 20090805 | |
10 | C_INVALID_SUBCOMPONENT | Constant | Public | Type reference (TYPE) | STRING | '<***INVALID***>' | 20090717 | ||
11 | C_MAX_LENGTH | Constant | Public | Type reference (TYPE) | I | 250 | 20091007 | ||
12 | C_NOT_QUALIFIED | Constant | Public | Type reference (TYPE) | STRING | '***PARAM_NOT_QUALIFIED***' | 20090811 | ||
13 | C_POS_INVISIBLE | Constant | Public | Type reference (TYPE) | I | -1 | Flags an Invisible Column | 20090706 | |
14 | C_REF_COMPONENT | Constant | Public | Type reference (TYPE) | C | 'R' | 20090720 | ||
15 | C_START_UP | Constant | Public | Type reference (TYPE) | TPDA_LAYOUT_NAME | 'START_UP' | TPDA: Layout Name of User-Specific Debugger Layout | 20090825 | |
16 | C_STRUC_COMPONENT | Constant | Public | Type reference (TYPE) | C | 'S' | 20090720 | ||
17 | C_SUCCESS | Constant | Public | Type reference (TYPE) | SYMSGTY | 'S' | Message Type | 20090805 | |
18 | C_SUPER_SUBCOMPONENT | Constant | Public | Type reference (TYPE) | STRING | '<***SUPER SUBCOMPONENT***>' | 20090922 | ||
19 | C_TABLE_LINE | Constant | Public | Type reference (TYPE) | CHAR10 | 'TABLE_LINE' | Character Field Length = 10 | 20090811 | |
20 | C_TECHCOL_PREFIX | Constant | Public | See coding | 'COL' | 20090710 | |||
21 | C_TOOL_ | Constant | Public | See coding | '_TOOL_' | 20090714 | |||
22 | C_VIS_PACKAGE | Constant | Public | Type reference (TYPE) | I | '4' | 20090914 | ||
23 | C_VIS_PRIVATE | Constant | Public | Type reference (TYPE) | I | '2' | 20090914 | ||
24 | C_VIS_PROTECTED | Constant | Public | Type reference (TYPE) | I | '3' | 20090914 | ||
25 | C_VIS_PUBLIC | Constant | Public | Type reference (TYPE) | I | '1' | 20090914 | ||
26 | C_WARNING | Constant | Public | Type reference (TYPE) | SYMSGTY | 'W' | Message Type | 20090805 | |
27 | C_WIDTH_DEFAULT | Constant | Public | Type reference (TYPE) | I | 15 | Standard Width of Column on UI | 20090713 |
Methods
Interface IF_TPDA_TABLE_GEN has no method.
Events
Interface IF_TPDA_TABLE_GEN has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TYP_STR_CHANGE_ADM | Public | See coding | 20090728 | BEGIN OF TYP_STR_CHANGE_adm,
change_mode type tpda_table_change_mode,
str_new_line type typ_str_itabline,
template_index type i,
insert_index type i,
tab_mod_lines type typ_tab_itablines,
END OF typ_str_change_adm
|
||
2 | TYP_STR_COLCUST | Public | Type reference (TYPE) | TPDA_ITAB_COL_CUST | TPDA: Table View - Customizing of Table Columns | 20090710 |
|
3 | TYP_STR_COLUMN | Public | See coding | 20090706 | BEGIN OF typ_str_column.
INCLUDE TYPE tpda_table_str_col.
TYPES:
END OF typ_str_column
|
||
4 | TYP_STR_COLVAL | Public | See coding | 20090728 | BEGIN OF typ_str_colval,
colname type string,
value type string,
old_value type string,
varname type string,
end OF typ_str_colval
|
||
5 | TYP_STR_COLX | Public | Type reference (TYPE) | TPDA_TABLE_STR_COLX | 20090724 |
|
|
6 | TYP_STR_COMPONENT | Public | See coding | 20090707 | begin of TYP_STR_COMPONENT.
include type TPDA_SYS_SYMBTABTYPLINE_D.
types:
headertext type string,
end of TYP_STR_COMPONENT
|
||
7 | TYP_STR_COMP_SPLIT | Public | See coding | 20090716 | BEGIN OF TYP_STR_COMP_SPLIT,
component type string,
subcomponent type string,
flg_ref TYPE flag,
end OF TYP_STR_COMP_SPLIT
|
||
8 | TYP_STR_CONFIG | Public | See coding | 20090707 | BEGIN OF typ_str_config,
itab_name TYPE string.
INCLUDE TYPE typ_str_context AS str_context.
TYPES:
flg_db type c LENGTH 1,
ref_config TYPE REF TO if_tpda_table_config,
END OF typ_str_config
|
||
9 | TYP_STR_CONFIG_DB | Public | See coding | 20090825 | BEGIN OF TYP_STR_CONFIG_DB.
include type TPDA_TABLE_CONFH as str_confh.
types:
tab_columns type IF_TPDA_TABLE_GEN=>typ_tab_columns,
END OF TYP_STR_CONFIG_DB
|
||
10 | TYP_STR_CONTEXT | Public | See coding | 20090709 | BEGIN OF typ_str_context,
abstype TYPE string,
* headid TYPE string,
prog TYPE string,
localclass TYPE string,
unit TYPE string,
unittype TYPE string,
END OF typ_str_context
|
||
11 | TYP_STR_DYNP_TABLINE | Public | Type reference (TYPE) | TPDA_TABLE_VIEW_COL_VAL | 20090730 |
|
|
12 | TYP_STR_DYNP_TRANSFER | Public | See coding | 20090713 | BEGIN OF typ_str_dynp_transfer,
itab_name TYPE string,
tab_colcust TYPE typ_tab_colcust,
str_state TYPE typ_str_state,
END OF typ_str_dynp_transfer
|
||
13 | TYP_STR_FCODE | Public | See coding | 20090803 | BEGIN OF TYP_STR_fcode,
fcode TYPE ui_func,
text type string,
flg_disabled type c LENGTH 1,
END OF typ_str_fcode
|
||
14 | TYP_STR_ITABLINE | Public | See coding | 20090728 | begin of TYP_STR_ITABline,
line_nr type i,
phys_nr type i,
tab_colvals type STANDARD TABLE OF typ_str_colval with DEFAULT KEY,
end of TYP_STR_ITABline
|
||
15 | TYP_STR_MSG | Public | See coding | 20090805 | BEGIN OF TYP_STR_MSG,
MSGTY type SYMSGTY,
MSGID Type SYMSGID,
MSGNO Type SYMSGNO,
MSGV1 Type SYMSGV,
MSGV2 Type SYMSGV,
MSGV3 Type SYMSGV,
MSGV4 Type SYMSGV,
msgstring type string,
END OF typ_str_msg
|
||
16 | TYP_STR_QUICKTABDATA | Public | Type reference (TYPE) | TPDA_SYS_SYMBTAB | TPDA: Included in "QuickData" of TPDA_SYS_SYMBQUICK | 20091026 |
|
17 | TYP_STR_QUICKVAR | Public | Type reference (TYPE) | TPDA_QUICK_VARS | tpda: Quick Watch Display | 20090729 |
|
18 | TYP_STR_SEARCH | Public | See coding | 20090817 | BEGIN OF TYP_STR_SEARCH,
ref_search_service type REF TO cl_tpda_search_services,
ref_search_method TYPE REF TO cl_tpda_search_itab_kernel,
ref_last_hit TYPE REF TO cl_tpda_search_result_c_itab,
end OF TYP_STR_SEARCH
|
||
19 | TYP_STR_STATE | Public | See coding | 20090708 | BEGIN OF typ_str_state.
INCLUDE TYPE typ_str_context AS str_context.
TYPES:
itab_name TYPE string,
col_offset TYPE i,
tc_col_pos TYPE i,
top_row TYPE i,
selected_col type string,
table_key_index type i,
str_search type typ_str_search,
END OF typ_str_state
|
||
20 | TYP_STR_SUBCOMPONENT | Public | See coding | 20090720 | BEGIN OF TYP_STR_SUBCOMPONENT,
subcomponent type string,
flg_ref type c LENGTH 1,
path type string,
text type string,
level type i,
visibility type i,
END OF typ_str_subcomponent
|
||
21 | TYP_STR_SYMBQUICK | Public | Type reference (TYPE) | TPDA_SYS_SYMBQUICK | TPDA: Retrieval Structure for get_Symb_Quick | 20090729 |
|
22 | TYP_STR_TABLE_METADATA | Public | See coding | 20090819 | BEGIN OF TYP_STR_TABLE_METADATA,
table_name type string,
table_keys type STANDARD TABLE OF TPDA_TABLE_KEY_NAME with DEFAULT KEY,
table_type type string,
table_type_text type string,
table_lines type i,
hasheader type c LENGTH 1,
END OF TYP_STR_TABLE_METADATA
|
||
23 | TYP_STR_TABLE_SELECTION | Public | See coding | 20090717 | BEGIN OF TYP_STR_TABLE_SELECTION,
tab_type type tpda_sys_symbtabtyp_d,
tab_val type tpda_sys_symbitabtyp_d,
END OF TYP_STR_TABLE_SELECTION
|
||
24 | TYP_STR_TABSEL_TYPE | Public | Type reference (TYPE) | TPDA_SYS_SYMBTABTYPLINE_D | 20090819 |
|
|
25 | TYP_STR_TABSEL_VAL | Public | Type reference (TYPE) | TPDA_SYS_SYMBITABTYPE_LINE_D | 20090819 |
|
|
26 | TYP_STR_TC_COL | Public | Type reference (TYPE) | SCXTAB_COLUMN | TableControl Column Settings | 20090714 |
|
27 | TYP_TAB_COLCUST | Public | Type reference (TYPE) | TPDA_ITAB_COL_CUST_IT | TPDA: Table View - Customizing of Table Columns | 20090710 |
|
28 | TYP_TAB_COLUMNS | Public | See coding | 20090706 | typ_tab_columns TYPE STANDARD TABLE OF typ_str_column
WITH DEFAULT KEY
|
||
29 | TYP_TAB_COLVALS | Public | See coding | 20090728 | typ_tab_colvals TYPE STANDARD TABLE OF typ_str_colval WITH DEFAULT KEY
|
||
30 | TYP_TAB_COLX | Public | See coding | 20090724 | TYP_TAB_COLX TYPE STANDARD TABLE OF typ_str_colx WITH DEFAULT KEY
|
||
31 | TYP_TAB_COMPONENTS | Public | See coding | 20090707 | typ_tab_components TYPE STANDARD TABLE OF typ_str_component
WITH DEFAULT KEY
|
||
32 | TYP_TAB_CONFIGS | Public | See coding | 20090707 | typ_tab_configs TYPE STANDARD TABLE OF typ_str_config
WITH DEFAULT KEY
|
||
33 | TYP_TAB_CONFIG_DB | Public | See coding | 20090825 | TYP_TAB_CONFIG_DB type HASHED TABLE OF typ_str_config_db with UNIQUE KEY
config_id duser
|
||
34 | TYP_TAB_FCODE | Public | See coding | 20090803 | typ_tab_fcode TYPE STANDARD TABLE OF TYP_STR_fcode WITH DEFAULT KEY
|
||
35 | TYP_TAB_FIELDS | Public | See coding | 20090730 | TYP_TAB_FIELDS TYPE STANDARD TABLE OF string
WITH DEFAULT KEY
|
||
36 | TYP_TAB_ITABLINES | Public | See coding | 20090728 | typ_tab_itablines TYPE STANDARD TABLE OF TYP_STR_ITABline WITH DEFAULT KEY
|
||
37 | TYP_TAB_STATES | Public | See coding | 20090708 | typ_tab_states TYPE STANDARD TABLE OF typ_str_state
WITH DEFAULT KEY
|
||
38 | TYP_TAB_SUBCOMPONENTS | Public | See coding | 20090720 | typ_tab_subcomponents TYPE STANDARD TABLE OF TYP_STR_SUBCOMPONENT
WITH DEFAULT KEY
|
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 800 |