WGDS_CONF_STATE SAP (Datapool item confirmation state) Table details

Dictionary Type: Table
Description: Datapool item confirmation state




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




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

WGDS_CONF_STATE is a standard SAP Table which is used to store Datapool item confirmation state data and is available within R/3 SAP systems depending on the version and release level.

The WGDS_CONF_STATE table consists of various fields, each holding specific information or linking keys about Datapool item confirmation state data available in SAP. These include ID (Confirmation ID), RETAILER (Global localization number (GLN)), SUPPLIER (Global localization number (GLN)), GTIN (Global trade item number (GTIN)).. 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_CONF_STATE 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
IDConfirmation ID WGDS_CONFIRM_IDCHAR32SYSUUID_C
RETAILERGlobal localization number (GLN) WGDS_GLNNUMC13
SUPPLIERGlobal localization number (GLN) WGDS_GLNNUMC13
GTINGlobal trade item number (GTIN) WGDS_GTINNUMC14
DATAPOOLData pool WGDS_DATAPOOLNUMC13
COUNTRYTarget market country ISO code WGDS_TM_COUNTRYNUMC3
SUBDIVISIONTarget market country subdivision ISO code WGDS_TM_SUBDIVISIONCHAR7
STATEConfirmation state: accepted, sync, review, rejected WGDS_CONFIRM_STATENUMC2WGDS_CONFIRM_STATE
LOGApplication log: log number BALOGNRCHAR20Assigned to domainBALOGNR
LAST_MODIFIEDUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
IS_TOP_ITEMFlag identifying synchronization top item WGDS_CONFIRM_IS_TOP_ITEMCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM WGDS_CONF_STATE
INTO CORRESPONDING FIELDS OF WA_WGDS_CONF_STATE
WHERE...

How to access SAP table WGDS_CONF_STATE

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