E2FIPRH SAP (FI IDoc: Header data for payment) Structure details

Dictionary Type: Structure
Description: FI IDoc: Header data for payment




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




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

E2FIPRH 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 "FI IDoc: Header data for payment" 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_E2FIPRH TYPE E2FIPRH.

The E2FIPRH table consists of various fields, each holding specific information or linking keys about FI IDoc: Header data for payment data available in SAP. These include AWTYP (Reference Transaction), AWREF (Reference Document Number), AWORG (Reference Organizational Units), MANDT (Client).. 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 E2FIPRH 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
AWSYSLogical System LOGSYSTEMCHAR10Assigned to domainALPHALOGSYS
AWTYPReference Transaction AWTYPCHAR5Assigned to domainAWTYP
AWREFReference Document Number AWREFCHAR10ALPHAAWREF
AWORGReference Organizational Units AWORGCHAR10AWORG
MANDTClient MANDTCLNT3Assigned to domainMANDT
LAUFDDate on Which the Program Is to Be Run LAUFDDATS8DATUM
LAUFIR/2 table CHAR5CHAR5CHAR5
ORIGNRun Indicator in Payment Transactions LAUFK_F110CHAR1LAUFK_F110
PYDOCCharacter field length 24 CHAR24CHAR24CHAR24
BUKRSName of global company code BUKRS_GLOBCHAR6Assigned to domainBUKRS_GLOB
ZALDTPosting date of the payment document DZALDT_ZHLDATS8DATUM
HWAERCharacter Field with Length 5 CHAR05CHAR5CHAR005
PACURPayment Request Currency Key PRQ_PACURCUKY5Assigned to domainWAERS
PAMTLUser field for cluster PC (national) CHAR25CHAR25CHAR25
PAMTFUser field for cluster PC (national) CHAR25CHAR25CHAR25
GPTYPVersion Number Component CHAR2CHAR2CHAR2
PARNOBusiness Partner PRQ_PARNOCHAR10ALPHAPRQ_PARNO
KTTYPVersion Number Component CHAR2CHAR2CHAR2
KONTOCharacter Field of Length 12 CHAR12CHAR12CHAR12
PAYEEAccount Number of the Alternative Payee PRQ_PAYEECHAR10ALPHAPRQ_PARNO
FILKDAccount Number of the Branch FILKDCHAR10ALPHAMAXKK
DTAMSIndicator for Data Medium Exchange DTAMSCHAR1DTAMS
DTAWSInstruction key for data medium exchange DTAWSCHAR2Assigned to domainDTAWS
LZBKZState Central Bank Indicator LZBKZCHAR3Assigned to domainLZBKZ
HKTIDID for account details HKTIDCHAR5Assigned to domainHKTID
HBKIDShort Key for a House Bank HBKIDCHAR5Assigned to domainHBKID
DUEDTPayment Request Due Date PRQ_DUEDTDATS8DATUM
VALUTValue Date for the Sending Bank PRQ_VALDTDATS8DATUM
CRVALValue Date at Payee's Bank PRQ_CRVALDATS8DATUM
XPOREIndicator: Individual Payment? PRQ_XPORECHAR1XFELD
UZAWEPayment Method Supplement UZAWECHAR2Assigned to domainUZAWE
ZWELSList of the Payment Methods to be Considered DZWELSCHAR10ZWELS
SWTXTSwift Text PRQ_SWTXTCHAR140PRQ_SWTXT
PAYGRGrouping Field for Automatic Payments PAYGRCHAR20CHAR20
PYGRPChar 20 CHAR20CHAR20CHAR20
ZLSPRPayment Block Key DZLSPRCHAR1Assigned to domainZAHLSSPE
RSKONUser field for cluster PC (national) CHAR25CHAR25CHAR25
RWSKTUser field for cluster PC (national) CHAR25CHAR25CHAR25

Key field Non-key field



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

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

How to access SAP table E2FIPRH

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