J_3RF_PLAT SAP (Additional information to payment order) Table details

Dictionary Type: Table
Description: Additional information to payment order




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




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

J_3RF_PLAT is a standard SAP Table which is used to store Additional information to payment order data and is available within R/3 SAP systems depending on the version and release level.

The J_3RF_PLAT table consists of various fields, each holding specific information or linking keys about Additional information to payment order data available in SAP. These include BUKRS (Company Code), BELNR (Accounting Document Number), GJAHR (Fiscal Year), J_3RF_KPP (Subdivision's KPP).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP J_3RF_PLAT table 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
MANDTClient MANDTCLNT3T000MANDT
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
J_3RF_KPPSubdivision's KPP J_3RF_KPPCHAR12CHAR12
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 table J_3RF_PLAT using ABAP code

The following ABAP code Example will allow you to do a basic selection on J_3RF_PLAT to SELECT all data from the table
DATA: WA_J_3RF_PLAT TYPE J_3RF_PLAT.

SELECT SINGLE *
FROM J_3RF_PLAT
INTO CORRESPONDING FIELDS OF WA_J_3RF_PLAT
WHERE...

How to access SAP table J_3RF_PLAT

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