BBP_BW_SC_EXTRACT1 SAP (Extract Structure for Analyses of Shopping Carts) Structure details

Dictionary Type: Structure
Description: Extract Structure for Analyses of Shopping Carts




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




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

BBP_BW_SC_EXTRACT1 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 "Extract Structure for Analyses of Shopping Carts" 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_BBP_BW_SC_EXTRACT1 TYPE BBP_BW_SC_EXTRACT1.

The BBP_BW_SC_EXTRACT1 table consists of various fields, each holding specific information or linking keys about Extract Structure for Analyses of Shopping Carts data available in SAP. These include CREATE_DATE (Requirement Coverage Request Entered On), REQNO (Shopping Cart), DOC_NAME (Name of shopping cart), MATNR (Product 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 BBP_BW_SC_EXTRACT1 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
REQ_NAMERequester REQ_NAMECHAR12CHAR12BBP_GRCUSER_VALUE2
CREATE_DATERequirement Coverage Request Entered On CREATE_DATEDATS8DATUM
REQNOShopping Cart BBP_EC_REQNOCHAR10Assigned to domainALPHAEC_REQNO
DOC_NAMEName of shopping cart BBP_DOC_NAMECHAR40TEXT40
MATNRProduct Number BAPI_PRODUCT_IDCHAR40PRID1COM_PRODUCT_ID
SHORT_TEXTShort Text TXZ01CHAR40TEXT40
MATKLCategory ID COMT_CATEGORY_IDCHAR20COM_CATEGORY_IDCOM_CATEGORY_IDCOM_CAT_HIER
QUANTITYRequirement coverage request quantity EC_QUANTITYQUAN13(3) MENG13
UNITUnit of measure for requirement coverage request EC_UNITUNIT3Assigned to domainCUNITMEINS
CATALOGIDCatalog ID from which the line was selected CATALOGCHAR20BBP_WS_SERVICE_ID
REFSYSTEMLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
EXT_QUOTE_IDNumber of an External RFx Response BBP_EXT_QUOTE_IDCHAR35
EXT_QUOTE_ITEMItem of an External RFx Response BBP_EXT_QUOTE_ITEMNUMC10
MENGEQuantity in Order Unit BBP_MNGQUAN13(3) MENG13
MEINSUnit of Measurement BBP_UNITUNIT3Assigned to domainCUNITMEINS
NETPRNet price in purchasing document (in document currency) BBP_BPREICURR11(2) WERT11
NETWRNet order value in PO currency BBP_BWERTCURR13(2) WERT7
PEINHPrice Unit EPEINDEC5DEC5
EBELNPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
EBELPItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
PROC_ORGResponsible Purchasing Organization BBP_PROC_ORGCHAR14HROBJEC_14BBP_PROC_ORG

Key field Non-key field



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

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

How to access SAP table BBP_BW_SC_EXTRACT1

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