FPAYP_DOC SAP (Payment Medium: Paid Items (Amounts, Date)) Structure details

Dictionary Type: Structure
Description: Payment Medium: Paid Items (Amounts, Date)




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




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

FPAYP_DOC 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: Paid Items (Amounts, Date)" 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_FPAYP_DOC TYPE FPAYP_DOC.

The FPAYP_DOC table consists of various fields, each holding specific information or linking keys about Payment Medium: Paid Items (Amounts, Date) data available in SAP. These include DOC2R (Reference to Paid Document), VOR1T (Activity Type), VOR1R (Reference to Activity), VOR2T (Activity Type).. 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: Not classified


SAP FPAYP_DOC 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
DOC2TCategory for Paid Document DOC2T_FPMCHAR2DOCTP_FPM
DOC2RReference to Paid Document DOC2R_FPMCHAR24CHAR24
VOR1TActivity Type VOR1T_FPMCHAR2VORTYP_FPM
VOR1RReference to Activity VOR1R_FPMCHAR4CHAR4
VOR2TActivity Type VOR1T_FPMCHAR2VORTYP_FPM
VOR2RReference to Activity VOR1R_FPMCHAR4CHAR4
BLDATDocument Date in Document BLDATDATS8DATUM
BUDATPosting Date in the Document BUDATDATS8DATUM
FAEDTDue Date of Payment FAEDT_FPMDATS8DATUM
HWAERLocal Currency HWAER_FPMCUKY5Assigned to domainWAERS
DMBTRAmount Before Deductions in Local Currency with +/- Signs DMBTV_FPMCURR23(2) WERTV12
SKNTOCash Discount Amount (+/-) in Local Currency SKNTV_FPMCURR23(2) WERTV12
QSTEUWithholding Tax Amount (+/-) in Local Currency QSTEV_FPMCURR23(2) WERTV12
NETTONet Amount in Local Currency with +/- Signs NETTV_FPMCURR23(2) WERTV12
ABZUGTotal Deductions (+/-) in Local Currency ABZGV_FPMCURR23(2) WERTV12
ZBDXPSelected cash discount percentage rate DZBDXPDEC5(3) PRZ23
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
WRBTRAmount Before Deductions in Foreign Currency with +/- Signs WRBTV_FPMCURR23(2) WERTV12
WSKTOCash Discount Amount in Foreign Currency with +/- Signs WSKTV_FPMCURR23(2) WERTV12
WQSTEWithholding Tax Amount (+/-) in Foreign Currency WQSTV_FPMCURR23(2) WERTV12
WNETTNet Amount in Foreign Currency with +/- Signs WNETV_FPMCURR23(2) WERTV12
WABZGTotal Deductions (+/-) in Foreign Currency WABZV_FPMCURR23(2) WERTV12
PSWSLUpdate Currency for General Ledger Transaction Figures PSWSL_FPMCUKY5Assigned to domainWAERS
PSWBTAmount for Updating in General Ledger PSWBT_FPMCURR23(2) WERTV12
PSSKTCash Discount Deduction for the Item PSSKT_FPMCURR23(2) WERTV12
POKENItem Indicator in Payment Program POKEN_FPMNUMC3NUMC3
ZLSPRBlock Reason for Automatic Payment SPRZL_FPMCHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table FPAYP_DOC

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