OPAYF SAP (Fields for Online Payment with Form) Structure details

Dictionary Type: Structure
Description: Fields for Online Payment with Form




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




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

OPAYF 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 "Fields for Online Payment with Form" 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_OPAYF TYPE OPAYF.

The OPAYF table consists of various fields, each holding specific information or linking keys about Fields for Online Payment with Form data available in SAP. These include PPRIZ (Printer for Payment Forms), PZFOR (Alternative Form), PAVIS (Print Payment Advice), PPRIA (Printer for Payment Advice).. 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 OPAYF 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
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
PPRIZPrinter for Payment Forms FORDPRIZCHAR4TSP03SPDEVRSPOPNAME
PZFORAlternative Form FORDZFORCHAR16TDFORM
PAVISPrint Payment Advice FORDAVISCHAR1XFELD
PPRIAPrinter for Payment Advice FORDPRIACHAR4TSP03SPDEVRSPOPNAME
PSTAPCheck Lot Number FORDSTAPNUMC4STAPL
PESPRIndicator: Texts in Recipient's Language FORDESPRCHAR1XFELD
PISOCIndicator: Currency in ISO Code FORDISOCCHAR1XFELD
PSOFOIndicator: Print Immediately Without Spool File FORDSOFOCHAR1XFELD
RZAWEPayment Method for This Payment RZAWECHAR1T042ZZLSCH
HBKIDShort Key for a House Bank HBKIDCHAR5T012HBKID
PFILLPadding Character for Numbers in Words FILLER_FPMCHAR1TEXT1
XPDRUIndicator: Test Print XPDRUCHAR1XFELD
XZBATIndicator: Calculate payment amount automatically XZBATCHAR1XFELD
XNOVOIndicator: Do not Void any Checks FORDNOVOCHAR1XFELD
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
EMPFBPayee/Payer EMPFBCHAR10ALPHAMAXKK
XAKOBIndicator: Post payment on account ? XAKOBCHAR1XFELD
SGTXTItem Text SGTXT_AKOCHAR50TEXT50
EMPFGPayee code EMPFGCHAR16EMPFG
ABPOSFirst Item to be Displayed on the Page ABPOS_F05ANUMC7NUM07
ANZPONumber of Items Displayed ANZPO_F05ANUMC7NUM07
PDFFOPDF-Based Forms: Form Name FPWBFORMNAMECHAR30FPNAMEFPWBFORMHFPWBFORM
FOTYPForm Formatting Type in Payments FPM_FORMTYPECHAR1FIBL_FORMTYPE

Key field Non-key field



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

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

How to access SAP table OPAYF

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