BIW_TINV_INV_LINE_A SAP (BW: Payment Advice Note Line) Structure details

Dictionary Type: Structure
Description: BW: Payment Advice Note Line




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




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

BIW_TINV_INV_LINE_A 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 "BW: Payment Advice Note Line" 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_BIW_TINV_INV_LINE_A TYPE BIW_TINV_INV_LINE_A.

The BIW_TINV_INV_LINE_A table consists of various fields, each holding specific information or linking keys about BW: Payment Advice Note 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP BIW_TINV_INV_LINE_A 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
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
RODMUPDMODBW Delta Process: Record Mode RODMUPDMODCHAR1RODMUPDMOD
LOEVMDeletion Indicator LOEVMCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table BIW_TINV_INV_LINE_A

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