SAP ABAP Interface IF_SOAP_UDS_PERSISTENCY_CONST (Constants and types for UDS persistency)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ESI-WS-ABA-RT (Application Component) WebServices ABAP Runtime
⤷
SOAP_PERSISTENCY (Package) Administration Tools - Translation into DE, EN, FR, JA

⤷

⤷

Properties
Interface | IF_SOAP_UDS_PERSISTENCY_CONST | |
Short Description | Constants and types for UDS persistency |
General Data
Package | SOAP_PERSISTENCY | Administration Tools - Translation into DE, EN, FR, JA |
Created | 20121019 | SAP |
Last changed | 20130531 | SAP |
Unicode checks active |
Forward declarations
Interface IF_SOAP_UDS_PERSISTENCY_CONST has no forward declaration.
Interfaces
Interface IF_SOAP_UDS_PERSISTENCY_CONST has no interface.
Friends
Interface IF_SOAP_UDS_PERSISTENCY_CONST has no friend.
Attributes
Interface IF_SOAP_UDS_PERSISTENCY_CONST has no attribute.
Methods
Interface IF_SOAP_UDS_PERSISTENCY_CONST has no method.
Events
Interface IF_SOAP_UDS_PERSISTENCY_CONST has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TS_PERSIST_ID_SEARCH_DATA | Public | See coding | 20121113 | BEGIN OF ts_persist_id_search_data,
persist_id type srt_persistency_persist_id,
search_name_val type tts_search_name_val,
END OF ts_persist_id_search_data
|
||
2 | TS_SEARCH_NAME_VAL | Public | See coding | 20121113 | BEGIN OF ts_search_name_val,
name TYPE string,
t_value TYPE tt_search_value,
END OF ts_search_name_val
|
||
3 | TS_SEARCH_VALUE | Public | See coding | 20121113 | BEGIN OF ts_search_value,
value TYPE tv_search_value,
END OF ts_search_value
|
||
4 | TTS_PERSIST_ID_SEARCH_DATA | Public | See coding | 20121113 | tts_persist_id_search_data TYPE SORTED TABLE OF ts_persist_id_search_data WITH UNIQUE KEY persist_id
|
||
5 | TTS_SEARCH_NAME_VAL | Public | See coding | 20121113 | tts_search_name_val TYPE SORTED TABLE OF ts_search_name_val WITH UNIQUE KEY name
|
||
6 | TT_SEARCH_VALUE | Public | See coding | 20121113 | tt_search_value TYPE STANDARD TABLE OF ts_search_value WITH NON-UNIQUE KEY value
|
||
7 | TV_SEARCH_VALUE | Public | Type reference (TYPE) | SRT_UDS_SEARCH_VALUE | 20121113 |
|
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 740 |