/XFT/INV_Q_1 SAP (Invoice receipt queue: Items) Table details

Dictionary Type: Table
Description: Invoice receipt queue: Items




ABAP Code to SELECT data from /XFT/INV_Q_1
Related tables to /XFT/INV_Q_1
Access table /XFT/INV_Q_1




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

/XFT/INV_Q_1 is a standard SAP Table which is used to store Invoice receipt queue: Items data and is available within R/3 SAP systems depending on the version and release level.

The /XFT/INV_Q_1 table consists of various fields, each holding specific information or linking keys about Invoice receipt queue: Items data available in SAP. These include PROCESS_ID (Process ID), GUID (Globally Unique Identifier), INVOICE_DOC_ITEM (Item Number in Invoice Document), PO_NUMBER (Purchase Order 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP /XFT/INV_Q_1 table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
PROCESS_IDProcess ID /XFT/DIO_PROCESS_IDCHAR34/XFT/INV_Q/XFT/DIO_ID
GUIDGlobally Unique Identifier GUIDRAW16
INVOICE_DOC_ITEMItem Number in Invoice Document /XFT/INV_RBLGPNUMC6NUMC6
PO_NUMBERPurchase Order Number BSTNRCHAR10Assigned to domainALPHAEBELNBES
PO_ITEMItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
REF_DOCDocument Number of a Reference Document /XFT/INV_LFBNRCHAR10ALPHABELNR
REF_DOC_YEARFiscal Year of Current Period /XFT/INV_LFGJANUMC4GJAHRGJAHR
REF_DOC_ITItem of a Reference Document /XFT/INV_LFPOSNUMC4NUMC4
DE_CRE_INDIndicator: Subsequent debit /XFT/INV_TBTKZCHAR1CHECKBOX
TAX_CODESales Tax Code /XFT/INV_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 order price unit /XFT/INV_BPMNGQUAN13(3) MENG13
PO_PR_UOMPurchase Order Price Unit /XFT/INV_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_NOLevel no. /XFT/INV_STUNRNUMC3NUMC3
COND_COUNTCondition counter /XFT/INV_DZAEHKNUMC2NUMC2
SHEET_NOService Entry Sheet Number /XFT/INV_LBLNICHAR10ALPHA/XFT/INV_LBLNI
ITEM_TEXTItem Text SGTXTCHAR50TEXT50
FINAL_INVFinal invoice indicator /XFT/INV_EREKZCHAR1XFELD
SHEET_ITEMLine Number /XFT/INV_EXTROWNUMC10NUMC10
GRIR_CLEAR_SRVClearing indicator for GR/IR posting for services /XFT/INV_MMWERECCHAR1XFELD
FREIGHT_VENAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
CSHDIS_INDIndicator: Line item not liable to cash discount? XSKRLCHAR1XFELD
MARKCheckbox XFELDCHAR1XFELD

Key field Non-key field



How do I retrieve data from SAP table /XFT/INV_Q_1 using ABAP code

The following ABAP code Example will allow you to do a basic selection on /XFT/INV_Q_1 to SELECT all data from the table
DATA: WA_/XFT/INV_Q_1 TYPE /XFT/INV_Q_1.

SELECT SINGLE *
FROM /XFT/INV_Q_1
INTO CORRESPONDING FIELDS OF WA_/XFT/INV_Q_1
WHERE...

How to access SAP table /XFT/INV_Q_1

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