BAPI_INCINV_DETAIL_ITEM SAP (Transfer Structure for Invoice Item Data (GetDetail)) Structure details

Dictionary Type: Structure
Description: Transfer Structure for Invoice Item Data (GetDetail)




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




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

BAPI_INCINV_DETAIL_ITEM 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 "Transfer Structure for Invoice Item Data (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_INCINV_DETAIL_ITEM TYPE BAPI_INCINV_DETAIL_ITEM.

The BAPI_INCINV_DETAIL_ITEM table consists of various fields, each holding specific information or linking keys about Transfer Structure for Invoice Item Data (GetDetail) data available in SAP. These include PO_NUMBER (Purchase Order Number), PO_ITEM (Item Number of Purchasing Document), SERIAL_NO (Sequential Number of Account Assignment), REF_DOC (Document No. of a Reference Document).. 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_INCINV_DETAIL_ITEM 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
INVOICE_DOC_ITEMDocument Item in Invoice Document RBLGPNUMC6NUMC6
PO_NUMBERPurchase Order Number BSTNRCHAR10EKKOALPHAEBELNBES
PO_ITEMItem Number of Purchasing Document EBELPNUMC5EKPOEBELPBSP
SERIAL_NOSequential Number of Account Assignment DZEKKNNUMC2NUM02
REF_DOCDocument No. of a Reference Document LFBNRCHAR10ALPHABELNR
REF_DOC_YEARFiscal Year of Current Period LFGJANUMC4GJAHRGJAHR
REF_DOC_ITItem of a Reference Document LFPOSNUMC4MBLPO
DE_CRE_INDIndicator: subsequent debit/credit TBTKZCHAR1TBTKZ
TAX_CODETax Code MWSKZ_MRMCHAR2T007AMWSKZ
TAXJURCODETax Jurisdiction TXJCDCHAR15TTXJTXJCDTXJ
ITEM_AMOUNTAmount in document currency BAPIWRBTRDEC23(4) BAPICURR
QUANTITYQuantity MENGE_DQUAN13(3) MENG13
PO_UNITPurchase Order Unit of Measure BSTMEUNIT3T006CUNITMEINS
PO_UNIT_ISOOrder unit in ISO code BSTME_ISOCHAR3T006IISOCD_UNIT
PO_PR_QNTQuantity in Purchase Order Price Unit BPMNGQUAN13(3) MENG13
PO_PR_UOMOrder Price Unit (Purchasing) BPRMEUNIT3T006CUNITMEINS
PO_PR_UOM_ISOPurchase order price unit in ISO code BPRME_ISOCHAR3T006IISOCD_UNIT
COND_TYPECondition Type KSCHLCHAR4T685KSCHLVKS
COND_ST_NOStep number STUNRNUMC3T683SSTUNR
COND_COUNTCondition counter DZAEHKNUMC2ZAEHK
REF_DOC_NOReference Document Number XBLNRCHAR16XBLNR
QTY_INVCDQty invoiced in vendor invoice in PO order units BAPI_RBMNGQUAN13(3) MENG13
INVQTYPOUQty invoiced in vendor invoice in PO price units BAPI_BPRBMQUAN13(3) MENG13
INV_AMNTFCInvoice amount in document currency of vendor invoice BAPI_RBWWRDEC23(4) BAPICURR
ITEM_TEXTItem Text SGTXTCHAR50TEXT50
FINAL_INVFinal Invoice Indicator EREKZCHAR1XFELD
REF_DOC_NO_LONGReference Document Number (for Dependencies see Long Text) XBLNR_LONGCHAR35XBLNR_LONG
GRIR_CLEAR_SRVClearing Indicator for GR/IR Posting for External Services MMWERECCHAR1XFELD
CSHDIS_INDIndicator: Line item not liable to cash discount? XSKRLCHAR1XFELD
RETENTION_DOCU_CURRENCYRetention Amount in Document Currency RET_AMT_FCCURR13(2) WERT7
RETENTION_PERCENTAGERetention in Percent RETPZDEC5(2) PRZ32
RETENTION_DUE_DATEDue Date for Retention RET_DUE_DATEDATS8DATUM
BATCHBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
DEBIT_CREDIT_INDICATORDebit/Credit Indicator SHKZGCHAR1SHKZG

Key field Non-key field



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

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

How to access SAP table BAPI_INCINV_DETAIL_ITEM

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