WGDS_DIRECTORY SAP (Directory where information about storage entries ar stored.) Table details

Dictionary Type: Table
Description: Directory where information about storage entries ar stored.




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




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

WGDS_DIRECTORY is a standard SAP Table which is used to store Directory where information about storage entries ar stored. data and is available within R/3 SAP systems depending on the version and release level.

The WGDS_DIRECTORY table consists of various fields, each holding specific information or linking keys about Directory where information about storage entries ar stored. data available in SAP. These include ORDER_ID (Order id), STRUCTURE (Structure name), VERSION (Structure version), STATE (GDS Storage order state).. 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 (character-type or numeric)


SAP WGDS_DIRECTORY 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
ORDER_IDOrder id WGDS_ORDER_IDRAW16UFGUID
STRUCTUREStructure name WGDS_STRUCTURE_NAMECHAR30Assigned to domainAS4TAB
VERSIONStructure version WGDS_STRUCT_VERSIONCHAR6
STATEGDS Storage order state WGDS_STATECHAR2WGDS_STATE
MSG_IDMessage ID WGDS_MSG_IDCHAR32SYSUUID_C32
VENDOR_GLNGlobal localization number (GLN) WGDS_GLNNUMC13
UNIQUE_REFERENCEPRICAT: Unique catalog reference of the message sender PRIUNIREFCHAR35CHAR35
GTIN_ITEMGlobal trade item number (GTIN) WGDS_GTINNUMC14
GTIN_CINGlobal trade item number (GTIN) WGDS_GTINNUMC14
LAST_CHANGE_TSTime Stamp of Last Change by Data Provider WGDS_TIMESTAMP_LAST_CHANGEDEC15TSLOCWGDS_TIMESTAMP_LOCAL_TZ
TS_CREATEDTrade Item Receipt Date/Time WGDS_TIMESTAMP_CREATEDEC15TSLOCWGDS_TIMESTAMP_LOCAL_TZ

Key field Non-key field



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

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

SELECT SINGLE *
FROM WGDS_DIRECTORY
INTO CORRESPONDING FIELDS OF WA_WGDS_DIRECTORY
WHERE...

How to access SAP table WGDS_DIRECTORY

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