SWETYPECOU SAP (Type Linkage Events - Receiver) Table details

Dictionary Type: Table
Description: Type Linkage Events - Receiver




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




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

SWETYPECOU is a standard SAP Table which is used to store Type Linkage Events - Receiver data and is available within R/3 SAP systems depending on the version and release level.

The SWETYPECOU table consists of various fields, each holding specific information or linking keys about Type Linkage Events - Receiver data available in SAP. These include OBJTYPE (Object Type), EVENT (Event), RECTYPE (Name of Receiver Type), RECFB (Name of Receiver Function Module).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP SWETYPECOU 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 MANDTCLNT3T000MANDT
OBJTYPEObject Type SWO_OBJTYPCHAR10TOJTBOJ_NAMEOBJ
EVENTEvent SWO_EVENTCHAR32SWC_ELEM
RECTYPEName of Receiver Type SWE_RECTYPCHAR14SWE_RECTYP
RECFBName of Receiver Function Module SWE_RECFBCHAR30TFDIRFUNCNAME
CHECKFBName of Check Function Module SWE_CHKFBCHAR30TFDIRFUNCNAME
RECGETFBName of Receiver Type Function Module SWE_RECTFBCHAR30TFDIRFUNCNAME
GLOBALFlag: Global event linkage activated SWE_GLOBALCHAR1XFELD
ENABLEDIndicator stating whether event queue admin. is enabled SWE_ENABLECHAR1XFELD
RFCDESTName of logical RFC destination RFCDWFCHAR32RFCDESRFCDESTRFC
LOGSYSLogical system LOGSYSCHAR10TBDLSALPHALOGSYS
Q_ENABLEEvent Linkage: Enable Use of Queue SWE_QENABCHAR1XFELD
REC_ERROREvent Linkage: Behavior Upon Error in Receiver SWE_RECERRINT13SWE_RECERR

Key field Non-key field



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

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

SELECT SINGLE *
FROM SWETYPECOU
INTO CORRESPONDING FIELDS OF WA_SWETYPECOU
WHERE...

How to access SAP table SWETYPECOU

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