TWBBP SAP (Assortment list profile data) Table details

Dictionary Type: Table
Description: Assortment list profile data




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




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

TWBBP is a standard SAP Table which is used to store Assortment list profile data data and is available within R/3 SAP systems depending on the version and release level.

The TWBBP table consists of various fields, each holding specific information or linking keys about Assortment list profile data data available in SAP. These include BBPRO (Assortment list profile), BBTYP (Assortment List Type), BBMODS (Application mode of assortment list), BSORT (Sorting Procedure in Assortment 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP TWBBP table 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
MANDTClient MANDTCLNT3T000MANDT
BBPROAssortment list profile BBPROCHAR4TWBPBBPRO
BBTYPAssortment List Type BBTYPCHAR1TWBBBBTYPWBB
BBMODSApplication mode of assortment list BBMODSCHAR1BBMODS
BSORTSorting Procedure in Assortment List BSORTCHAR1BSORT
EKOARPOS outbound: Condition type group for the assortment list BBEKOARCHAR4TWPPKPOSEKOAR
BBREDLogical message category for reduction BBREDCHAR30EDMSGEDI_MESTYP
BBSTRStructure of assortment list data line BBSTRCHAR30DD02LAS4TAB
BBROWNumber of lines on a page BBROWINT25INT2
BBVVKAlways flag changes BBVVKCHAR1XFELD
BSORLUsage in sales too BSORLCHAR1XFELD
BBETIExamine changes for shelf-edge labeling BBETICHAR1XFELD
LABNTLogical message category for shelf-edge labeling LABNTCHAR30EDMSGEDI_MESTYP
RECDTRecipient determination using the distribution model RECDTCHAR1XFELD
TDFORMPrint form for assortment list SL_TDFORMCHAR16TDFORM
TDDESTSpool: Output device RSPOPNAMECHAR4TSP03SPDEVRSPOPNAME
SLPRNPrint immediately on assortment list generation SLPRNCHAR1XFELD
VENDORINFFlag for vendor information VENDORINFCHAR1XFELD
EXT_CHANGEINFFlag for extended change information (deletion messages) EXTENDED_CHANGE_INFOCHAR1XFELD
LAYMODUSEFlag for using layout modules LAYMODUSECHAR1XFELD
LAYMOD_VER_USEFlag for using layout module versions LAYMOD_VER_USECHAR1XFELD
NO_DIRECT_READIndicator: No Direct Access in Price Determination NO_DIRECT_READCHAR1XFELD
NO_LEAN_SUPPLIERIndicator: No Direct Read of Source of Supply NO_LEAN_SUPPLIERCHAR1XFELD
DELETION_SETSIndicator: Generate Deletion Records for Listing DELETION_SETSCHAR1XFELD
NEW_LIST_MODDeactivate Dedicated Buffer Logic for Sales Data NEW_LIST_MODCHAR1XFELD

Key field Non-key field



How do I retrieve data from SAP table TWBBP using ABAP code

The following ABAP code Example will allow you to do a basic selection on TWBBP to SELECT all data from the table
DATA: WA_TWBBP TYPE TWBBP.

SELECT SINGLE *
FROM TWBBP
INTO CORRESPONDING FIELDS OF WA_TWBBP
WHERE...

How to access SAP table TWBBP

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