WSAO_WD_HEAD SAP (SAP Retail Store WD header structure) Structure details

Dictionary Type: Structure
Description: SAP Retail Store WD header structure




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




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

WSAO_WD_HEAD 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 "SAP Retail Store WD header structure" 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_WSAO_WD_HEAD TYPE WSAO_WD_HEAD.

The WSAO_WD_HEAD table consists of various fields, each holding specific information or linking keys about SAP Retail Store WD header structure data available in SAP. These include CUSTOMER_SITE (Customer Number for Plant), PLANT (Plant), VENDOR_NO (Account Number of Vendor or Creditor), VENDOR_TEXT (SAP Retail Store: Description 80 Characters).. 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 (character-type)


SAP WSAO_WD_HEAD 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
CUSTOMER_SITECustomer Number for Plant LOCNRCHAR10Assigned to domainALPHAKUNNRKUN
PLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
VENDOR_NOAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
VENDOR_TEXTSAP Retail Store: Description 80 Characters WSRS_DESCR_80CHAR80WSRS_DESCR_80
DELIV_DATEItem Delivery Date EINDTDATS8DATUM
DELIV_TIMEDelivery Date Time-Spot LZEITTIMS6UZEIT
DELIV_ASAPCheckbox XFELDCHAR1XFELD
STO_NUMBER_EXTExternal order number EXAUFNRCHAR50CHAR50
VENDOR_IDSAP Retail Store: Vendor or Plant Number WSRS_VENDOR_SITE_IDCHAR10
VENDOR_TYPESAP Retail Store: Indicator Vendor or Plant WSRS_VENDOR_SITE_TYPECHAR1WSRS_VENDOR_SITE_TYPE

Key field Non-key field



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

As WSAO_WD_HEAD 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 WSAO_WD_HEAD as there is no data to select.

How to access SAP table WSAO_WD_HEAD

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