MXML_INCINV_CREATE_ITEM SAP (Transfer Structure for Invoice Item Data (Create)) Structure details

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




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




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

MXML_INCINV_CREATE_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 (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_MXML_INCINV_CREATE_ITEM TYPE MXML_INCINV_CREATE_ITEM.

The MXML_INCINV_CREATE_ITEM table consists of various fields, each holding specific information or linking keys about Transfer Structure for Invoice Item Data (Create) data available in SAP. These include PO_NUMBER (Purchase Order Number), PO_ITEM (Item Number of Purchasing Document), REF_DOC (Document No. of a Reference Document), REF_DOC_YEAR (Fiscal Year of Current Period).. 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_CREATE_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
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
TAX_RATETax rate MSATZ_F05LDEC7(3) PRZ43V

Key field Non-key field



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

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

How to access SAP table MXML_INCINV_CREATE_ITEM

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