WGDS_SUBSCRIPS SAP (WGDS Subscriptions) Table details

Dictionary Type: Table
Description: WGDS Subscriptions




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




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

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

The WGDS_SUBSCRIPS table consists of various fields, each holding specific information or linking keys about WGDS Subscriptions data available in SAP. These include GUID (Subscription Unique ID), VERSION (Subscription Version), NAME (Subscription Name), FLAG (WGDS Subscription Flag).. 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_SUBSCRIPS 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
NAMESubscription Name WGDS_SUBSCRIPTION_NAMECHAR30
FLAGWGDS Subscription Flag WGDS_SUBSCRIPTION_FLAGCHAR12WGDS_DOM_SUBSCRIPT_FLAG
TYPESubscription Type WGDS_SUBSCR_TYPECHAR15WGDS_DOM_SUBSCR_TYPE
SUBSCRIPTION_IDSubscription ID WGDS_SUBSCRIPTION_IDNUMC6
STATUSSubscription Status WGDS_SUBSCRIPTION_STATUSCHAR30WGDS_DOM_SUBSCRIPT_STATUS
PREFIXSubscription Prefix WGDS_SUBSCRIPTION_PFXCHAR5
DATA_POOLSubscription Data Pool WGDS_SUBSCRIPTION_DATAPOOLNUMC13
GTINSubscription GTIN WGDS_SUBSCRIPTION_GTINNUMC14
SENT_DATESubscription Sent Date WGDS_SUBSCRIPTION_SENT_DATEDATS8AS4DATE
SENT_TIMESubscription Sent Time WGDS_SUBSCRIPTION_SENT_TIMETIMS6AS4TIME
CONFIRMED_DATESubscription Confirmed Date WGDS_SUBSCRIPTION_CONF_DATEDATS8AS4DATE
CONFIRMED_TIMESubscription Confirmed Time WGDS_SUBSCRIPTION_CONF_TIMETIMS6AS4TIME
.INCLU-TM 0
CONTRY_ISO_CDETMCountry ISO Code WGDS_COUNTRY_ISO_CODECHAR15
CONTRY_SUBCDETMCountry Sub-Division ISO Code WGDS_COUNTRY_SUB_ISO_CODECHAR20
.INCLU-CL 0
CODECLClassification Code WGDS_CLASSIFICATION_CODECHAR80Assigned to domain
.INCLU-SN 0
IDENTIFIERSNSender GLN WGDS_SENDER_GLNNUMC13
NUMBRSNSender ID WGDS_SENDER_IDCHAR10Assigned to domainALPHALIFNR
.INCLU-RC 0
IDENTIFIERRCReceiver GLN WGDS_RECEIVER_GLNNUMC13
NUMBRRCReceiver ID WGDS_RECEIVER_IDCHAR10Assigned to domainALPHAKUNNR
CHANGE_FLAGChange Flag WGDS_CHANGE_FLAGCHAR1WGDS_DOM_BOOLEAN
RECENT_VERSIONBoolean WGDS_BOOLEANCHAR1WGDS_DOM_BOOLEAN

Key field Non-key field



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

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

SELECT SINGLE *
FROM WGDS_SUBSCRIPS
INTO CORRESPONDING FIELDS OF WA_WGDS_SUBSCRIPS
WHERE...

How to access SAP table WGDS_SUBSCRIPS

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