FPAYH_PAY SAP (Payment Medium: Payment Document) Structure details

Dictionary Type: Structure
Description: Payment Medium: Payment Document




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




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

FPAYH_PAY 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 Medium: Payment Document" 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_FPAYH_PAY TYPE FPAYH_PAY.

The FPAYH_PAY table consists of various fields, each holding specific information or linking keys about Payment Medium: Payment Document data available in SAP. These include DOC1R (Reference to Payment Document), SRTGB (Business Area), WAERS (Currency Key), RWBTR (Amount paid in transaction currency).. 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: Cannot Be Enhanced


SAP FPAYH_PAY 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
DOC1TPayment Document Category DOC1T_FPMCHAR2DOCTP_FPM
DOC1RReference to Payment Document DOC1R_FPMCHAR24CHAR24
SRTGBBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
RWBTRAmount paid in transaction currency BF_RWBTRCURR23(2) WERTV12
RWSKTTotal Cash Discount in Payment (Transaction Currency) BF_RWSKTCURR23(2) WERTV12
WQSTEWithholding Tax Amount (+/-) in Foreign Currency WQSTV_FPMCURR23(2) WERTV12
WABZGTotal Deductions (+/-) in Foreign Currency WABZV_FPMCURR23(2) WERTV12
WRBTRAmount Before Deductions in Foreign Currency with +/- Signs WRBTV_FPMCURR23(2) WERTV12
RBETRAmount Paid in Local Currency BF_RBETRCURR23(2) WERTV12
RSKONTotal Cash Discount Included in Payment (Local Currency) BF_RSKONCURR23(2) WERTV12
XKDFBIndicator: Do Not Post any Exchange Rate Differences XKDFB_FPMCHAR1XFELD
ZALDTPosting date of the payment document DZALDT_ZHLDATS8DATUM
AUSFDDue date of the paid items AUSFDDATS8DATUM
VALUTValue date VALUTDATS8DATUM
CRVALValue Date at Payee's Bank PRQ_CRVALDATS8DATUM
RPOSTNumber of Items paid BF_RPOSTDEC7PACK4
RTEXTNumber of Text Lines for the Items Paid BF_RTEXTDEC7PACK4
PAYGRGrouping Field for Automatic Payments PAYGR_FPMCHAR20CHAR20
WDATEBill of Exchange Issue Date WDATEDATS8DATUM
WEFAEBill of Exchange Due Date WEFAEDATS8DATUM
WEAMXNumber of Bills of Exchange with Maximum Amount WEAMXDEC3PACK2
WEFMXMaximum Amount per Bill of Exchange in Payment Currency WEFMXCURR13(2) WERT7
WEFRSRemaining Amount in Payment Crcy for Last Bill of Exchange WEFRSCURR13(2) WERT7

Key field Non-key field



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

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

How to access SAP table FPAYH_PAY

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