BAPI_CONF_ITEM_VD SAP (Confirmation Item Data (vendor view)) Structure details

Dictionary Type: Structure
Description: Confirmation Item Data (vendor view)




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




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

BAPI_CONF_ITEM_VD 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 "Confirmation Item Data (vendor view)" 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_CONF_ITEM_VD TYPE BAPI_CONF_ITEM_VD.

The BAPI_CONF_ITEM_VD table consists of various fields, each holding specific information or linking keys about Confirmation Item Data (vendor view) data available in SAP. These include ITEM_TYPE (Item Category), ITEM_NUMBER (Item Number), REF_ITEM_NO (External Item Number), BUSINESSPROCESS (Technical Key of Business Transaction (Char32-GUID)).. 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_CONF_ITEM_VD 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
ITEM_TYPEItem Category CRMT_ITEM_TYPE_DBCHAR4Assigned to domainCRM_ITEM_TYPE
ITEM_NUMBERItem Number BBP_ITEM_NONUMC10CRM_ITEM_NO
REF_ITEM_NOExternal Item Number CRMT_ITEM_NO_EXTNUMC10
BUSINESSPROCESSTechnical Key of Business Transaction (Char32-GUID) BAPI_BUSINESSPROCESSCHAR32SYSUUID_C
PARENTParent GUID (Mapping of Outlines) BAPI_PARENTCHAR32SYSUUID_C
DESCRIPTIONShort Text TXZ01CHAR40TEXT40
PRODUCT_GUIDInternal Unique ID of Product COMT_PRODUCT_GUID_BAPICHAR32SYSUUID_C
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
MANU_PRODManufacturer Part Number BBP_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
CATEGORY_GUIDProduct Category GUID BBP_CATEGORY_GUIDCHAR32SYSUUID_C
CATEGORY_IDCategory ID COMT_CATEGORY_IDCHAR20COM_CATEGORY_IDCOM_CATEGORY_IDCOM_CAT_HIER
DEL_INDDeletion Indicator SRM Purchasing Document BBP_DEL_INDCHAR1XFELD
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
PRICENet Price BBP_BAPI_PRICEDEC23(4) BAPICURR
PRICE_UNITPrice Unit EPEINDEC5DEC5
TAX_CODETax on Sales/Purchases Code BBP_MWSKZCHAR2BBP_MWSKZ
PO_NUMBERPurchase Order Number BBP_PO_NUMBERCHAR10ALPHACRM_OBJECT_ID
PO_GUIDTechnical Key of Purchase Order BBP_PO_GUIDCHAR32SYSUUID_C
PO_ITEM_NUMBERPurchase Order Item Number BBP_PO_ITEMNUMC10CRM_ITEM_NO
PO_ITEM_GUIDTechnical Key of Purchase Order Item BBP_PO_ITEM_GUIDCHAR32SYSUUID_C
PRODUCT_GTINGlobal Trade Item Number (GTIN) COMT_GTINCHAR40GTIN1COM_GTIN
SCHEMA_TYPEStandard Schema Type SCHEMA_TYPECHAR10Assigned to domainCOM_SCHEMA_TYPE
CT_CATEGORY_IDCategory Name BBP_CT_CATEGORY_IDCHAR60CHAR60
ITM_EX_CT_UN_IDUnique Key in External Category BBP_ITM_EX_CT_UN_IDCHAR40CHAR40
CTR_GUIDContract Template Item GUID BBP_CTR_I_GUID_CCHAR32CHAR32
CTR_NUMBERContract Number BBP_CTR_IDCHAR10ALPHACRM_OBJECT_IDBBPH_CTR_LOCAL
CTR_ITEM_NUMBERNumber of Contract Item BBP_CTR_ITEMNUMC10CRM_ITEM_NO
FINAL_ENTRYFinal Entry Indicator (Goods/Services) BBP_FINAL_ENTRYCHAR1XFELD
PRODUCT_SRC_SYSBusiness Document Service: ID of Logical System BBP_LOGSYSCHAR10CHAR10
VPER_STARTTimeframe From BBP_VPER_STARTDATS8DATUM
VPER_ENDTimeframe To BBP_VPER_ENDDATS8DATUM
TIME_FROMStart Time BBP_TIME_FROMTIMS6TIME
TIME_TOEnd Time BBP_TIME_TOTIMS6TIME

Key field Non-key field



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

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

How to access SAP table BAPI_CONF_ITEM_VD

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