AVIK SAP (Payment Advice Header) Table details

Dictionary Type: Table
Description: Payment Advice Header




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




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

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

The AVIK table consists of various fields, each holding specific information or linking keys about Payment Advice Header data available in SAP. These include BUKRS (Company Code), KOART (Payment Advice Account Type), KONTO (Account Number), AVSID (Payment Advice 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: Can be enhanced (character-type or numeric)


SAP AVIK 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
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
KOARTPayment Advice Account Type KOART_AVCHAR1KOART_AV
KONTOAccount Number KTONR_AVCHAR10ALPHAKTONR
AVSIDPayment Advice Number AVSIDCHAR16AVSIDAVN
XAUSGIndicator: Outgoing payment using payment advice ? XAUSG_AVCHAR1XFELD
VBLNRDocument Number of the Payment Document VBLNRCHAR10ALPHABELNR
EIKTOShipper's (Our) Account Number at the Customer or Vendor EIKTOCHAR12CHAR12
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
ZALDTProbable Payment Date (Cash Discount 1 Due) DZALDTDATS8DATUM
RWBTRPayment Amount from the Payment Advice Header RWBTR_AVCURR13(2) WRTV7
RWSKTTotal Cash Discount for the Pmnt Transactn in Pmnt Currency RWSKTCURR13(2) WRTV7
WEFAEBill of Exchange Due Date WEFAEDATS8DATUM
RZAWEPayment Method for This Payment RZAWECHAR1Assigned to domainZLSCH
ZBNKLBank number of the payee's bank DZBNKLCHAR15BANKL
ZBNKNBank account number of the payee DZBNKNCHAR18BANKN
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
ERDATDate on Which Record Was Created ERDATDATS8DATUM
AEDATChanged On AEDATDATS8DATUM
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
AVTXTPayment Advice Header Text AVTXT_AVIKCHAR25TEXT25
AVSRTPayment Advice Type AVSRTCHAR2AVSRT
TCODETransaction Code TCODE_AVIKCHAR20TSTCTCODE
CPUTMTime of Entry CPUTMTIMS6UZEIT
ASTATPayment Advice Status ASTAT_AVIKCHAR1CHAR1
XACONIndicator: Payment advice posted on account? XACON_AVIKCHAR1XFELD
XKEEPIndicator: Hold payment advice in the system? XKEEP_AVIKCHAR1XFELD
XUNIQIndicator: Specific account/company code in payment advice? XUNIQ_AVIKCHAR1XFELD
VRSDGReason Code Conversion Version VRSDGCHAR3T053VVRSDG
SREGLSelection Rule for Payment Advices SREGLCHAR3T053ASREGL
XBENRReference Key AWKEYCHAR20AWKEY
XBTYPReference Transaction AWTYPCHAR5Assigned to domainAWTYP
VGREFBank Reference Number REFBKCHAR35CHAR35
PAKOAPayment Advice Account Type KOART_AVCHAR1KOART_AV
PAKTOAccount Number KTONR_AVCHAR10ALPHAKTONR
BVDATPosting date at the bank BVDAT_EBDATS8DATEXDATE_EB
BUTIMValue date time BUTIM_EBCHAR6TIME6
SPESKFees in account currency SPESK_EBCURR13(2) WERT7
VORGCBusiness transaction code VORGC_EBCHAR3CHAR3
TEXTSText key TEXTS_EBCHAR4CHAR4
ZBNKSCountry key of partner bank PABKS_EBCHAR3Assigned to domainLAND1
ZBSWISWIFT code of partner bank PASWI_EBCHAR11SWIFT
KURSFExchange rate (different from local currency) KURSF_EBDEC9(5) KURSF
JPDATDate of failed bills of exchange in Japan JPDAT_EBDATS8DATEXDATE_EB
CHECTCheck number CHECTCHAR13CHCKNCHK
XCONFIndicator: Payment confirmed XCONF_AVIKCHAR1CHAR1
AVRT2Payment Advice Type AVSRTCHAR2AVSRT
ZBPRNBusiness Partner PARTN_EBCHAR55CHAR55
VALUTValue date VALUTDATS8DATUM

Key field Non-key field



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

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

SELECT SINGLE *
FROM AVIK
INTO CORRESPONDING FIELDS OF WA_AVIK
WHERE...

How to access SAP table AVIK

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