WB2_LIPS_DYN SAP (Delivery Items: Dynamic Part) Structure details

Dictionary Type: Structure
Description: Delivery Items: Dynamic Part




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




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

WB2_LIPS_DYN 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 "Delivery Items: Dynamic Part" 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_WB2_LIPS_DYN TYPE WB2_LIPS_DYN.

The WB2_LIPS_DYN table consists of various fields, each holding specific information or linking keys about Delivery Items: Dynamic Part data available in SAP. These include FILTERED_OUT (Filtered Out), NOT_REF_QUAN (Open Quantity), NOT_REF_QUAN_UNIT (Open Quantity Unit), EXTERNAL_NO (Trading Contract: External Document Number).. 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 WB2_LIPS_DYN 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
SCENARIOBusiness Scenario WB2_BUSINESS_SCENARIOCHAR2WB2_BUSINESS_SCENARIO
FILTERED_OUTFiltered Out WB2_FILTERED_OUTCHAR1WB2_FILTERED_OUT
NOT_REF_QUANOpen Quantity WB2_NOT_REF_QUANQUAN15(3) MENG15
NOT_REF_QUAN_UNITOpen Quantity Unit WB2_NOT_REF_QUAN_UNITUNIT3Assigned to domainCUNITMEINS
EXTERNAL_NOTrading Contract: External Document Number TKONN_EXCHAR30TKONN_EXWKN_EX
NOT_REF_QUAN_DOCOpen Quantity WB2_NOT_REF_QUANQUAN15(3) MENG15
NOT_REF_QUAN_VAROpen Quantity WB2_NOT_REF_QUANQUAN15(3) MENG15
STEP_STATUSApplication Step Status WB2_STEP_STACHAR2WB2_STEP_STA
STEP_STATUS_TApplication Step Status: description WB2_STEP_STA_TCHAR40WB2_TEXT
STOCK_TYPEGlobal Trade: Stock Type WB2_STOCK_TYPECHAR2WB2_STOCK_TYPE
LIKP_WAERKCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
VBAP_MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS

Key field Non-key field



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

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

How to access SAP table WB2_LIPS_DYN

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