WSAO_PDC_DOWNLOAD_ITEM_X SAP (Table Line for Data on PDC (for BADI)) Structure details

Dictionary Type: Structure
Description: Table Line for Data on PDC (for BADI)




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




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

WSAO_PDC_DOWNLOAD_ITEM_X 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 "Table Line for Data on PDC (for BADI)" 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_PDC_DOWNLOAD_ITEM_X TYPE WSAO_PDC_DOWNLOAD_ITEM_X.

The WSAO_PDC_DOWNLOAD_ITEM_X table consists of various fields, each holding specific information or linking keys about Table Line for Data on PDC (for BADI) data available in SAP. These include VENDOR (Account Number of Vendor or Creditor), DELIVERY_DATE (Item Delivery Date), DELIVERY_TIME (Delivery Date Time-Spot), CUSTOMER_SITE (Customer Numbers).. 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 or numeric)


SAP WSAO_PDC_DOWNLOAD_ITEM_X 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
PDC_INDEXRow Index of Internal Tables SYTABIXINT410SYST_LONG
VENDORAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
DELIVERY_DATEItem Delivery Date EINDTDATS8DATUM
DELIVERY_TIMEDelivery Date Time-Spot LZEITTIMS6UZEIT
CUSTOMER_SITECustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
GROUP_HEADERHeading for a Group of PDC Data WSAO_PDC_GROUP_HEADERCHAR40
GROUP_KEYKey for a Group of PDC Data WSAO_PDC_GROUP_KEYCHAR22SYSUUID_22
MATERIALMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
TEXT_40Material Short Text for PDC Data WSAO_PDC_TEXTCHAR40
PROPOSALPurchase order quantity BESTMGQUAN13(3) MENG13
PO_UNITPurchase Order Unit of Measure BSTMEUNIT3Assigned to domainCUNITMEINS
RECEIPTSATP quantity MNG04QUAN13(3) MENGV13
STOCKStock level of recipient WRSTOCKQUAN13(3) MENG13V
SALES_PRICESales price for assortment list output via BAPI BB_VKPDEC23(4) BAPICURR
SALES_UNITSales unit VRKMEUNIT3Assigned to domainCUNITMEINS
EAN_UPCInternational Article Number (EAN/UPC) EAN11CHAR18EAN11EAN11EAN

Key field Non-key field



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

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

How to access SAP table WSAO_PDC_DOWNLOAD_ITEM_X

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