WGDS_SUBSCR_MSG SAP (Subscriptions messages) Table details

Dictionary Type: Table
Description: Subscriptions messages




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




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

WGDS_SUBSCR_MSG is a standard SAP Table which is used to store Subscriptions messages data and is available within R/3 SAP systems depending on the version and release level.

The WGDS_SUBSCR_MSG table consists of various fields, each holding specific information or linking keys about Subscriptions messages data available in SAP. These include GUID (Subscription Unique ID), VERSION (Subscription Version), MSG_ID (Message ID), TRANS_ID (Message transaction ID).. 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: Can Be Enhanced (Deep)


SAP WGDS_SUBSCR_MSG 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
GUIDSubscription Unique ID WGDS_SUBSCRIPTION_UIDCHAR32SYSUUID_C
VERSIONSubscription Version WGDS_SUBSCRIPTION_VERSIONINT410SYST_LONG
MSG_IDMessage ID WGDS_MSG_IDCHAR32SYSUUID_C32
TRANS_IDMessage transaction ID WGDS_MSG_TRANS_IDCHAR3
DOC_IDMessage transaction document ID WGDS_MSG_DOC_IDCHAR3

Key field Non-key field



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

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

SELECT SINGLE *
FROM WGDS_SUBSCR_MSG
INTO CORRESPONDING FIELDS OF WA_WGDS_SUBSCR_MSG
WHERE...

How to access SAP table WGDS_SUBSCR_MSG

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