RKNMAL SAP (CO-OM: List for Target=Actual Allocation/Plan Reconciliation) Structure details

Dictionary Type: Structure
Description: CO-OM: List for Target=Actual Allocation/Plan Reconciliation




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




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

RKNMAL 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 "CO-OM: List for Target=Actual Allocation/Plan Reconciliation" 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_RKNMAL TYPE RKNMAL.

The RKNMAL table consists of various fields, each holding specific information or linking keys about CO-OM: List for Target=Actual Allocation/Plan Reconciliation data available in SAP. These include OBART (Object type), OBJID (Object in edited format), KOSTL_S (Cost Center), LSTAR_S (Activity Type).. 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 RKNMAL 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
OBJNR_SObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
OBARTObject type CO_OBJ_ACHAR2OBARTJ_OBART_LD
OBJIDObject in edited format CO_OBJNRCHAR24J_OBJNR_ED
KOSTL_SCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
LSTAR_SActivity Type LSTARCHAR6Assigned to domainLSTARLARLART_EMPTY
PRZNR_SBusiness Process CO_PRZNRCHAR12Assigned to domainALPHACO_PRZNRKWP
PERIOPeriod PERIODENUMC3NUM3GFP
FIXVO_SPredistribution of fixed costs for acty type/bus. process CO_FIXVOCHAR1XFELD
TEXT_SENDERGeneral Name KTEXTCHAR20TEXT20
KSTARAllocation Cost Element VKSTACHAR10Assigned to domainALPHAKSTAR
LATYPActivity type category LATYP_DOCCHAR1LATYP
LEINHActivity Unit LEINHUNIT3Assigned to domainCUNITMEINS
LSTPGTotal plan activity CO_LSTPGQUAN15(3) MENGV8
LSTPFFixed plan activity CO_LSTPFQUAN15(3) MENGV8
LSTPVVariable plan activity CO_LSTPVQUAN15(3) MENGV8
LSTWGTarget=Actual Allocation: Total Actual Activity CO_LSTWGQUAN15(3) MENGV8
LSTWVTarget=Actual Allocation: Variable Actual Activity CO_LSTWVQUAN15(3) MENGV8
BSGTarget=Actual Allocation: Operating Rate CO_BSGWDEC9(2) DEC7_2
LSTAGPlan reconciliation: Total new plan activity CO_LSTAGQUAN15(3) MENGV8
LSTAVPlan reconcil.: Variable plan activity CO_LSTAVQUAN15(3) MENGV8
LSTDTPlan reconcil.: Difference betw. plan and reconc. activity CO_LSTDTQUAN15(3) MENGV8
NABSTSymbol if activity type is not reconciled KSPI_NABSTCHAR2KSPI_NABST
ITVBFIndicator: Entry in iteration matrix that can be improved KSPI_ITVBFCHAR1BOOLEAN
ITCHGInd.: Entry in Iteration Matrix Changed in Last Step KSPI_ITCHGCHAR1BOOLEAN
MANISTIndicator: Confirm quantity manually in actual CO_MANISTCHAR1XFELD
MANPLANIndicator: Plan quantity manually set. CO_MANPLANCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table RKNMAL

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