TINV_INV_LINE_I SAP (Bill Line Item with Information (Not Relevant to Posting)) Table details

Dictionary Type: Table
Description: Bill Line Item with Information (Not Relevant to Posting)




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




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

TINV_INV_LINE_I is a standard SAP Table which is used to store Bill Line Item with Information (Not Relevant to Posting) data and is available within R/3 SAP systems depending on the version and release level.

The TINV_INV_LINE_I table consists of various fields, each holding specific information or linking keys about Bill Line Item with Information (Not Relevant to Posting) data available in SAP. These include INT_INV_DOC_NO (Internal Number of Bill Document/Payment Advice Document), INT_INV_LINE_NO (Line Item Number of Bill/Payment Advice Note Document), BETRW (Gross Amount in Transaction Currency with +/- Sign), BETRW_NET (Net Amount in Transaction Currency with +/- Sign).. 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: Can be enhanced (character-type or numeric)


SAP TINV_INV_LINE_I 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
INT_INV_DOC_NOInternal Number of Bill Document/Payment Advice Document INV_INT_INV_DOC_NONUMC18INV_INT_INV_DOC_NOTINV_INV_DOC
INT_INV_LINE_NOLine Item Number of Bill/Payment Advice Note Document INV_INT_INV_LINE_NONUMC8INV_INT_INV_LINE_NO
BETRWGross Amount in Transaction Currency with +/- Sign INV_BETRW_GROSSCURR13(2) WRTV7
BETRW_NETNet Amount in Transaction Currency with +/- Sign INV_BETRW_NETCURR13(2) WRTV7
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
QUANTITYQuantity INV_QUANTQUAN15(3) INV_QUANTITY
UNITUnit of Measurement INV_UNITUNIT3Assigned to domainCUNITMEINS
PRICEPrice INV_PRICEDEC17(8) INV_PRICE
PRODUCT_ID_TYPEID Type INV_PRODUCT_ID_TYPENUMC3Assigned to domainINV_PRODUCT_ID_TYPE
PRODUCT_IDIdentification INV_PRODUCT_IDCHAR20INV_PRODUCT_ID
TAXBWTax Amount in Transaction Currency INV_TAXBWCURR13(2) WRTV7
STRPZTax rate STRPZ_KK_1DEC6PRZ33_KK
MWSKZTax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
DATE_OF_PAYMENTDue Date INV_DATE_OF_PAYMENTDATS8
INT_LINE_REF_NOInternal Reference Number to Link Several Doc. Line Items INV_INT_LINE_REF_NONUMC18
AUTOMAT_CREATEDIndicator: System Automatically Generated Doc. Line Items INV_AUTOMAT_CREATEDCHAR1INV_KENNZX
EXT_LINE_NOExternal Document Line Item Number INV_EXT_LINE_NONUMC6
DATE_FROMStart of Period INV_DATE_FROMDATS8
DATE_TOEnd of Period INV_DATE_TODATS8
LINE_TYPELine Type INV_LINE_TYPENUMC4TINV_C_LINETYPEINV_LINE_TYPE
TRANSF_RELEVANTRelevant to Transfer INV_KZ_TRANSF_RELEVANTCHAR1INV_KENNZX
TRANSF_DONEData Transferred INV_KZ_TRANSF_DONECHAR1INV_KENNZX
INV_CANCEL_DOCNumber of Document Reversed by Current Document INV_INT_INV_CANCEL_DOC_NONUMC18INV_INT_INV_DOC_NO
INV_CANCEL_LINELine Item Number of Document Reversed by Current Document INV_INT_INV_CANCEL_LINE_NONUMC8INV_INT_INV_LINE_NO
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
PS_PSP_PNRWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8Assigned to domainKONPRPS_POSNR
SBASWAmount Subject to Tax in Transaction Currency (Tax Base Amt) SBASW_KKCURR13(2) WRTV7
SBASW_GROSSTax Amount Including Taxes in Transaction Currency INV_SBASW_GROSSCURR13(2) WRTV7
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
SEGMENTSegment for Segmental Reporting SEGMT_KKCHAR10Assigned to domainALPHAFB_SEGMENT
PRICE_UNITMeasurement Unit for Price INV_PRICE_UNITUNIT3Assigned to domainCUNITMEINS
DIFF_QUANTDifference INV_DIFF_QUANTQUAN15(3) INV_QUANTITY
FACTORFactor for Quantity Determination INV_FACTORDEC17(8)
READING_OLDMeter Readings Result for Old Value INV_READING_OLDCHAR30INV_READING
READING_NEWMeter Readings Result for New Value INV_READING_NEWCHAR30INV_READING
INT_IDENT_TYPEType of Internal Identifier INV_INT_IDENT_TYPENUMC2INV_INT_IDENT_TYPE
INT_IDENTInternal Document Identification INV_INT_IDENTCHAR50INV_INT_IDENT

Key field Non-key field



How do I retrieve data from SAP table TINV_INV_LINE_I using ABAP code

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

SELECT SINGLE *
FROM TINV_INV_LINE_I
INTO CORRESPONDING FIELDS OF WA_TINV_INV_LINE_I
WHERE...

How to access SAP table TINV_INV_LINE_I

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