MXML_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 MXML_INCINV_DETAIL_ITEM
Related tables to MXML_INCINV_DETAIL_ITEM
Access table MXML_INCINV_DETAIL_ITEM




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

MXML_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_MXML_INCINV_DETAIL_ITEM TYPE MXML_INCINV_DETAIL_ITEM.

The MXML_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: Not classified


SAP MXML_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 BSTNRCHAR10Assigned to domainALPHAEBELNBES
PO_ITEMItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
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_MRMCHAR2Assigned to domainMWSKZ
TAXJURCODETax Jurisdiction TXJCDCHAR15Assigned to domainTXJCDTXJ
ITEM_AMOUNTAmount in document currency BAPIWRBTRDEC23(4) BAPICURR
QUANTITYQuantity MENGE_DQUAN13(3) MENG13
PO_UNITPurchase Order Unit of Measure BSTMEUNIT3Assigned to domainCUNITMEINS
PO_UNIT_ISOOrder unit in ISO code BSTME_ISOCHAR3Assigned to domainISOCD_UNIT
PO_PR_QNTQuantity in Purchase Order Price Unit BPMNGQUAN13(3) MENG13
PO_PR_UOMOrder Price Unit (Purchasing) BPRMEUNIT3Assigned to domainCUNITMEINS
PO_PR_UOM_ISOPurchase order price unit in ISO code BPRME_ISOCHAR3Assigned to domainISOCD_UNIT
COND_TYPECondition Type KSCHLCHAR4Assigned to domainKSCHLVKS
COND_ST_NOStep number STUNRNUMC3Assigned to domainSTUNR
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
TAX_RATETax rate MSATZ_F05LDEC7(3) PRZ43V
SHORT_TEXTShort Text TXZ01CHAR40TEXT40

Key field Non-key field



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

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

How to access SAP table MXML_INCINV_DETAIL_ITEM

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