PAYR_ALV1 SAP (Check Register, Header Data) Structure details

Dictionary Type: Structure
Description: Check Register, Header Data




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




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

PAYR_ALV1 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 "Check Register, Header Data" 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_PAYR_ALV1 TYPE PAYR_ALV1.

The PAYR_ALV1 table consists of various fields, each holding specific information or linking keys about Check Register, Header Data data available in SAP. These include BKKTID (Combintaion of Company Code and Bank Data), ZBUKR (Company Code), XBUKR (X - Intercompany Payment), XMANU (X - Manual check).. 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 PAYR_ALV1 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
EXPAGeneral Flag FLAGCHAR1FLAG
BKKTID Combintaion of Company Code and Bank Data0
ZBUKRCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
XBUKRX - Intercompany Payment XBUKRCHAR1XFELD
XMANUX - Manual check XMANUCHAR1XFELD
RZAWEPayment Method DZLSCHCHAR1Assigned to domainZLSCH
ZWEGPayment Method as Record PZWEGCHAR30DZWEG
UZAWEPayment Method Supplement UZAWECHAR2Assigned to domainUZAWE
HBKIDShort Key for a House Bank HBKIDCHAR5Assigned to domainHBKID
HKTIDID for account details HKTIDCHAR5Assigned to domainHKTID
BANKNBank account number BANKNCHAR18BANKN
BANKAName of bank BANKACHAR60TEXT60
ORT01City ORT01CHAR25TEXT25
BANKLBank number BANKLCHAR15BANKLBLZ
CHECMCheck Lots CHECMCHAR27CHECM
CHECFCheck Number From CHECFCHAR13CHCKNCHK
CHECTCheck number CHECTCHAR13CHCKNCHK
VBLNRDocument Number of the Payment Document VBLNRCHAR10ALPHABELNR
ZALDTProbable Payment Date (Cash Discount 1 Due) DZALDTDATS8DATUM
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
RWBTRAmount Paid in the Payment Currency RWBTRCURR13(2) WRTV7
EMPFENTWCheck Recipient or Void Reason Code EMPFENTWCHAR75DEMPFENTW
BANCDSDate Encashed/Voided PAYRDTDATS8DATUM
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
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
STRGBBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
PRIDTPrint Date PRIDTDATS8DATUM
PRITIPrint Time PRITITIMS6UZEIT
PRIUSPrint User PRIUSCHAR12UNAME
BANCDCheck encashment date BANCDDATS8DATUM
EXTRDDate of Extract Creation EXTRDDATS8DATUM
EXTRTTime of Extract Creation EXTRTTIMS6UZEIT
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
ZPFORCity of payee's PO box PFORT_ZCHAR35TEXT35
ZLANDCountry Key DZLANDCHAR3Assigned to domainLAND1LND
ZREGIRegional code of the payee DZREGICHAR3Assigned to domainREGIO
ZBNKSCountry Key DZBNKSCHAR3Assigned to domainLAND1LND
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 VOIDRNUMC2Assigned to domainVOIDR
VOIDDVoided Check Date VOIDDDATS8DATUM
VOIDUVoided check user VOIDUCHAR12UNAME
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
XBANCX - Paid Check XBANCCHAR1XFELD
UBHKTG/L Account Number for Our Bank Account / Bank Sub-Account UBHKTCHAR10Assigned to domainALPHASAKNR
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 structure PAYR_ALV1 using ABAP code?

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

How to access SAP table PAYR_ALV1

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