WGDS_DISPLAY_DEFAULT_CUST SAP (Subscription customizing display default fields) Structure details

Dictionary Type: Structure
Description: Subscription customizing display default fields




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




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

WGDS_DISPLAY_DEFAULT_CUST is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Subscription customizing display default fields" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_WGDS_DISPLAY_DEFAULT_CUST TYPE WGDS_DISPLAY_DEFAULT_CUST.

The WGDS_DISPLAY_DEFAULT_CUST table consists of various fields, each holding specific information or linking keys about Subscription customizing display default fields data available in SAP. These include GUID (Subscription Unique ID), NAME (Subscription Name), FLAG (WGDS Subscription Flag), TYPE (Subscription Type).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP WGDS_DISPLAY_DEFAULT_CUST structure 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
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
VERSIONSubscription Version WGDS_SUBSCRIPTION_VERSIONINT410SYST_LONG
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
CONTRY_ISO_CDETMCountry ISO Code WGDS_COUNTRY_ISO_CODECHAR15
COUNTRYCountry Name LANDXCHAR15TEXT15
CONTRY_SUBCDETMCountry Sub-Division ISO Code WGDS_COUNTRY_SUB_ISO_CODECHAR20
REGIONDescription BEZEI20CHAR20TEXT20
.INCLU-CL 0
CODECLClassification Code WGDS_CLASSIFICATION_CODECHAR80Assigned to domain
CLASSIF_DESCRIPTIONClassification Description WGDS_CLASSIFICATION_DESCRIPCHAR120
.INCLU-SN 0
IDENTIFIERSNSender GLN WGDS_SENDER_GLNNUMC13
NUMBRSNSender ID WGDS_SENDER_IDCHAR10Assigned to domainALPHALIFNR
SENDER_NAMEString WGDS_STRINGSTRG0
.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
CELLTAB 0

Key field Non-key field



How do I retrieve data from SAP structure WGDS_DISPLAY_DEFAULT_CUST using ABAP code?

As WGDS_DISPLAY_DEFAULT_CUST is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on WGDS_DISPLAY_DEFAULT_CUST as there is no data to select.

How to access SAP table WGDS_DISPLAY_DEFAULT_CUST

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