RKMA6 SAP (Work fields SAPMKMA6) Structure details

Dictionary Type: Structure
Description: Work fields SAPMKMA6




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




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

RKMA6 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 "Work fields SAPMKMA6" 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_RKMA6 TYPE RKMA6.

The RKMA6 table consists of various fields, each holding specific information or linking keys about Work fields SAPMKMA6 data available in SAP. These include LSTAR (Activity Type), DATBI (Date Valid To), DATAB (Valid-From Date), REKRS (Controlling Area).. 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 RKMA6 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
LSTARActivity Type LSTARCHAR6Assigned to domainLSTARLARLART_EMPTY
DATBIDate Valid To DATBI_CODATS8DATUMBDK
DATABValid-From Date DATAB_CODATS8DATUMVDK
REKRSControlling Area KOKRSCHAR4TKA01CACCDCAC
RELSTActivity Type LSTARCHAR6Assigned to domainLSTARLARLART_EMPTY
REDABValid-From Date DATABDATS8DATUM
REDBIValid To Date DATBIDATS8DATUM
TTXT1Screen text K20D_STEXTCHAR60K20D_STEXT
CPCFDCHAR field (internal) to be copied RKMA1CPCFDCHAR40TEXT40
CPNFDNumeric field (internal) to be copied RKMA1CPNFDNUMC8NUM08
CPDFDDate field (internal) to be copied RKMA1CPDFDDATS8DATUM
ACPGECurrent page of list display RKMA1ACPGENUMC2NUM02
NMPGENumber of pages of list display RKMA1NMPGENUMC2NUM02
LSTATList status RKMA1LSTATCHAR10CHAR10
OBBEZLong Text LTEXTCHAR40TEXT40
OBIDNCO Object ID KOBIDCHAR10ALPHAKOBID
OBADTValid-From Date DATABDATS8DATUM
OBBDTValid To Date DATBIDATS8DATUM
OBCFDVariable data field of type CHAR OBCFDCHAR40TEXT40
OBDFDDate field OBDFDDATS8DATUM
OBNFDVariable data field of type NUMC OBNFDNUMC8NUM08
TEINHTest Unit TEINHUNIT3Assigned to domainCUNITMEINS
NEWBIDate DATUMDATS8DATUM
NEWABDate DATUMDATS8DATUM
TXFLGText indicator TXFLGCHAR1YNFLG
SPRASLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
AUSFKOutput Factor AUSFKCCHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table RKMA6

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