SAICACHE_ROUT3 SAP (XI: Cache Display Routing Grid) Structure details

Dictionary Type: Structure
Description: XI: Cache Display Routing Grid




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




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

SAICACHE_ROUT3 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 "XI: Cache Display Routing Grid" 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_SAICACHE_ROUT3 TYPE SAICACHE_ROUT3.

The SAICACHE_ROUT3 table consists of various fields, each holding specific information or linking keys about XI: Cache Display Routing Grid data available in SAP. These include FROMSRVC (XI: From-Service), ACTIONNS (XI: From-Action (Outbound Interface) Namespace), ACTIONNAME (XI: From-Action (Outbound Interface) Name), TOPARTY (XI: To-Party).. 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: Cannot Be Enhanced


SAP SAICACHE_ROUT3 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
FROMPARTYXI: From-Party SXI_FROM_PARTYCHAR60SXI_PARTY
FROMSRVCXI: From-Service SXI_FROM_SERVICECHAR60SXI_SERVICE
ACTIONNSXI: From-Action (Outbound Interface) Namespace SXI_FROM_ACTION_NSCHAR255SXI_NAMESPACE
ACTIONNAMEXI: From-Action (Outbound Interface) Name SXI_FROM_ACTIONCHAR120SXI_NAME
TOPARTYXI: To-Party SXI_TO_PARTYCHAR60SXI_PARTY
TOSRVCXI: To-Service SXI_TO_SERVICECHAR60SXI_SERVICE
OBJECT_IDXI Runtime: GUID SAIXI_GUIDRAW16
RCVRNOReceiver Sequence Number RD_RCVRNOINT25
PARTYEXTRIDXI Runtime: GUID SAIXI_GUIDRAW16
P_TYPEExtractor Type RD_EXTRTYPECHAR4RD_EXTRTYPE
P_VALUEExtractor Value RD_EXTRVALUESTRG0
P_DATATYPEData Type (XSD Simple Type) RD_DATATYPESTRG0
SERVICEEXTRIDXI Runtime: GUID SAIXI_GUIDRAW16
S_TYPEExtractor Type RD_EXTRTYPECHAR4RD_EXTRTYPE
S_VALUEExtractor Value RD_EXTRVALUESTRG0
S_DATATYPEData Type (XSD Simple Type) RD_DATATYPESTRG0
CONDITION_FLAGXI - Has Condition Flag SAICACHE_ROUT3_CONDCHAR1
CONDITION_IDXI Runtime: GUID SAIXI_GUIDRAW16
CONDEMPTYBoolean Value ('X'=TRUE, ' '=FALSE) RM_BOOLEANCHAR1RM_BOOLEAN

Key field Non-key field



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

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

How to access SAP table SAICACHE_ROUT3

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