BAPI_QUOT_ITEM_C SAP (Bid Item (Create)) Structure details

Dictionary Type: Structure
Description: Bid Item (Create)




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




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

BAPI_QUOT_ITEM_C 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 "Bid Item (Create)" 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_BAPI_QUOT_ITEM_C TYPE BAPI_QUOT_ITEM_C.

The BAPI_QUOT_ITEM_C table consists of various fields, each holding specific information or linking keys about Bid Item (Create) data available in SAP. These include PARENT_GUID (GUID of Higher-Level Record (Header or Item)), ITEM_NUMBER (Item Number), DESCRIPTION (Short Text), PRODUCT (Internal Unique ID of Product).. 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 BAPI_QUOT_ITEM_C 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
ITEM_GUIDItem Business Transaction (Char32 GUID) BBP_BP_ITEMCHAR32SYSUUID_C
PARENT_GUIDGUID of Higher-Level Record (Header or Item) BAPI_PARENT_GUIDCHAR32SYSUUID_C
ITEM_NUMBERItem Number BBP_ITEM_NONUMC10CRM_ITEM_NO
DESCRIPTIONShort Text TXZ01CHAR40TEXT40
PRODUCTInternal Unique ID of Product COMT_PRODUCT_GUID_BAPICHAR32SYSUUID_C
PRODUCT_GTINGlobal Trade Item Number (GTIN) COMT_GTINCHAR40GTIN1COM_GTIN
PRODUCT_IDProduct Number BAPI_PRODUCT_IDCHAR40PRID1COM_PRODUCT_ID
PRODUCT_TYPEProduct Type COMT_PRODUCT_TYPECHAR2Assigned to domainCOM_PRODUCT_TYPECOM_PRODUCT_TYPECOM_PR_TYPE_ACTIVE
PARTNER_PRODProduct Number of Vendor BBP_PARTNER_PRODCHAR40PRSHTEXT40
CATEGORYProduct Category GUID BBP_CATEGORY_GUIDCHAR32SYSUUID_C
CATEGORY_IDCategory ID COMT_CATEGORY_IDCHAR20COM_CATEGORY_IDCOM_CATEGORY_IDCOM_CAT_HIER
MANU_PRODManufacturer Part Number MFRPNCHAR40CHAR40
MFR_NO_EXTExternal manufacturer code name or number EMNFRCHAR10CHAR10
CATALOGIDCatalog ID from which the line was selected CATALOGCHAR20BBP_WS_SERVICE_ID
CATALOGITEMCatalog Item (Unique Key) CATALOGITEMCHAR40CATALOGITEM
EXT_QUOTE_IDNumber of an External RFx Response BBP_EXT_QUOTE_IDCHAR35
EXT_QUOTE_ITEMItem of an External RFx Response BBP_EXT_QUOTE_ITEMNUMC10
QUANTITYQuantity in Order Unit BBP_MNGQUAN13(3) MENG13
UNITUnit of Measurement BBP_UNITUNIT3Assigned to domainCUNITMEINS
UNIT_ISOISO Code for Unit of Measurement BBP_UNIT_ISOCHAR3Assigned to domainISOCD_UNIT
ORDERED_PRODProduct Name Entered CRMT_ORDERED_PROD_DBCHAR54CRM_ORDERED_PROD
PRICENet Price BBP_PRICECURR13(2) WERT7
PRICE_UNITPrice Unit EPEINDEC5DEC5
SUBTYPESpecification Purchase Item (e.g. Direct Material/Hierarch.) BBP_I_SUBTYPECHAR2BBP_I_SUBTYPE
DELIV_DATEItem Delivery Date EINDTDATS8DATUM
DELIV_TIMEDelivery Time of the Item BBP_DELIV_TIMETIMS6TIME
EXT_DEMIDExternal Requirement Number BBP_EXT_DEMIDCHAR32CHAR32
EXT_DEM_POSIDExternal Requirement Tracking Number BBP_EXT_DEM_POSIDCHAR32CHAR32
ITEM_TYPEItem Category CRMT_ITEM_TYPE_DBCHAR4Assigned to domainCRM_ITEM_TYPE

Key field Non-key field



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

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

How to access SAP table BAPI_QUOT_ITEM_C

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