TINV_INV_LINE_A SAP (Payment Advice Line) Table details

Dictionary Type: Table
Description: Payment Advice Line




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




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

TINV_INV_LINE_A is a standard SAP Table which is used to store Payment Advice Line data and is available within R/3 SAP systems depending on the version and release level.

The TINV_INV_LINE_A table consists of various fields, each holding specific information or linking keys about Payment Advice Line 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_A 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
BETRW_REQRequested Gross Amount in Transaction Currency INV_REQ_BETRW_GROSSCURR13(2) WRTV7
BETRW_SKONTOCash Discount Amount in Transaction Currency with +/+ Sign INV_BETRW_SKONTOCURR13(2) WRTV7
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
TAXBWTax Amount in Transaction Currency INV_TAXBWCURR13(2) WRTV7
STPRZTax rate STRPZ_KK_1DEC6PRZ33_KK
MWSKZTax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
DATE_OF_PAYMENTDue Date INV_DATE_OF_PAYMENTDATS8
PAYMENTDATEPayment Date INV_PAYMENTDATEDATS8INV_PAYMENTDATE
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
RSTGRReason Code for Payments RSTGRCHAR3TINV_C_ADJ_RSNRSTGR
INT_IDENT_TYPEType of Internal Identifier INV_INT_IDENT_TYPENUMC2INV_INT_IDENT_TYPE
INT_IDENTInternal Document Identification INV_INT_IDENTCHAR50INV_INT_IDENT
EXT_PARTNERBusiness Partner Number in External System BU_BPEXTCHAR20CHAR20
INT_PARTNERBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
EXT_INVOICE_NOExternal Document Number INV_EXT_DOC_NO_ADVICECHAR40TEXT40
OWN_INVOICE_NOInternal Document Number INV_OWN_INVOICE_NOCHAR40TEXT40
VTREFReference Specifications from Contract VTREF_KKCHAR20ALPHAVTREF_KKVTZ
CONTRACTContract INV_CONTRACTCHAR10ALPHAINV_CONTRACT
VKONT_PAYContract Account for Payment INV_VKONT_PAYCHAR12Assigned to domainALPHAVKONT_KK
BVRKOClearing Account for Aggregation/Payment Distribution INV_BVRKOCHAR10Assigned to domainALPHASAKNR

Key field Non-key field



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

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

SELECT SINGLE *
FROM TINV_INV_LINE_A
INTO CORRESPONDING FIELDS OF WA_TINV_INV_LINE_A
WHERE...

How to access SAP table TINV_INV_LINE_A

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