WLF_S_SHD_ITEM_DATA_ALL SAP (Data part of database table WB2_D_SHD_ITEM + Addon) Structure details

Dictionary Type: Structure
Description: Data part of database table WB2_D_SHD_ITEM + Addon




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




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

WLF_S_SHD_ITEM_DATA_ALL 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 "Data part of database table WB2_D_SHD_ITEM + Addon" 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_WLF_S_SHD_ITEM_DATA_ALL TYPE WLF_S_SHD_ITEM_DATA_ALL.

The WLF_S_SHD_ITEM_DATA_ALL table consists of various fields, each holding specific information or linking keys about Data part of database table WB2_D_SHD_ITEM + Addon data available in SAP. These include HAS_OPEN_QUAN (Existence of an Open Quantity for Assignment), ITEM_QUAN (Item Quantity), ITEM_UOM (UoM of Item Quantity), IT_QUAN_ASSGMT (Item Quantity in the UoM of an Assignment).. 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 WLF_S_SHD_ITEM_DATA_ALL 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
HAS_OPEN_QUANExistence of an Open Quantity for Assignment WLF_OPEN_ASSMGT_QUAN_FLAGCHAR1WLF_OPEN_ASSMGT_QUAN_FLAG
ITEM_QUANItem Quantity WLF_GENERIC_ITEM_QUANTITYD34R34WLF_QUANTITY
ITEM_UOMUoM of Item Quantity WLF_GENERIC_ITEM_UOMUNIT3Assigned to domainCUNITMEINS
IT_QUAN_ASSGMTItem Quantity in the UoM of an Assignment WLF_ITEM_QUANTITY_ASSGMTD34R34WLF_QUANTITY
ASSGD_QUANCumulative Assigned Quantity WLF_ASSGD_QUANTITYD34R34WLF_QUANTITY
ASSGD_UOMUoM of the Assigned Quantity WLF_ASSGD_UOMUNIT3Assigned to domainCUNITMEINS
NUMERATORNumerator: Item UoM into Assignment UoM (= Base UoM) WLF_UMVKZDEC5UMBSZ
DENOMINATORDenominator (Divisor): Item UoM into Assgmt.UoM (= Base UoM) WLF_UMVKNDEC5UMBSN
VENDORVendor Account Number ELIFNCHAR10Assigned to domainALPHALIFNRLIFKRED_C
CUSTOMERSold-to party KUNAGCHAR10Assigned to domainALPHAKUNNRVAG
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
BATCHBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
FUTUREFuture WLF_FUTURECHAR20WLF_FUTURE
CLOSEDItem Closed WLF_ITEM_CLOSEDCHAR1WLF_ITEM_CLOSED
SH_IT_GUIDGUID of a shadow item WLF_SH_IT_GUIDRAW16WLF_GUID
CR_NAMEName of Person who Created the Object ERNAMCHAR12USNAM
CR_DATEDate on Which Record Was Created ERDATDATS8DATUM
CR_TIMETime, at Which Record Was Added ERZEITTIMS6UHRZT
CH_NAMEName of Person Who Changed Object AENAMCHAR12USNAM
CH_DATEChanged On AEDATDATS8DATUM
CH_TIMETime of Change AEZEITTIMS6UHRZT
DATE_FROMDate From WLF_DATE_FROMDATS8DATUM
DATE_TODate To WLF_DATE_TODATS8DATUM
CANCEL_FLAGCancel WLF_CANCELCHAR1WLF_CANCEL
PLACE_HOLDER not used0

Key field Non-key field



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

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

How to access SAP table WLF_S_SHD_ITEM_DATA_ALL

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