SXI_ADAPTER_FRAMEWORK_DATA SAP (Proxy Structure (generated)) Structure details

Dictionary Type: Structure
Description: Proxy Structure (generated)




ABAP Code to SELECT data from SXI_ADAPTER_FRAMEWORK_DATA
Related tables to SXI_ADAPTER_FRAMEWORK_DATA
Access table SXI_ADAPTER_FRAMEWORK_DATA




Structure field list including key, data, relationships and ABAP select examples

SXI_ADAPTER_FRAMEWORK_DATA is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Proxy Structure (generated)" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_SXI_ADAPTER_FRAMEWORK_DATA TYPE SXI_ADAPTER_FRAMEWORK_DATA.

The SXI_ADAPTER_FRAMEWORK_DATA table consists of various fields, each holding specific information or linking keys about Proxy Structure (generated) data available in SAP. These include APPLICATION_COMPONENT (), BUSINESS_MESSAGE (), CONTROLLER (), BASE ().. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP SXI_ADAPTER_FRAMEWORK_DATA structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
CONTROLLER 0
APPLICATION_COMPONENT 0
BUSINESS_MESSAGE 0
CONTROLLER 0
BASE 0
CONTROLLER 0
VALUEXSD Truth Value: True/False [ext.] XSDBOOLEANCHAR1XSDBOOLEAN
CANCELABLE 0
CONTROLLER 0
BASE 0
CONTROLLER 0
VALUEXSD Truth Value: True/False [ext.] XSDBOOLEANCHAR1XSDBOOLEAN
CONNECTION_NAME 0
CREDENTIAL 0
DIRECTION 0
EDITABLE 0
CONTROLLER 0
BASE 0
CONTROLLER 0
VALUEXSD Truth Value: True/False [ext.] XSDBOOLEANCHAR1XSDBOOLEAN
END_TIMEXSD Time (UTC): yyyy-mm-ddThh:mm:ssZ [ext.] XSDDATETIME_ZDEC15XSDDATETIME_Z
ENDPOINT 0
ERROR_CATEGORY 0
ERROR_CODE 0
HEADERS 0
INTERFACE 0
CONTROLLER 0
BASE 0
CONTROLLER 0
NAME 0
NAMESPACE 0
IS_PERSISTENTXSD Truth Value: True/False [ext.] XSDBOOLEANCHAR1XSDBOOLEAN
MESSAGE_ID 0
MESSAGE_KEY 0
MESSAGE_TYPE 0
NODE_ID1 0
PERSIST_UNTILXSD Time (UTC): yyyy-mm-ddThh:mm:ssZ [ext.] XSDDATETIME_ZDEC15XSDDATETIME_Z
PROTOCOL 0
QUALITY_OF_SERVICE 0
RECEIVER_INTERFACE 0
CONTROLLER 0
BASE 0
CONTROLLER 0
NAME 0
NAMESPACE 0
RECEIVER_NAME 0
RECEIVER_PARTY 0
CONTROLLER 0
BASE 0
CONTROLLER 0
AGENCY 0
NAME 0
SCHEMA 0
REFERENCE_ID 0
RESTARTABLE 0
CONTROLLER 0
BASE 0
CONTROLLER 0
VALUEXSD Truth Value: True/False [ext.] XSDBOOLEANCHAR1XSDBOOLEAN
RETRIES 0
RETRY_INTERVAL 0
SCHEDULE_TIMEXSD Time (UTC): yyyy-mm-ddThh:mm:ssZ [ext.] XSDDATETIME_ZDEC15XSDDATETIME_Z
SENDER_INTERFACE 0
CONTROLLER 0
BASE 0
CONTROLLER 0
NAME 0
NAMESPACE 0
SENDER_NAME 0
SENDER_PARTY 0
CONTROLLER 0
BASE 0
CONTROLLER 0
AGENCY 0
NAME 0
SCHEMA 0
SEQUENCE_NUMBER 0
SERIALIZATION_CONTEXT 0
SERVICE_DEFINITION 0
SOFTWARE_COMPONENT 0
START_TIMEXSD Time (UTC): yyyy-mm-ddThh:mm:ssZ [ext.] XSDDATETIME_ZDEC15XSDDATETIME_Z
STATUS 0
TIMES_FAILED 0
TRANSPORT 0
VALID_UNTILXSD Time (UTC): yyyy-mm-ddThh:mm:ssZ [ext.] XSDDATETIME_ZDEC15XSDDATETIME_Z
VERSION 0
WAS_EDITED 0
CONTROLLER 0
BASE 0
CONTROLLER 0
VALUEXSD Truth Value: True/False [ext.] XSDBOOLEANCHAR1XSDBOOLEAN

Key field Non-key field



How do I retrieve data from SAP structure SXI_ADAPTER_FRAMEWORK_DATA using ABAP code?

As SXI_ADAPTER_FRAMEWORK_DATA is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on SXI_ADAPTER_FRAMEWORK_DATA as there is no data to select.

How to access SAP table SXI_ADAPTER_FRAMEWORK_DATA

Within an ECC or HANA version of SAP you can also view further information about SXI_ADAPTER_FRAMEWORK_DATA and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!