FPRLS_PAYMENT_DATA SAP (Payment Data) Structure details

Dictionary Type: Structure
Description: Payment Data




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




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

FPRLS_PAYMENT_DATA 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 "Payment 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_FPRLS_PAYMENT_DATA TYPE FPRLS_PAYMENT_DATA.

The FPRLS_PAYMENT_DATA table consists of various fields, each holding specific information or linking keys about Payment Data data available in SAP. These include LAUFI_PAY (Additional Identification), VBLNR_PAY (Document Number of the Payment Document), PYORD_PAY (Payment Order), XF110_EXEC (General Flag).. 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 FPRLS_PAYMENT_DATA 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
LAUFD_PAYDate on Which the Program Is to Be Run LAUFDDATS8DATUM
LAUFI_PAYAdditional Identification LAUFICHAR6LAUFI
VBLNR_PAYDocument Number of the Payment Document VBLNRCHAR10ALPHABELNR
PYORD_PAYPayment Order PYORDCHAR10ALPHAPYORD
XF110_EXECGeneral Flag FLAGCHAR1FLAG
LAUFDDate of Proposal Run FPRL_LAUFDDATS8DATUM
LAUFIPayment Proposal FPRL_LAUFICHAR6LAUFI
JOBCOUNTJob ID BTCJOBCNTCHAR8CHAR8
ZBUKRPaying company code DZBUKRCHAR4T001BUKRS
ABSBUSending company code ABSBUCHAR4Assigned to domainBUKRS
ZNME1Name of the payee DZNME1CHAR35TEXT35
ZPSTLPostal code of the payee DZPSTLCHAR10PSTLZ
ZORT1City of the payee DZORT1CHAR35TEXT35
ZLANDCountry Key DZLANDCHAR3Assigned to domainLAND1LND
ZREGIRegional code of the payee DZREGICHAR3Assigned to domainREGIO
ZSPRALanguage key of the payee DZSPRALANG1Assigned to domainISOLASPRAS
NAME1Name 1 NAME1_GPCHAR35NAME
ZBVTYBank Data Indicator for the Payee DZBVTYCHAR4BVTYP
ZBNKSCountry Key DZBNKSCHAR3Assigned to domainLAND1LND
ZBNKYBank key of the payee's bank DZBNKYCHAR15BANKK
ZBNKLBank number of the payee's bank DZBNKLCHAR15BANKL
ZBNKNBank account number of the payee DZBNKNCHAR18BANKN
ZBKONBank Control Key of the Payee's Bank DZBKONCHAR2BKONT
BKREFReference specifications for bank details BKREFCHAR20CHAR20
ZSWIFSWIFT/BIC for International Payments SWIFTCHAR11SWIFT
ZIBANIBAN (International Bank Account Number) IBANCHAR34IBAN
KOINHAccount Holder Name KOINH_FICHAR60KOINH
HKTIDID for account details HKTIDCHAR5Assigned to domainHKTID
HBKIDShort Key for a House Bank HBKIDCHAR5T012HBKID
UBNKSBank country key BANKSCHAR3Assigned to domainLAND1BKL
UBNKYBank key of our bank UBNKYCHAR15BANKK
UBNKLBank number of our bank UBNKLCHAR15BANKL
UBKNTOur account number at the bank UBKNTCHAR18BANKN
UBKONBank control key at our bank UBKONCHAR2BKONT
UBHKTG/L Account Number for Our Bank Account / Bank Sub-Account UBHKTCHAR10Assigned to domainALPHASAKNR
RZAWEPayment Method DZLSCHCHAR1T042ZZLSCH
UZAWEPayment Method Supplement UZAWECHAR2T042FUZAWE
DTAWSInstruction key for data medium exchange DTAWSCHAR2Assigned to domainDTAWS
ZALDTPosting date of the payment document DZALDT_ZHLDATS8DATUM
VALUTValue date VALUTDATS8DATUM
AUSFDDue date of the paid items AUSFDDATS8DATUM
ANFAEBill of Exchange Payment Request Due Date ANFAEDATS8DATUM
WEFAEBill of Exchange Due Date WEFAEDATS8DATUM
WDATEBill of Exchange Issue Date WDATEDATS8DATUM
BUSABAccounting clerk BUSABCHAR2Assigned to domainBUSAB
EIKTOShipper's (Our) Account Number at the Customer or Vendor EIKTOCHAR12CHAR12
KIDNOPayment Reference KIDNOCHAR30CHAR30
RFTTRNPayment code RFTTRN_BFCHAR20RFTTRN_BF
BTYP1Type of bank in a bank chain (correspondent, intermediary) BNTYPCHAR1BNTYP
BNKS1Bank country key BANKSCHAR3Assigned to domainLAND1BKL
BNKL1Bank Keys BANKKCHAR15BANKKBNK
BNKN1Bank account number BANKNCHAR18BANKN
BTYP2Type of bank in a bank chain (correspondent, intermediary) BNTYPCHAR1BNTYP
BNKS2Bank country key BANKSCHAR3Assigned to domainLAND1BKL
BNKL2Bank Keys BANKKCHAR15BANKKBNK
BNKN2Bank account number BANKNCHAR18BANKN
BTYP3Type of bank in a bank chain (correspondent, intermediary) BNTYPCHAR1BNTYP
BNKS3Bank country key BANKSCHAR3Assigned to domainLAND1BKL
BNKL3Bank Keys BANKKCHAR15BANKKBNK
BNKN3Bank account number BANKNCHAR18BANKN
MGUIDSEPA Mandate: GUID of Mandate SEPA_MGUIDRAW16
MNDIDUnique Referene to Mandate per Payment Recipient SEPA_MNDIDCHAR35ID035

Key field Non-key field



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

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

How to access SAP table FPRLS_PAYMENT_DATA

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