SAIRT_TSTIO_START SAP (Input/Output Fields for AI Runtime Test Environment) Structure details

Dictionary Type: Structure
Description: Input/Output Fields for AI Runtime Test Environment




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




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

SAIRT_TSTIO_START 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 "Input/Output Fields for AI Runtime Test Environment" 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_SAIRT_TSTIO_START TYPE SAIRT_TSTIO_START.

The SAIRT_TSTIO_START table consists of various fields, each holding specific information or linking keys about Input/Output Fields for AI Runtime Test Environment data available in SAP. These include S_LOCAL (AI Test: Local Process Flow), S_CONFIG (AI Test: Service Selection), S_PAYLOAD (XI: Test Transaction), S_PRXOUT (AI Test: Outbound Proxy).. 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 (character-type or numeric)


SAP SAIRT_TSTIO_START 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
S_XMSAI Test: Process Flow Using XMS SAIRT_XMSCHAR1SYCHAR01
S_LOCALAI Test: Local Process Flow SAIRT_LOCALCHAR1SYCHAR01
S_CONFIGAI Test: Service Selection SAIRT_CONFIGCHAR1SYCHAR01
S_PAYLOADXI: Test Transaction SAIRT_SNGSRVCHAR1SYCHAR01
S_PRXOUTAI Test: Outbound Proxy SAIRT_PRXOUTCHAR1SYCHAR01
S_PRXINAI Test: Inbound Processing SAIRT_PRXINCHAR1SYCHAR01
S_ROUTAI Test: Routing SAIRT_ROUTCHAR1SYCHAR01
S_MAPPAI Test: Mapping SAIRT_MAPPCHAR1SYCHAR01
S_MAPP_MULTTest Transaction: Multiple Mapping SAIRT_MAPPMTPCHAR1
S_PREPAI Test: Service Selection SAIRT_PREPCHAR1SYCHAR01
S_PREROUTAI Test: Service Selection SAIRT_PREROUTCHAR1SYCHAR01
S_PREROUT_OUTAI Test: Service Selection SAIRT_PREROUTCHAR1SYCHAR01
S_XXMLProxy Runtime: Standard/Extended Rendering and Parsing PRX_XXMLCHAR1SYCHAR01
S_TECHROUTCHAR01 data element for SYST SYCHAR01CHAR1SYCHAR01
S_INTFAI Test: Interface Determination SAIRT_INFTCHAR1SYCHAR01
S_PID_NORMXI: Test Transaction, Party Normalization SAIRT_PIDNORMCHAR1SYCHAR01
S_PID_CHNGTest Transaction: Party Identifier After Service SAIRT_PIDCHNGCHAR1
S_PID_EXTXI: Test Transaction, External Party Identifier SAIRT_PIDEXTCHAR1SYCHAR01
S_PLD_INTFXI: Display Test Transaction Interface Payload SAIRT_PLDINTFCHAR1SYCHAR01
S_PLD_FAULTXI: Test Transaction SAIRT_PLDFLTCHAR1SYCHAR01
S_INBD_BDGCHAR01 data element for SYST SYCHAR01CHAR1SYCHAR01

Key field Non-key field



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

As SAIRT_TSTIO_START 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 SAIRT_TSTIO_START as there is no data to select.

How to access SAP table SAIRT_TSTIO_START

Within an ECC or HANA version of SAP you can also view further information about SAIRT_TSTIO_START 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!