RKGA2 SAP (Screen fields SAPMKGA2) Structure details

Dictionary Type: Structure
Description: Screen fields SAPMKGA2




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




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

RKGA2 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 "Screen fields SAPMKGA2" 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_RKGA2 TYPE RKGA2.

The RKGA2 table consists of various fields, each holding specific information or linking keys about Screen fields SAPMKGA2 data available in SAP. These include RLDNR (Ledger), ERKRS (Operating concern), ABKRS (Processing group), ALABL (Allocations: Processing (Screen Text)).. 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 RKGA2 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
KOKRSControlling Area KOKRSCHAR4TKA01CACCDCAC
RLDNRLedger RLDNRCHAR2T881ALPHARLDNRGLNH_T881
ERKRSOperating concern ERKRSCHAR4TKEBERKRSERB
ABKRSProcessing group AUFABKRSNUMC2TKO08AKREISAKR
ALABLAllocations: Processing (Screen Text) ALABLCHAR1CHAR1
GRBEZEIText (30 Characters) TEXT30CHAR30TEXT30
CTXTText for a cycle (assessment/distribution) CYCTXTCHAR30TEXT30
CYCLEAllocation/cycle CYCLECHAR10CYCLEGCY
KSCYCCycle: Per. Reposting, Assessment, Distrib., Ind.Act .Alloc. KSCYCCHAR6CHAR6KCY
GLCYCFI-GLX Allocation cycle GLCYCCHAR8CHAR8GCY
SDATEStart Date SDATEDATS8Assigned to domainSDATEGAS
BATCHBackground Processing BATCHFLGCHAR1XFELD
ALPARAAllocation parameters (screen text) ALPARACHAR1CHAR1
ERRCASEProcedure for errors KALC_ERRCSCHAR1CHAR1
ERRSTOPEnd Program KALC_ERRSPCHAR1XFELD
USERFIELDAllocation: General user field (maximum length CHAR10) KALC_USRFDCHAR10TEXT10
REV_PERIODPosting period with variances KALC_REVPDCHAR30CHAR30
OPTIONABAP: Selection option (EQ/BT/CP/...) TVARV_OPTICHAR2SYCHAR02
SEG_FROMSegment Name in Assessment/Distribution/Periodic Reposting SEQNAME_FRCHAR10SEQNAMEFSR
SEG_TOSegment Name in Assessment/Distribution/Periodic Reposting SEQNAME_TOCHAR10SEQNAMETSR
PROC_PARAMScreen Field Allocation: Processing Parameters KALC_PPARAMCHAR30CHAR30
DETAILLISTDisplay Detailed Lists DETAILFLGCHAR1XFELD
LISTWAHLDetail List Selection for Allocation LISTWAHLCHAR20CHAR20
SELECTTEXTAllocations: Text for database selection type SELECTTEXTCHAR50CHAR50
VARIANTTEXTDisplay Variant Text for Allocations KALC_VARITEXTCHAR40TEXT40
PROC_CHECKCycle Run Group Check is Active KALC_PROC_CHECKCHAR1XFELD
REVERSE_CHECKAllocations: Master Data Check for Objects in Reversal KALC_REV_CHECKCHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table RKGA2

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