RFC_PRA SAP (RFC Interface: Payment Request Header Data) Structure details

Dictionary Type: Structure
Description: RFC Interface: Payment Request Header Data




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




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

RFC_PRA 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 "RFC Interface: Payment Request Header Data" 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_RFC_PRA TYPE RFC_PRA.

The RFC_PRA table consists of various fields, each holding specific information or linking keys about RFC Interface: Payment Request Header Data data available in SAP. These include BUDAT (Character Field Length = 10), BLDAT (Character Field Length = 10), BUKRS (Not More Closely Defined Area, Possibly Used for Patchlevels), WAERS (R/2 table).. 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 RFC_PRA 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
BLARTVersion Number Component CHAR2CHAR2CHAR2
BUDATCharacter Field Length = 10 CHAR10CHAR10CHAR10
BLDATCharacter Field Length = 10 CHAR10CHAR10CHAR10
BUKRSNot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
WAERSR/2 table CHAR5CHAR5CHAR5
WWERTCharacter Field Length = 10 CHAR10CHAR10CHAR10
KURSFCharacter Field Length = 10 CHAR10CHAR10CHAR10
XBLNRField of length 16 CHAR16CHAR16CHAR16
BKTXTUser field for cluster PC (national) CHAR25CHAR25CHAR25
LIFNRCharacter Field Length = 10 CHAR10CHAR10CHAR10
XSKZGSingle-Character Indicator CHAR1CHAR1CHAR1
UMSKZSingle-Character Indicator CHAR1CHAR1CHAR1
XHKZGSingle-Character Indicator CHAR1CHAR1CHAR1
WRBTRChar 15 CHAR15CHAR15CHAR15
WMWSTChar 15 CHAR15CHAR15CHAR15
MWSKZVersion Number Component CHAR2CHAR2CHAR2
PAMTFChar 15 CHAR15CHAR15CHAR15
PACURR/2 table CHAR5CHAR5CHAR5
ZWERTCharacter Field Length = 10 CHAR10CHAR10CHAR10
ZUONRField length 18 CHAR18CHAR18CHAR18
SGTXTComment CHAR50CHAR50TEXT50
ZFBDTCharacter Field Length = 10 CHAR10CHAR10CHAR10
ZTERMNot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
HLP_VALUTCharacter Field Length = 10 CHAR10CHAR10CHAR10
XVALUTSingle-Character Indicator CHAR1CHAR1CHAR1
ZLSPRSingle-Character Indicator CHAR1CHAR1CHAR1
XURGESingle-Character Indicator CHAR1CHAR1CHAR1
HBKIDR/2 table CHAR5CHAR5CHAR5
HKTIDR/2 table CHAR5CHAR5CHAR5
RZAWESingle-Character Indicator CHAR1CHAR1CHAR1
UZAWEVersion Number Component CHAR2CHAR2CHAR2
SWTXT1Character field, length 70 CHAR70CHAR70CHAR70
SWTXT2Character field, length 70 CHAR70CHAR70CHAR70

Key field Non-key field



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

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

How to access SAP table RFC_PRA

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