FPM_SELPAR SAP (Payment Medium - Selection Parameters) Structure details

Dictionary Type: Structure
Description: Payment Medium - Selection Parameters




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




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

FPM_SELPAR 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 - Selection Parameters" 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_FPM_SELPAR TYPE FPM_SELPAR.

The FPM_SELPAR table consists of various fields, each holding specific information or linking keys about Payment Medium - Selection Parameters data available in SAP. These include PFILE (File Name in the File System), XFORA (Indicator: All Payment Medium Formats), XFORI (Indicator: Only International Payment Medium Formats), XFORC (Indicator: Only Country-Specific Payment Medium Formats).. 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 FPM_SELPAR 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
PARAM Parameter String0
PFILEFile Name in the File System FSNAM_FPMCHAR255TEXT255
XFORA Indicator: All Payment Medium Formats0
XFORI Indicator: Only International Payment Medium Formats0
XFORC Indicator: Only Country-Specific Payment Medium Formats0
XPADV Indicator: Output Payment Advice0
XPERRIndicator: Generate Error Log XPERR_FPMCHAR1XFELD
XPFILPayment Medium: Output in File System XFILESYS_FPMCHAR1XFELD
XBELPPayment Document Validation FORDBELPCHAR1XFELD
XPLSTPrint Payment Summary FORDBEGLCHAR1XFELD
XSCRNOutput of Payment Summary on Screen XSCREEN_FPMCHAR1XFELD
XAVIS Display Field - Payment Advice Required by User0
XCHRREP Indicator: Replace Character0
XUPCASE Indicator: Convert Characters to Capital Letters0
ALTFORMAlternative Form FORDZFORCHAR16TDFORM
NUMSPRINumber of Sample Printouts FORDANZPNUMC1NUMC01
CURRISOIndicator: Currency in ISO Code FORDISOCCHAR1XFELD
RECEIVERRecipient of a Data Medium RECEIVER_FPMCHAR20TEXT20

Key field Non-key field



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

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

How to access SAP table FPM_SELPAR

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