PAYR SAP (Payment Medium File) Table details

Dictionary Type: Table
Description: Payment Medium File




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




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

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

The PAYR table consists of various fields, each holding specific information or linking keys about Payment Medium File data available in SAP. These include ZBUKR (Paying company code), HBKID (Short Key for a House Bank), HKTID (ID for account details), RZAWE (Payment Method).. 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 PAYR 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 MANDTCLNT3T000MANDT
ZBUKRPaying company code DZBUKRCHAR4T001BUKRS
HBKIDShort Key for a House Bank HBKIDCHAR5T012HBKID
HKTIDID for account details HKTIDCHAR5T012KHKTID
RZAWEPayment Method DZLSCHCHAR1T042ZZLSCH
CHECTCheck number CHECTCHAR13CHCKNCHK
CHECFCheck Number From CHECFCHAR13CHCKNCHK
LAUFDDate on Which the Program Is to Be Run LAUFDDATS8DATUM
LAUFIAdditional Identification LAUFICHAR6LAUFI
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
EMPFGPayee code EMPFGCHAR16EMPFG
UBHKTG/L Account Number for Our Bank Account / Bank Sub-Account UBHKTCHAR10Assigned to domainALPHASAKNR
VBLNRDocument Number of the Payment Document VBLNRCHAR10ALPHABELNR
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
ZALDTProbable Payment Date (Cash Discount 1 Due) DZALDTDATS8DATUM
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
RWBTRAmount Paid in the Payment Currency RWBTRCURR13(2) WRTV7
STRGBBusiness Area GSBERCHAR4TGSBGSBERGSB
PRIDTPrint Date PRIDTDATS8DATUM
PRITIPrint Time PRITITIMS6UZEIT
PRIUSPrint User PRIUSCHAR12UNAME
XMANUX - Manual check XMANUCHAR1XFELD
XBANCX - Paid Check XBANCCHAR1XFELD
BANCDCheck encashment date BANCDDATS8DATUM
EXTRDDate of Extract Creation EXTRDDATS8DATUM
EXTRTTime of Extract Creation EXTRTTIMS6UZEIT
XBUKRX - Intercompany Payment XBUKRCHAR1XFELD
ZANRETitle of the payee DZANRECHAR15TEXT15
ZNME1Name of the payee DZNME1CHAR35TEXT35
ZNME2Name of the payee DZNME1CHAR35TEXT35
ZNME3Name of the payee DZNME1CHAR35TEXT35
ZNME4Name of the payee DZNME1CHAR35TEXT35
ZPSTLPostal code of the payee DZPSTLCHAR10PSTLZ
ZORT1City of the payee DZORT1CHAR35TEXT35
ZSTRAStreet and house number of the payee DZSTRACHAR35TEXT35
ZPFACP.O. box of the payee DZPFACCHAR10PFACH
ZLANDCountry Key DZLANDCHAR3T005LAND1LND
ZREGIRegional code of the payee DZREGICHAR3T005SREGIO
ZBNKSCountry Key DZBNKSCHAR3T005LAND1LND
ZBNKNBank account number of the payee DZBNKNCHAR18BANKN
ZBNKLBank number of the payee's bank DZBNKLCHAR15BANKL
ZBKONBank Control Key of the Payee's Bank DZBKONCHAR2BKONT
ZSWIFSWIFT/BIC for International Payments SWIFTCHAR11SWIFT
ZIBANIBAN of the Payee DZIBANCHAR34IBAN
VOIDRCheck void reason code VOIDRNUMC2TVOIDVOIDR
VOIDDVoided Check Date VOIDDDATS8DATUM
VOIDUVoided check user VOIDUCHAR12UNAME
CHECVReplacement check number CHECVCHAR13CHCKN
HBKIVReplacement check bank HBKIVCHAR5T012HBKID
HKTIVReplacement check account HKTIVCHAR5T012KHKTID
ZPST2P.O. box postal code of the payee DZPST2CHAR10PSTLZ
XRAGLIndicator: Clearing was Reversed XRAGLCHAR1XFELD
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
SEQNRSequence Number SEQC5CHAR5CHAR5
BTZNRAssignment of Transfers BTZNRRAW1RAW1
REC_BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
REC_GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
ZPFORCity of payee's PO box PFORT_ZCHAR35TEXT35
UZAWEPayment Method Supplement UZAWECHAR2T042FUZAWE
ICHECType of Payment Medium (Stored in Payment Register) ICHECCHAR1ICHEC
IREFEInformation as to Whether a Reference to this Payment Exists ICREFCHAR1ICREF
RWSKTTotal Cash Discount for the Pmnt Transactn in Pmnt Currency RWSKTCURR13(2) WRTV7

Key field Non-key field



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

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

SELECT SINGLE *
FROM PAYR
INTO CORRESPONDING FIELDS OF WA_PAYR
WHERE...

How to access SAP table PAYR

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