J_3RKKR0 SAP (Account correspondence - summary table) Table details

Dictionary Type: Table
Description: Account correspondence - summary table




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




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

J_3RKKR0 is a standard SAP Table which is used to store Account correspondence - summary table data and is available within R/3 SAP systems depending on the version and release level.

The J_3RKKR0 table consists of various fields, each holding specific information or linking keys about Account correspondence - summary table data available in SAP. These include BUKRS (Company Code), GJAHR (Fiscal Year), DEBET (Debit Account), XNEGPD (Indicator: Negative posting).. 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 or numeric)


SAP J_3RKKR0 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 MANDTCLNT3Assigned to domainMANDT
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
DEBETDebit Account J_3RKDEBETCHAR10Assigned to domainALPHASAKNR
XNEGPDIndicator: Negative posting XNEGPCHAR1XFELD
GSBERDBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
KREDITCredit Account J_3RKKREDITCHAR10Assigned to domainALPHASAKNR
XNEGPKIndicator: Negative posting XNEGPCHAR1XFELD
GSBERKBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
HWAERLocal Currency HWAERCUKY5Assigned to domainWAERS
HSL01Total transactions in the period in local currency (curr 2) HSLXXCURR15(2) WERTV8
HSL02Total transactions in the period in local currency (curr 2) HSLXXCURR15(2) WERTV8
HSL03Total transactions in the period in local currency (curr 2) HSLXXCURR15(2) WERTV8
HSL04Total transactions in the period in local currency (curr 2) HSLXXCURR15(2) WERTV8
HSL05Total transactions in the period in local currency (curr 2) HSLXXCURR15(2) WERTV8
HSL06Total transactions in the period in local currency (curr 2) HSLXXCURR15(2) WERTV8
HSL07Total transactions in the period in local currency (curr 2) HSLXXCURR15(2) WERTV8
HSL08Total transactions in the period in local currency (curr 2) HSLXXCURR15(2) WERTV8
HSL09Total transactions in the period in local currency (curr 2) HSLXXCURR15(2) WERTV8
HSL10Total transactions in the period in local currency (curr 2) HSLXXCURR15(2) WERTV8
HSL11Total transactions in the period in local currency (curr 2) HSLXXCURR15(2) WERTV8
HSL12Total transactions in the period in local currency (curr 2) HSLXXCURR15(2) WERTV8
HSL13Total transactions in the period in local currency (curr 2) HSLXXCURR15(2) WERTV8
HSL14Total transactions in the period in local currency (curr 2) HSLXXCURR15(2) WERTV8
HSL15Total transactions in the period in local currency (curr 2) HSLXXCURR15(2) WERTV8
HSL16Total transactions in the period in local currency (curr 2) HSLXXCURR15(2) WERTV8
TSL01Total transactions of the period in transaction currency TSLXXCURR15(2) WERTV8
TSL02Total transactions of the period in transaction currency TSLXXCURR15(2) WERTV8
TSL03Total transactions of the period in transaction currency TSLXXCURR15(2) WERTV8
TSL04Total transactions of the period in transaction currency TSLXXCURR15(2) WERTV8
TSL05Total transactions of the period in transaction currency TSLXXCURR15(2) WERTV8
TSL06Total transactions of the period in transaction currency TSLXXCURR15(2) WERTV8
TSL07Total transactions of the period in transaction currency TSLXXCURR15(2) WERTV8
TSL08Total transactions of the period in transaction currency TSLXXCURR15(2) WERTV8
TSL09Total transactions of the period in transaction currency TSLXXCURR15(2) WERTV8
TSL10Total transactions of the period in transaction currency TSLXXCURR15(2) WERTV8
TSL11Total transactions of the period in transaction currency TSLXXCURR15(2) WERTV8
TSL12Total transactions of the period in transaction currency TSLXXCURR15(2) WERTV8
TSL13Total transactions of the period in transaction currency TSLXXCURR15(2) WERTV8
TSL14Total transactions of the period in transaction currency TSLXXCURR15(2) WERTV8
TSL15Total transactions of the period in transaction currency TSLXXCURR15(2) WERTV8
TSL16Total transactions of the period in transaction currency TSLXXCURR15(2) WERTV8

Key field Non-key field



How do I retrieve data from SAP table J_3RKKR0 using ABAP code

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

SELECT SINGLE *
FROM J_3RKKR0
INTO CORRESPONDING FIELDS OF WA_J_3RKKR0
WHERE...

How to access SAP table J_3RKKR0

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