BAPI_INV_ITEM_VD SAP (Item Invoice Vendor View (GetDetail)) Structure details

Dictionary Type: Structure
Description: Item Invoice Vendor View (GetDetail)




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




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

BAPI_INV_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 "Item Invoice Vendor View (GetDetail)" 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_INV_ITEM_VD TYPE BAPI_INV_ITEM_VD.

The BAPI_INV_ITEM_VD table consists of various fields, each holding specific information or linking keys about Item Invoice Vendor View (GetDetail) data available in SAP. These include ITEM_NUMBER (Item Number), DESCRIPTION (Short Text), PRODUCT_GUID (Internal Unique ID of Product), PRODUCT_ID (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 BAPI_INV_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_NUMBERItem Number BBP_ITEM_NONUMC10CRM_ITEM_NO
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
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
VALUENet Value BBP_BAPI_VALUEDEC23(4) BAPICURR
TAX_CODETax on Sales/Purchases Code BBP_MWSKZCHAR2BBP_MWSKZ
PO_NUMBERPurchase Order Number BBP_PO_NUMBERCHAR10ALPHACRM_OBJECT_ID
PO_ITEM_NUMBERPurchase Order Item Number BBP_PO_ITEMNUMC10CRM_ITEM_NO
CONF_NUMBERConfirmation Number BBP_CF_NUMBERCHAR10ALPHACRM_OBJECT_ID
CONF_ITEM_NUMBERNumber of Confirmation Item BBP_CF_ITEMNUMC10CRM_ITEM_NO
PRODUCT_GTINGlobal Trade Item Number (GTIN) COMT_GTINCHAR40GTIN1COM_GTIN
DCINDDebit/Credit Indicator BBP_DCINDCHAR1BBP_DCIND
CONF_REF_NOReference Document Number XBLNRCHAR16XBLNR
DELIVERY_DATEDocument Date (Posting Date of Log. Business Transaction) BBP_POSTING_DATEDATS8DATUM
CATALOGURLChar255 CHAR255CHAR255CHAR255
PRODUCT_SRC_SYSBusiness Document Service: ID of Logical System BBP_LOGSYSCHAR10CHAR10

Key field Non-key field



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

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

How to access SAP table BAPI_INV_ITEM_VD

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