WGDS_CONF_MSG SAP (Data pool item confirmation message) Table details

Dictionary Type: Table
Description: Data pool item confirmation message




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




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

WGDS_CONF_MSG is a standard SAP Table which is used to store Data pool item confirmation message data and is available within R/3 SAP systems depending on the version and release level.

The WGDS_CONF_MSG table consists of various fields, each holding specific information or linking keys about Data pool item confirmation message data available in SAP. These include ID (Confirmation ID), VERSION (Confirmation version number), CONFIRM_STATE (Confirmation state: accepted, sync, review, rejected), MESSAGE_STATUS (Confirmation message status).. 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_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
IDConfirmation ID WGDS_CONFIRM_IDCHAR32WGDS_CONF_STATESYSUUID_C
VERSIONConfirmation version number WGDS_CONFIRM_VERSIONNUMC2
CONFIRM_STATEConfirmation state: accepted, sync, review, rejected WGDS_CONFIRM_STATENUMC2WGDS_CONFIRM_STATE
MESSAGE_STATUSConfirmation message status WGDS_CONFIRM_MSG_STATUSNUMC2WGDS_CONFIRM_MSG_STATUS
MESSAGEMessage ID WGDS_MSG_IDCHAR32SYSUUID_C32
TRANSMessage transaction ID WGDS_MSG_TRANS_IDCHAR3
DOCUMENTMessage transaction document ID WGDS_MSG_DOC_IDCHAR3
SENT_TIMEUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS

Key field Non-key field



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

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

SELECT SINGLE *
FROM WGDS_CONF_MSG
INTO CORRESPONDING FIELDS OF WA_WGDS_CONF_MSG
WHERE...

How to access SAP table WGDS_CONF_MSG

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