SAP ABAP Interface IF_TPDA_ADT_DEBUGGER_CH (Debugger content handler types)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
⤷
STPDA_ADT (Package) ADT Debugger

⤷

⤷

Properties
Interface | IF_TPDA_ADT_DEBUGGER_CH | |
Short Description | Debugger content handler types |
General Data
Package | STPDA_ADT | ADT Debugger |
Created | 20100224 | SAP |
Last changed | 20140121 | SAP |
Unicode checks active |
Forward declarations
Interface IF_TPDA_ADT_DEBUGGER_CH has no forward declaration.
Interfaces
Interface IF_TPDA_ADT_DEBUGGER_CH has no interface.
Friends
Interface IF_TPDA_ADT_DEBUGGER_CH has no friend.
Attributes
Interface IF_TPDA_ADT_DEBUGGER_CH has no attribute.
Methods
Interface IF_TPDA_ADT_DEBUGGER_CH has no method.
Events
Interface IF_TPDA_ADT_DEBUGGER_CH has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TYP_ATTACH | Public | See coding | 20111121 | begin of typ_attach.
include type typ_str_sysinfo as str_sysinfo.
types:
tab_reached_breakpoints type typ_tab_reached_breakpoints,
tab_exception_infos TYPE typ_tab_exception_infos,
end of typ_attach
|
||
2 | TYP_DEBUGGER_SETTINGS | Public | See coding | 20111021 | begin of typ_debugger_settings,
system_debugging type xsdboolean,
create_exception_object type xsdboolean,
background_RFC type xsdboolean,
shared_object_debugging type xsdboolean,
data_aging_temperature type xsdboolean,
END OF typ_debugger_settings
|
||
3 | TYP_STACK | Public | See coding | 20100330 | begin of typ_stack,
tab_stack TYPE STANDARD TABLE OF typ_str_stack with default key.
include TYPE typ_str_sysinfo as str_sysinfo.
types:
end of typ_stack
|
||
4 | TYP_STATEMENTS | Public | Type reference (TYPE) | IF_TPDAPI_SERVICE=>TYP_TAB_STATEMENTS | 20111122 |
|
|
5 | TYP_STEP | Public | See coding | 20110714 | BEGIN OF TYP_STEP,
* str_exception_info type typ_str_exception_info,
tab_exception_infos type typ_tab_exception_infos,
str_unexpected_breakpoint type typ_str_unexpected_breakpoint.
include type typ_str_sysinfo as str_sysinfo.
types:
tab_reached_breakpoints type typ_tab_reached_breakpoints,
tab_reached_watchpoints type typ_tab_reached_watchpoints,
is_debuggee_changed type xsdboolean,
END OF TYP_STEP
|
||
6 | TYP_STR_DATA_REQ | Public | See coding | 20100330 | BEGIN OF typ_str_data_req,
variable_name TYPE string,
offset TYPE i,
length TYPE i,
keypos TYPE i,
fields TYPE STANDARD TABLE OF string WITH DEFAULT KEY,
END OF typ_str_data_req
|
||
7 | TYP_STR_EXCEPTION_INFO | Public | See coding | 20110713 | begin of typ_str_exception_info,
index type i.
include type typ_str_sourceinfo as str_sourceinfo.
types:
text type string,
exception type string,
reference type string.
INCLUDE TYPE IF_ADT_OBJECT_REFERENCE_CH=>ty_object_reference AS object_reference.
types:
end of typ_str_exception_info
|
||
8 | TYP_STR_KEY_COMPONENT | Public | See coding | 20100511 | BEGIN OF typ_str_key_component,
index TYPE int4,
name TYPE string,
END OF typ_str_key_component
|
||
9 | TYP_STR_METADATA_REQ | Public | See coding | 20100330 | BEGIN OF typ_str_metadata_req,
variable_name TYPE string,
cache_validator TYPE string,
END OF typ_str_metadata_req
|
||
10 | TYP_STR_REACHED_BREAKPOINT | Public | See coding | 20111118 | begin of typ_str_reached_breakpoint,
id type string,
kind TYPE string,
end of typ_str_reached_breakpoint
|
||
11 | TYP_STR_REACHED_WATCHPOINT | Public | See coding | 20130807 | begin of typ_str_reached_watchpoint,
id type i,
expired type xsdboolean,
variable_name type string,
current_value type string,
atom_self_link type if_atom_types=>link_s,
end of typ_str_reached_watchpoint
|
||
12 | TYP_STR_SOURCEINFO | Public | See coding | 20110729 | begin of typ_str_sourceinfo,
program type string,
include type string,
line type i,
end of typ_str_sourceinfo
|
||
13 | TYP_STR_STACK | Public | See coding | 20111117 | BEGIN OF typ_str_stack.
INCLUDE TYPE IF_ADT_OBJECT_REFERENCE_CH=>ty_object_reference AS object_reference.
TYPES:
program_name TYPE PROGNAME,
include_name TYPE PROGNAME,
event_type TYPE string,
event_name TYPE string,
line TYPE i,
stack_position TYPE i,
is_sys_prog type xsdboolean,
END OF typ_str_stack
|
||
14 | TYP_STR_SYNC_BP | Public | See coding | 20100330 | BEGIN OF typ_str_sync_bp.
INCLUDE TYPE
IF_ADT_OBJECT_REFERENCE_CH=>ty_object_reference AS object_reference.
TYPES:
new_line TYPE i,
successful TYPE xsdboolean.
INCLUDE TYPE
IF_ADT_OBJECT_REFERENCE_CH=>ty_object_reference AS new_object_reference RENAMING WITH SUFFIX new.
types:
END OF typ_str_sync_bp
|
||
15 | TYP_STR_SYNC_BP_REQ | Public | See coding | 20100330 | BEGIN OF typ_str_sync_bp_req.
INCLUDE TYPE IF_ADT_OBJECT_REFERENCE_CH=>ty_object_reference AS object_reference.
TYPEs:
END OF typ_str_sync_bp_req
|
||
16 | TYP_STR_SYNC_BP_SOURCE | Public | See coding | 20100406 | BEGIN OF typ_str_sync_bp_source.
INCLUDE TYPE IF_ADT_OBJECT_REFERENCE_CH=>ty_object_reference AS object_reference.
types:
END OF typ_str_sync_bp_source
|
||
17 | TYP_STR_SYSINFO | Public | See coding | 20111117 | begin of typ_str_sysinfo,
is_rfc type xsdboolean,
is_same_system TYPE xsdboolean,
server_name type string,
session_id type SYSUUID_C32,
is_post_mortem type xsdboolean,
process_id type i,
user_authorized_for_changes type xsdboolean,
end of typ_str_sysinfo
|
||
18 | TYP_STR_TABLE_COMPONENT | Public | See coding | 20100301 | BEGIN OF typ_str_table_component,
index TYPE int4,
name TYPE string,
length TYPE int4,
abaptype TYPE string,
datatype type string,
changeability type string,
END OF typ_str_table_component
|
||
19 | TYP_STR_TABLE_DATA | Public | See coding | 20100301 | BEGIN OF typ_str_table_data,
name TYPE string,
lines TYPE typ_tab_table_lines,
END OF typ_str_table_data
|
||
20 | TYP_STR_TABLE_KEY | Public | See coding | 20100511 | BEGIN OF typ_str_table_key,
position TYPE int4,
name TYPE string,
typeid type string,
type TYPE string,
components TYPE STANDARD TABLE OF typ_str_key_component WITH DEFAULT KEY,
END OF typ_str_table_key
|
||
21 | TYP_STR_TABLE_LINE | Public | See coding | 20100303 | BEGIN OF typ_str_table_line,
index TYPE int4,
values TYPE STANDARD TABLE OF typ_str_table_line_value WITH DEFAULT KEY,
END OF typ_str_table_line
|
||
22 | TYP_STR_TABLE_LINE_CONTENT | Public | See coding | 20130716 | BEGIN OF typ_str_table_line_content,
values TYPE STANDARD TABLE OF typ_str_table_line_value WITH DEFAULT KEY,
END OF typ_str_table_line_content
|
||
23 | TYP_STR_TABLE_LINE_INSERT_REQ | Public | See coding | 20130716 | BEGIN OF typ_str_table_line_insert_req,
tableline type typ_str_table_line_content,
END OF typ_str_table_line_insert_req
|
||
24 | TYP_STR_TABLE_LINE_VALUE | Public | See coding | 20100303 | BEGIN OF typ_str_table_line_value,
field TYPE string,
value TYPE string,
END OF typ_str_table_line_value
|
||
25 | TYP_STR_UNEXPECTED_BREAKPOINT | Public | See coding | 20110714 | begin of typ_str_unexpected_breakpoint,
include type string,
program type string,
line type i.
INCLUDE TYPE IF_ADT_OBJECT_REFERENCE_CH=>ty_object_reference AS object_reference.
types:
end of typ_str_unexpected_breakpoint
|
||
26 | TYP_STR_WP | Public | See coding | 20130807 | begin of typ_str_wp,
id type i,
kind type string.
include type if_tpdapi_wp=>typ_str_properties.
types:
oldValue type string,
currentValue type string,
templateLinks type IF_ADT_DISCOVERY_COLLECTION=>ty_template_links,
atom_self_link type if_atom_types=>link_s,
end of typ_str_wp
|
||
27 | TYP_SYNC_BP | Public | See coding | 20100406 | BEGIN OF typ_sync_bp,
cnt_deleted TYPE i,
cnt_created TYPE i,
cnt_failure TYPE i,
breakpoints TYPE STANDARD TABLE OF typ_str_sync_bp WITH DEFAULT KEY,
end OF typ_sync_bp
|
||
28 | TYP_SYNC_BP_REQ | Public | See coding | 20100330 | BEGIN OF typ_sync_bp_req,
syncmode TYPE string,
sources TYPE STANDARD TABLE OF typ_str_sync_bp_source with DEFAULT KEY,
breakpoints TYPE STANDARD TABLE OF typ_str_sync_bp_req with DEFAULT KEY,
end OF typ_sync_bp_req
|
||
29 | TYP_TAB_EXCEPTION_INFOS | Public | See coding | 20110728 | typ_tab_exception_infos TYPE STANDARD TABLE OF typ_str_exception_info
WITH DEFAULT KEY
|
||
30 | TYP_TAB_REACHED_BREAKPOINTS | Public | See coding | 20111118 | typ_tab_reached_breakpoints TYPE STANDARD TABLE OF typ_str_reached_breakpoint WITH DEFAULT KEY
|
||
31 | TYP_TAB_REACHED_WATCHPOINTS | Public | See coding | 20130807 | typ_tab_reached_watchpoints TYPE STANDARD TABLE OF typ_str_reached_watchpoint WITH DEFAULT KEY
|
||
32 | TYP_TAB_TABLE_COMPONENTS | Public | See coding | 20100301 | typ_tab_table_components
TYPE STANDARD TABLE OF typ_str_table_component WITH DEFAULT KEY
|
||
33 | TYP_TAB_TABLE_DATA | Public | See coding | 20100301 | typ_tab_table_data TYPE STANDARD TABLE OF typ_str_table_data
WITH DEFAULT KEY
|
||
34 | TYP_TAB_TABLE_KEYS | Public | See coding | 20100511 | typ_tab_table_keys TYPE STANDARD TABLE OF typ_str_table_key
WITH DEFAULT KEY
|
||
35 | TYP_TAB_TABLE_LINES | Public | See coding | 20100303 | typ_tab_table_lines TYPE STANDARD TABLE OF typ_str_table_line WITH DEFAULT KEY
|
||
36 | TYP_TAB_WP | Public | See coding | 20130807 | typ_tab_wp type STANDARD TABLE OF typ_str_wp with non-UNIQUE key id
|
||
37 | TYP_VAR_DATA | Public | See coding | 20100301 | BEGIN OF typ_var_data,
tabledata TYPE typ_tab_table_data,
END OF typ_var_data
|
||
38 | TYP_VAR_DATA_REQ | Public | See coding | 20100330 | typ_var_data_req TYPE STANDARD TABLE OF typ_str_data_req
WITH DEFAULT KEY
|
||
39 | TYP_VAR_EXCEPTION | Public | See coding | 20120709 | begin of typ_var_exception,
reference TYPE string,
name type string,
exception_infos type typ_tab_exception_infos,
cache_validator type string,
not_modified type xsdboolean,
end of typ_var_exception
|
||
40 | TYP_VAR_METADATA | Public | See coding | 20100224 | BEGIN OF typ_var_metadata,
tables TYPE STANDARD TABLE OF typ_var_table WITH DEFAULT KEY,
exceptions TYPE STANDARD TABLE OF typ_var_exception WITH DEFAULT KEY,
END OF typ_var_metadata
|
||
41 | TYP_VAR_METADATA_REQ | Public | See coding | 20100330 | typ_var_metadata_req TYPE STANDARD TABLE OF typ_str_metadata_req
WITH DEFAULT KEY
|
||
42 | TYP_VAR_TABLE | Public | See coding | 20100224 | BEGIN OF typ_var_table,
name TYPE string,
cache_validator TYPE string,
not_modified TYPE xsdboolean,
keytype type string,
keytypeid type string,
components TYPE typ_tab_table_components,
lines type i,
keys TYPE typ_tab_table_keys,
template_links type IF_ADT_DISCOVERY_COLLECTION=>ty_template_links,
END OF typ_var_table
|
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 800 |