BBPS_MOB_SHOP_ITEM_2 SAP (Mobile Shop: Item 2. Part) Structure details

Dictionary Type: Structure
Description: Mobile Shop: Item 2. Part




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




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

BBPS_MOB_SHOP_ITEM_2 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 "Mobile Shop: Item 2. Part" 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_BBPS_MOB_SHOP_ITEM_2 TYPE BBPS_MOB_SHOP_ITEM_2.

The BBPS_MOB_SHOP_ITEM_2 table consists of various fields, each holding specific information or linking keys about Mobile Shop: Item 2. Part data available in SAP. These include MATGROUP (Product Group of the Shopping Cart Line), SERVICE (Ind.: If the Shopping Cart Line Contains a Service), CONTRACT (Contract to Which the Shopping Cart Line Refers), CONTRACT_ITEM (Contract Item to Which the Shoppping Cart Line Refers).. 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)


SAP BBPS_MOB_SHOP_ITEM_2 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
REQNORequirement Coverage Request Document Number EC_REQNOCHAR10Assigned to domainALPHAEC_REQNO
MATGROUPProduct Group of the Shopping Cart Line OCI_PRODUCT_GROUPCHAR10CHAR10
SERVICEInd.: If the Shopping Cart Line Contains a Service OCI_SERVICECHAR1XFELD
CONTRACTContract to Which the Shopping Cart Line Refers OCI_CONTRACTCHAR10CHAR10
CONTRACT_ITEMContract Item to Which the Shoppping Cart Line Refers OCI_CONTRACT_ITEMCHAR5CHAR5
EXT_QUOTE_IDExternal Number of an RFx Response OCI_EXT_QUOTE_IDCHAR35
EXT_QUOTE_ITEMItem of External Quotation OCI_EXT_QUOTE_ITEMCHAR10
EXT_PRODUCT_IDCatalog Item (Unique Key) BBP_CATALOGITEMCHAR40CATALOGITEM
CATALOGIDCatalog ID from which the line was selected CATALOGCHAR20BBP_WS_SERVICE_ID
CATEGORY_IDCategory ID COMT_CATEGORY_IDCHAR20COM_CATEGORY_IDCOM_CATEGORY_IDCOM_CAT_HIER

Key field Non-key field



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

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

How to access SAP table BBPS_MOB_SHOP_ITEM_2

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