IFM_PAY_EU_ALV2 SAP (ALV Display for EU Reports) Structure details

Dictionary Type: Structure
Description: ALV Display for EU Reports




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




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

IFM_PAY_EU_ALV2 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 "ALV Display for EU Reports" 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_IFM_PAY_EU_ALV2 TYPE IFM_PAY_EU_ALV2.

The IFM_PAY_EU_ALV2 table consists of various fields, each holding specific information or linking keys about ALV Display for EU Reports data available in SAP. These include TYPNR (Type Number of Payment), KEYNO (Key Number for Payment Request), BUKRS (Company Code), BELNR (Accounting Document Number).. 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 IFM_PAY_EU_ALV2 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
GROUPIDGroup name: Batch input session name APQ_GRPNCHAR12CHAR12
TYPNRType Number of Payment FM_TYPNRINT13TYPNR
KEYNOKey Number for Payment Request PRQ_KEYNOCHAR10Assigned to domainALPHAPRQ_KEYNO
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
FREIGPosting Date in the Document BUDATDATS8DATUM
ZAHLDClearing Date AUGDTDATS8DATUM
RFBTRAmount in document currency WRBTRCURR13(2) WERT7
RWAERCurrency Key of the Invoice PRQ_DOCURCUKY5Assigned to domainWAERS
ZFBTRPayment Request Amount in Payment Currency PRQ_AMTFCCURR13(2) WERT7
ZWAERPayment Request Currency Key PRQ_PACURCUKY5Assigned to domainWAERS
RHBTRAmount in Local Currency DMBTRCURR13(2) WERT7
HWAERLocal Currency HWAERCUKY5Assigned to domainWAERS
ZHBTRPayment Request Amount in Local Currency PRQ_AMTLCCURR13(2) WERT7
HWAER2Local Currency HWAERCUKY5Assigned to domainWAERS
KDIFFPayment Request Amount in Local Currency PRQ_AMTLCCURR13(2) WERT7
HWAER3Local Currency HWAERCUKY5Assigned to domainWAERS
BSCH1Posting Key for Credit Postings BSCHHCHAR2Assigned to domainBSCHL
KONT1Local Account for Realized Exchange Gains LHREACHAR10Assigned to domainALPHASAKNR
BSCH2Posting Key for Credit Postings BSCHHCHAR2Assigned to domainBSCHL
KONT2Local Account for Realized Exchange Gains LHREACHAR10Assigned to domainALPHASAKNR
BSCH3Posting Key for Credit Postings BSCHHCHAR2Assigned to domainBSCHL
KONT3Local Account for Realized Exchange Gains LHREACHAR10Assigned to domainALPHASAKNR
ERRORField for Displaying Error Messages in EU Reports FM_EU_ERRORCHAR100FM_EU_ERROR

Key field Non-key field



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

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

How to access SAP table IFM_PAY_EU_ALV2

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