SWFXICACHE SAP (XI: Cache for Process Definitions) Table details

Dictionary Type: Table
Description: XI: Cache for Process Definitions




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




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

SWFXICACHE is a standard SAP Table which is used to store XI: Cache for Process Definitions data and is available within R/3 SAP systems depending on the version and release level.

The SWFXICACHE table consists of various fields, each holding specific information or linking keys about XI: Cache for Process Definitions data available in SAP. These include CLIENT (Client), GUID (GUID in 'RAW' format), DIRPARTY (Party in Directory), DIRPARTY (Party in Directory).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP SWFXICACHE table 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
GUIDGUID in 'RAW' format GUID_16RAW16SYSUUID
CLIENTClient MANDTCLNT3Assigned to domainMANDT
GUIDGUID in 'RAW' format GUID_16RAW16SYSUUID
DIRPARTYParty in Directory SWFDXIDIRPTYCHAR60SWFDXIDIRPTY
DIRPARTYParty in Directory SWFDXIDIRPTYCHAR60SWFDXIDIRPTY
DIRSERVICEService(Process Name) in Directory SWFDXIDIRSRVCHAR60SWFDXIDIRSRV
DIRSERVICEService(Process Name) in Directory SWFDXIDIRSRVCHAR60SWFDXIDIRSRV
REPVERSIONIDXI Runtime: GUID SAIXI_GUIDRAW16
TASKTask ID SWW_TASKCHAR14HROBJEC_14
REPVERSIONIDXI Runtime: GUID SAIXI_GUIDRAW16
TASKTask ID SWW_TASKCHAR14HROBJEC_14
CREA_STMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
CREA_RELRelease of SAP System SYSAPRLCHAR4SYCHAR04
CREA_STMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
CREA_RELRelease of SAP System SYSAPRLCHAR4SYCHAR04
CREA_CODEReturn Code SYSUBRCINT410SYST_SHORT
CREA_CODEReturn Code SYSUBRCINT410SYST_SHORT
DELE_STMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
PROCESS 0
DELE_STMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
PROCESS 0
NAMEIntegration Repository Business Process Name SWRXI_REPBP_NAMECHAR64
NSIntegration Repository Business Process Namespace SWRXI_REPBP_NAMESPACECHAR255
NAMEIntegration Repository Business Process Name SWRXI_REPBP_NAMECHAR64
NSIntegration Repository Business Process Namespace SWRXI_REPBP_NAMESPACECHAR255
SWCVIntegration Repository Business Process SWCV Name SWRXI_REPBP_SWCV_TITLECHAR64
SWCVIntegration Repository Business Process SWCV Name SWRXI_REPBP_SWCV_TITLECHAR64

Key field Non-key field



How do I retrieve data from SAP table SWFXICACHE using ABAP code

The following ABAP code Example will allow you to do a basic selection on SWFXICACHE to SELECT all data from the table
DATA: WA_SWFXICACHE TYPE SWFXICACHE.

SELECT SINGLE *
FROM SWFXICACHE
INTO CORRESPONDING FIELDS OF WA_SWFXICACHE
WHERE...

How to access SAP table SWFXICACHE

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