WBBP_ADD SAP (Additional fields for assortment list line) Structure details

Dictionary Type: Structure
Description: Additional fields for assortment list line




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




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

WBBP_ADD 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 "Additional fields for assortment list line" 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_WBBP_ADD TYPE WBBP_ADD.

The WBBP_ADD table consists of various fields, each holding specific information or linking keys about Additional fields for assortment list line data available in SAP. These include TEXT25 (Material text, 25 long (reduced for AL output)), TEXT30 (Material text, length 30 (reduced for AL output)), BSTME (Order unit), FACTR (Conversion factor for order Un to sales Un for astmt. list).. 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 WBBP_ADD 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
TEXT20Material text (abbrev. for the assortment list output) BB_ARTTXTCHAR20TEXT20
TEXT25Material text, 25 long (reduced for AL output) BB_TXT25CHAR25TEXT25
TEXT30Material text, length 30 (reduced for AL output) BB_TXT30CHAR30TEXT30
BSTMEOrder unit BB_BEMECHAR3CHAR3
FACTRConversion factor for order Un to sales Un for astmt. list BB_FACTRCHAR6CHAR6
BB_DATABDay and month of validity of material for assortment list BB_DATABCHAR6CHAR6
BB_PRICESales price for assortment list output (10 characters) BB_PRICECHAR10CHAR10
BB_MINBEReorder point for the assortment list output (reduced) BB_MINBECHAR5TEXT5
BB_MINBMMinimum order quantity for the assortment list output BB_MINBMCHAR5TEXT5
BB_LAST_POQuantity in last purchase order (reduced version) BB_LAST_POCHAR7CHAR7
BB_DATE_PODate of last purchase order BB_DATE_PODATS8DATUM
KNZBBID: replenishable KNZBBCHAR1XFELD
KNZVKID: material is on sale KNZVKCHAR1XFELD
COMMNTComments on a material in the assortment list COMMNTCHAR10TEXT10
BB_CHC_T1Characteristic description 1 (shortened) BB_CHC_T1CHAR10TEXT10
BB_CHC_T2Characteristic description 2 (shortened) BB_CHC_T2CHAR10TEXT10
BB_W05_1Characteristic value 1 (shortened) BB_W05_1CHAR5TEXT5
BB_W05_2Characteristic value 2 (shortened) BB_W05_2CHAR5TEXT5
BB_WT10_1Description characteristic value 1 (shortened) BB_WT10_1CHAR10TEXT10
BB_WT10_2Description characteristic value 2 (shortened) BB_WT10_2CHAR10TEXT10
SL_C_PRICEWholesaler's recommended retail price (for assortment list) SL_C_PRICECHAR10CHAR10
SL_ENDPRSales price for assortment list output SL_ENDPRCHAR16CHAR16
SL_EVPRSRetail price for assortment list output SL_EVPRSCHAR16CHAR16
SL_EVPRS10Retail price for assortment list output SL_EVPRS10CHAR10CHAR10
SL_EKPNNPurchase Price for Assortment List Output SL_EKPNNCHAR16CHAR16
SL_EKPNN10Purchase Price for Assortment List Output (10 Characters) SL_EKPNN10CHAR10CHAR10
PROMO_FLAGPromotion indicator Y/N BB_AKTIONCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table WBBP_ADD

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