SAP ABAP Interface IF_TPDAPI_DATA_TABLE_CONTENT (Table Values)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
⤷
STPDA_API (Package) Debugger API

⤷

⤷

Properties
Interface | IF_TPDAPI_DATA_TABLE_CONTENT | |
Short Description | Table Values |
General Data
Package | STPDA_API | Debugger API |
Created | 20100112 | SAP |
Last changed | 20140121 | SAP |
Unicode checks active |
Forward declarations
Interface IF_TPDAPI_DATA_TABLE_CONTENT has no forward declaration.
Interfaces
Interface IF_TPDAPI_DATA_TABLE_CONTENT has no interface.
Friends
Interface IF_TPDAPI_DATA_TABLE_CONTENT has no friend.
Attributes
Interface IF_TPDAPI_DATA_TABLE_CONTENT has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | 20130705 | |
2 | ![]() |
Instance method | Public | Method | 20130705 | |
3 | ![]() |
Instance method | Public | Method | 20130709 | |
4 | ![]() |
Instance method | Public | Method | 20100118 | |
5 | ![]() |
Instance method | Public | Method | 20100112 | |
6 | ![]() |
Instance method | Public | Method | 20120216 | |
7 | ![]() |
Instance method | Public | Method | 20100118 | |
8 | ![]() |
Instance method | Public | Method | 20130715 |
Events
Interface IF_TPDAPI_DATA_TABLE_CONTENT has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TYP_FIELD | Public | Type reference (TYPE) | STRING | 20100309 |
|
|
2 | TYP_STR_COMPVALUE | Public | See coding | 20130715 | BEGIN OF typ_str_compvalue,
component type string,
value type string,
end OF typ_str_compvalue
|
||
3 | TYP_STR_LINE | Public | See coding | 20100112 | BEGIN OF TYP_STR_line,
line_nr TYPE int4,
tab_values TYPE STANDARD TABLE OF string WITH DEFAULT KEY,
END OF typ_str_line
|
||
4 | TYP_TAB_COMPVALUES | Public | See coding | 20130715 | typ_tab_compvalues TYPE STANDARD TABLE OF typ_str_compvalue with default key
|
||
5 | TYP_TAB_FIELDS | Public | See coding | 20100309 | typ_tab_fields TYPE STANDARD TABLE OF string WITH DEFAULT KEY
|
||
6 | TYP_TAB_LINES | Public | See coding | 20100112 | typ_tab_lines TYPE STANDARD TABLE OF typ_str_line WITH DEFAULT KEY
|
||
7 | TYP_TAB_ROWS | Public | See coding | 20130709 | typ_tab_rows TYPE STANDARD TABLE OF i with default key
|
Method Signatures
Method DELETE_ALL_ROWS Signature
Method DELETE_ALL_ROWS on Interface IF_TPDAPI_DATA_TABLE_CONTENT has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130705 |
Method DELETE_ROW Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ROW | Call by reference | Type reference (TYPE) | I | 20130705 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130705 | ||
2 | ![]() |
20130705 |
Method DELETE_ROWS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_TAB_ROWS | Value transfer | Type reference (TYPE) | TYP_TAB_ROWS | 20130709 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130709 | ||
2 | ![]() |
20130709 |
Method GET_ABSOLUTE_LINE_NUMBER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_KEYPOS | Call by reference | Type reference (TYPE) | INT4 | 20100511 | |||
2 | ![]() |
I_RELATIVE_LINE | Call by reference | Type reference (TYPE) | INT4 | Natürliche Zahl | 20100118 | ||
3 | ![]() |
R_ABSOLUTE_LINE | Value transfer | Type reference (TYPE) | INT4 | Natürliche Zahl | 20100118 |
Method GET_ABSOLUTE_LINE_NUMBER on Interface IF_TPDAPI_DATA_TABLE_CONTENT has no exception.
Method GET_LINES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_FROM | Value transfer | Type reference (TYPE) | INT4 | Natürliche Zahl | 20100112 | ||
2 | ![]() |
I_KEYPOS | Value transfer | Type reference (TYPE) | INT4 | Natürliche Zahl | 20100511 | ||
3 | ![]() |
I_TAB_FIELDS | Value transfer | Type reference (TYPE) | TYP_TAB_FIELDS | 20100309 | |||
4 | ![]() |
I_TO | Value transfer | Type reference (TYPE) | INT4 | Natürliche Zahl | 20100112 | ||
5 | ![]() |
R_TAB_LINES | Value transfer | Type reference (TYPE) | TYP_TAB_LINES | 20100112 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler im TPDAPI | 20100112 | |
2 | ![]() |
Ungültiger Parameter | 20100118 |
Method GET_LINES_AS_CSV Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_FLG_WITH_HEADERLINE | Value transfer | Type reference (TYPE) | XFLAG | 'X' | 20120216 | ||
2 | ![]() |
I_FROM | Value transfer | Type reference (TYPE) | INT4 | 1 | 20120216 | ||
3 | ![]() |
I_KEYPOS | Value transfer | Type reference (TYPE) | INT4 | 20120216 | |||
4 | ![]() |
I_SEPARATOR | Value transfer | Type reference (TYPE) | C | CL_ABAP_CHAR_UTILITIES=>HORIZONTAL_TAB | 20120216 | ||
5 | ![]() |
I_TAB_FIELDS | Value transfer | Type reference (TYPE) | TYP_TAB_FIELDS | 20120216 | |||
6 | ![]() |
I_TO | Value transfer | Type reference (TYPE) | INT4 | 0 | 20120216 | ||
7 | ![]() |
R_TAB_LINES | Value transfer | Type reference (TYPE) | STRING_TABLE | 20120216 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20120216 | ||
2 | ![]() |
20120216 |
Method GET_RELATIVE_LINE_NUMBER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ABSOLUTE_LINE_NUMBER | Call by reference | Type reference (TYPE) | INT4 | Natürliche Zahl | 20100118 | ||
2 | ![]() |
I_INDEXPOS | Call by reference | Type reference (TYPE) | INT4 | Natürliche Zahl | 20100118 | ||
3 | ![]() |
R_RELATIVE_LINE | Value transfer | Type reference (TYPE) | INT4 | Natürliche Zahl | 20100118 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler im TPDAPI | 20100118 |
Method INSERT_NEW_LINE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ROW | Call by reference | Type reference (TYPE) | I | 20130715 | |||
2 | ![]() |
I_TAB_COMPVALUES | Call by reference | Type reference (TYPE) | TYP_TAB_COMPVALUES | 20130716 | |||
3 | ![]() |
I_TEMPLATE_ROW | Call by reference | Type reference (TYPE) | I | 20130715 | |||
4 | ![]() |
R_ROW | Value transfer | Type reference (TYPE) | I | 20130715 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130715 |
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 800 |