WBBCUSO SAP (Assortment List Parameters for Specific Optimization) Table details

Dictionary Type: Table
Description: Assortment List Parameters for Specific Optimization




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




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

WBBCUSO is a standard SAP Table which is used to store Assortment List Parameters for Specific Optimization data and is available within R/3 SAP systems depending on the version and release level.

The WBBCUSO table consists of various fields, each holding specific information or linking keys about Assortment List Parameters for Specific Optimization data available in SAP. These include LFD_NR (Sequence Number), BDCP2_P_SIZE (Maximum Number of BDCP2 Database Records per Packet), POINTER_P_SIZE (Maximum Number Internal Pointer Records Change Version WBB), WIND_P_SIZE (Maximum Number of WIND Database Records for WBB).. 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: Cannot Be Enhanced


SAP WBBCUSO 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 MANDTCLNT3Assigned to domainMANDT
LFD_NRSequence Number LFDNRCHAR3LFDNR
BDCP2_P_SIZEMaximum Number of BDCP2 Database Records per Packet BDCP2_MAXINT410INT10
POINTER_P_SIZEMaximum Number Internal Pointer Records Change Version WBB POINTER_MAXINT410INT10
WIND_P_SIZEMaximum Number of WIND Database Records for WBB WBBWIND_MAXINT410INT10
COND_P_SIZEMaximum Number of Internal Condition Pointers WBB COND_MAXINT410INT10
STORE_P_SIZEAssortment List: Maximum Number of Customers in Packet STORE_MAXIINT410INT4
ENGINE_P_STOREAssortment List: Maximum Number of Customers in Packet STORE_MAXIINT410INT4
ENGINE_P_ARTMaximum Number of Articles per Packet in IDoc Engine ART_MAXINT410INT4
ENGINE_P_ART_ALLMaximum Number of Articles per Packet in IDoc Engine ART_MAXINT410INT4
ACTIVEGeneral Flag FLAGCHAR1FLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM WBBCUSO
INTO CORRESPONDING FIELDS OF WA_WBBCUSO
WHERE...

How to access SAP table WBBCUSO

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