WSL_POS SAP (Assortment list: Structure for BAPI item) Structure details

Dictionary Type: Structure
Description: Assortment list: Structure for BAPI item




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




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

WSL_POS 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 "Assortment list: Structure for BAPI item" 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_WSL_POS TYPE WSL_POS.

The WSL_POS table consists of various fields, each holding specific information or linking keys about Assortment list: Structure for BAPI item data available in SAP. These include BBRNO (Sequence number of item in assortment list), MATNR (Material Number), EAN11 (International Article Number (EAN/UPC)), IDNLF (Material no. of vendor).. 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 WSL_POS 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
BBGNOAssortment list group no. BBGNONUMC10Assigned to domainAL_GROUP_NO
BBRNOSequence number of item in assortment list BBRNOINT410Assigned to domainBBRNO
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
EAN11International Article Number (EAN/UPC) EAN11CHAR18EAN11EAN11EAN
IDNLFMaterial no. of vendor BB_LIFARTNCHAR22CHAR22
TEXT20Material text (abbrev. for the assortment list output) BB_ARTTXTCHAR20TEXT20
TEXT30Material text, length 30 (reduced for AL output) BB_TXT30CHAR30TEXT30
MAKTMMaterial description, unit of measure BB_MAKTMCHAR40TEXT40
BSTMEOrder unit BB_BEMECHAR3CHAR3
VRKMESales unit BB_VRKMECHAR3CHAR3
BASMEBase unit of measure BB_BASISMECHAR3CHAR3
FACTRConversion factor for order Un to sales Un for astmt. list BB_FACTRCHAR6CHAR6
BB_PRICESales price for assortment list output (10 characters) BB_PRICECHAR10CHAR10
SL_EVPRSRetail price for assortment list output SL_EVPRSCHAR16CHAR16
SL_EKPNN10Purchase Price for Assortment List Output (10 Characters) SL_EKPNN10CHAR10CHAR10
SL_EKPNNPurchase Price for Assortment List Output SL_EKPNNCHAR16CHAR16
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
COMMNTComments on a material in the assortment list COMMNTCHAR10TEXT10
SATNRGeneric material no. (with variants) BB_SAMARTCHAR18CHAR18
ATTYPMaterial category BB_ARTFORMCHAR2CHAR2
DISMMMRP Type DISMMCHAR2Assigned to domainDISMM
KNZBBID: replenishable KNZBBCHAR1XFELD
EISBESafety stock BB_SICHBECHAR17CHAR17
MINBEReorder point BB_MINBESTCHAR17CHAR17
MABSTMaximum stock BB_MAXBESTCHAR17CHAR17
NFMATFollow-Up Material BB_ERSARTCHAR18CHAR18
AUSDTExpir. date BB_ERSABDATS8DATUM
MINBMMinimum purchase order quantity BB_BEMEMINCHAR17CHAR17
APLFZDel. deadline (days) BB_LIFFRISCHAR3CHAR3
LIFABAvailable for delivery from BB_LIFABDATS8DATUM
LIFBIAvailable for delivery until BB_LIFBIDATS8DATUM
PROMO_FLAGPromotion indicator Y/N BB_AKTIONCHAR1XFELD
AKTIOPromotion Number BB_AKTNRCHAR10CHAR10
VKDAB_AOn sale, promotion from BB_AKTABDATS8DATUM
VKDBI_AOn sale, promotion to BB_AKTBISDATS8DATUM
FBDATEarliest order date with vendor BB_FBDATDATS8DATUM
SBDATLatest order date with vendor BB_A_SBDATDATS8DATUM
GLTABChange valid from BB_GUELTABDATS8DATUM
MLGUTEmpties Bill of Material W_MITLEERGCHAR1FLAG
GROUP1Assortment List: Grouping Field 1 GROUP1CHAR10DOM_GROUP1
GROUP2Assortment List: Grouping Field 2 GROUP2CHAR10DOM_GROUP2
MAKTM_MEMaterial description, unit of measure BB_MAKTMCHAR40TEXT40

Key field Non-key field



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

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

How to access SAP table WSL_POS

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