J_3RFPAY_DATA SAP (General data for Payment Orders/Request print) Structure details

Dictionary Type: Structure
Description: General data for Payment Orders/Request print




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




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

J_3RFPAY_DATA 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 "General data for Payment Orders/Request print" 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_J_3RFPAY_DATA TYPE J_3RFPAY_DATA.

The J_3RFPAY_DATA table consists of various fields, each holding specific information or linking keys about General data for Payment Orders/Request print data available in SAP. These include PRINT_DATE (Posting date of the payment document), PAYM_TYPE (Char 15), PRINT_NUMBER (Char 20), W_AMOUNT (Char255).. 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 J_3RFPAY_DATA 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
VBLNRDocument Number of the Payment Document VBLNRCHAR10ALPHABELNR
PRINT_DATEPosting date of the payment document DZALDT_ZHLDATS8DATUM
PAYM_TYPEChar 15 CHAR15CHAR15CHAR15
PRINT_NUMBERChar 20 CHAR20CHAR20CHAR20
W_AMOUNTChar255 CHAR255CHAR255CHAR255
AMOUNTUser field for cluster PC (national) CHAR25CHAR25CHAR25
SROKPLDue date of the paid items AUSFDDATS8DATUM
OCHERPLSingle-Character Indicator CHAR1CHAR1CHAR1
PURPOSEText length 300 TEXT300CHAR300CHAR300
VATCharacter 100 CHAR100CHAR100CHAR100
ACCEPT_TEXTText field length 200 CHAR200CHAR200CHAR200
ACCEPT_TERMCharacter length 2 CHAR_02CHAR2CHAR02
J_3RF_101Payer Status J_3RF_101CHAR2J_3RF_101
J_3RF_104Budgetary classification code J_3RF_104CHAR20Assigned to domainJ_3RF_104J_3RF_104
J_3RF_105OKATO code J_3RF_105CHAR12CHAR012
J_3RF_106Payment reason J_3RF_106CHAR2Assigned to domainJ_3RF_106J_3RF_106
J_3RF_107Tax period J_3RF_107CHAR10CHAR010
J_3RF_108Document number J_3RF_108CHAR16CHAR0016
J_3RF_109Document Date J_3RF_109CHAR10CHAR10
J_3RF_110Payment Type J_3RF_110CHAR2Assigned to domainJ_3RF_110

Key field Non-key field



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

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

How to access SAP table J_3RFPAY_DATA

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