BBP_WS_OCI_ITEM_S SAP (Interface Structure for OCI in SRM) Structure details

Dictionary Type: Structure
Description: Interface Structure for OCI in SRM




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




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

BBP_WS_OCI_ITEM_S 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 "Interface Structure for OCI in SRM" 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_WS_OCI_ITEM_S TYPE BBP_WS_OCI_ITEM_S.

The BBP_WS_OCI_ITEM_S table consists of various fields, each holding specific information or linking keys about Interface Structure for OCI in SRM data available in SAP. These include LINE (Line Number of Shopping Cart from Catalog), DESCRIPTION (Description of Shopping Cart Line), QUANTITY (Quantity of Shopping Cart Line), UNIT (Quantity Unit for Quantity of Shopping Cart Line).. 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_WS_OCI_ITEM_S 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
LINELine Number of Shopping Cart from Catalog WSI_OCI_LINENUMC5NUMC5
DESCRIPTIONDescription of Shopping Cart Line WSI_OCI_DESCRIPTIONCHAR40CHAR40
QUANTITYQuantity of Shopping Cart Line WSI_OCI_QUANTITYCHAR15CHAR15
UNITQuantity Unit for Quantity of Shopping Cart Line WSI_OCI_UNITCHAR3CHAR3
PRICEPrice of a Shopping Cart Line WSI_OCI_PRICEDEC23(4) BAPICURR
PRICEUNITPrice Unit of Shopping Cart Line WSI_OCI_PRICEUNITCHAR5CHAR5
CURRENCYShopping Cart Line Currency WSI_OCI_CURRENCYCUKY5WSI_OCI_CURRENCY
MATNRProduct Number of Shopping Cart Line WSI_OCI_PRODUCTCHAR40CHAR40
LEADTIMEDelivery Time in Days of the Shopping Cart Line WSI_OCI_LEADTIMECHAR5CHAR5
VENDORVendor Number of Shopping Cart Line WSI_OCI_VENDORCHAR10CHAR10
VENDORMATVendor Product Number of Shopping Cart Line WSI_OCI_VENDOR_PRODUCTCHAR40CHAR40
MANUFACTMATManufacturer Part Number of Shopping Cart Line WSI_OCI_MANUFACT_MATCHAR40CHAR40
MANUFACTCODEManufacturer of Shopping Cart Line WSI_OCI_MANUFACT_CODECHAR10CHAR10
MATGROUPProduct Group of Shopping Cart Line WSI_OCI_PRODUCT_GROUPCHAR20CHAR20
SERVICEService WSI_OCI_SERVICECHAR1XFELD
CONTRACTContract to Which the Shopping Cart Line Refers WSI_OCI_CONTRACTCHAR10CHAR10
CONTRACT_ITEMIdentifier of an OCI item WSI_OCI_ITEM_IDCHAR10CHAR10
EXT_QUOTE_IDExternal Number of a Bid WSI_OCI_EXT_QUOTE_IDCHAR35
EXT_QUOTE_ITEMIdentifier of an OCI item WSI_OCI_ITEM_IDCHAR10CHAR10
EXT_PRODUCT_IDExternal Number of a Bid WSI_OCI_BBP_CATALOGITEMCHAR40CHAR40
CUST_FIELD1Freely Definable Customer Field on the Catalog Interface WSI_OCI_CUSTFIELD1CHAR10CHAR10
CUST_FIELD2Freely Definable Customer Field on the Catalog Interface WSI_OCI_CUSTFIELD1CHAR10CHAR10
CUST_FIELD3Freely Definable Customer Field on the Catalog Interface WSI_OCI_CUSTFIELD1CHAR10CHAR10
CUST_FIELD4Freely Definable Customer Field on the Catalog Interface WSI_OCI_CUSTFIELD4CHAR20CHAR20
CUST_FIELD5Freely Definable Customer Field on the Catalog Interface WSI_OCI_CUSTFIELD5CHAR50CHAR50
ATTACHMENTURL for Attachment in Catalog System WSI_OCI_BBP_ATT_URLCHAR255CHAR255
ATTACHMENT_TITLEAttachment Title WSI_OCI_ATTACHMENT_TITLECHAR255CHAR255
ATTACHMENT_PURPOSEAttachment Purpose (C = Configuration) WSI_OCI_ATTACHMENT_PURPOSECHAR1CHAR1
EXT_SCHEMA_TYPEName of a Schema WSI_OCI_SCHEMA_TYPECHAR10CHAR10
EXT_CATEGORY_IDCategory ID Within a Schema WSI_OCI_CATAEGORY_IDCHAR60CHAR60
EXT_CATEGORYCategory Within a Schema WSI_OCI_CATEGORYCHAR40CHAR40
SLD_SYS_NAMEName of a System in System Landscape Directory (SLD) WSI_OCI_SLD_SYS_NAMECHAR60TEXT60
PARENT_IDIdentifier of an OCI item WSI_OCI_ITEM_IDCHAR10CHAR10
ITEM_TYPESingle-Character Indicator CHAR1CHAR1CHAR1
SUSTAIN_OVERALL_RATINGSustainability field for Overall Environment Rating WSI_OCI_SUST_OVERALL_RATINGCHAR10
SUSTAIN_RECYCLED_CONTENTSustainability field for Recycled Content WSI_OCI_SUST_RECYCLED_CONTENTCHAR10
SUSTAIN_DIRECT_ENERGYSustainability field for Direct Energy Used WSI_OCI_SUST_DIRECT_ENERGYCHAR40
DPR_TASK_GUIDCharacter field, length 32 CHAR32CHAR32CHAR32
PURCHINFRECCharacter Field Length = 10 CHAR10CHAR10CHAR10
PURCHORGNot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4

Key field Non-key field



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

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

How to access SAP table BBP_WS_OCI_ITEM_S

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