SWFDEVINST SAP (Event Linkages with Instance Reference) Table details

Dictionary Type: Table
Description: Event Linkages with Instance Reference




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




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

SWFDEVINST is a standard SAP Table which is used to store Event Linkages with Instance Reference data and is available within R/3 SAP systems depending on the version and release level.

The SWFDEVINST table consists of various fields, each holding specific information or linking keys about Event Linkages with Instance Reference data available in SAP. These include RECINSTNUM (Sequence Number of Instance Linkage), OBJCATEG (Object Type Category), OBJTYPE (Type of Objects in Persistent Object References), EVENT (Event).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP SWFDEVINST 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
RECINSTNUMSequence Number of Instance Linkage SWE_NUMBERNUMC12SWE_NUMBER
OBJCATEGObject Type Category SWFECLSTYPCHAR2SWFECLSTYPSWF_CATID
OBJTYPEType of Objects in Persistent Object References SIBFTYPEIDCHAR32SIBFTYPEID
EVENTEvent SWO_EVENTCHAR32SWC_ELEM
RECTYPEName of Receiver Type SWFERECTYPCHAR32SWFERECTYP
OBJKEYInstance Ident. in BOR Compat. Persistent Object References SIBFBORIIDCHAR70SIBFBORIID
RECKEYInstance Identification in Persistent Object References SIBFINSTIDCHAR32SIBFINSTID

Key field Non-key field



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

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

SELECT SINGLE *
FROM SWFDEVINST
INTO CORRESPONDING FIELDS OF WA_SWFDEVINST
WHERE...

How to access SAP table SWFDEVINST

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