RK22B SAP (Dynpro fields-SAPMK22B) Structure details

Dictionary Type: Structure
Description: Dynpro fields-SAPMK22B




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




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

RK22B 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 "Dynpro fields-SAPMK22B" 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_RK22B TYPE RK22B.

The RK22B table consists of various fields, each holding specific information or linking keys about Dynpro fields-SAPMK22B data available in SAP. These include TWAER (Currency Key), WAERS (Currency Key), PLDAT (Value Date for Currency Translation), GJAHR (Fiscal Year).. 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 RK22B 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
TWAERCurrency Key WAERSCUKY5TCURCWAERSFWS
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
PLDATValue Date for Currency Translation PLDATDATS8DATUM
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
RVERSVersion RVERSCHAR3ALPHARVERSGVS
SETField value + field description PLAN_LINECHAR79TEXT79
KOSTLCost Center KOSTLCHAR10ALPHAKOSTLKOS
KSTXTLong Text LTEXTCHAR40TEXT40
KSTARCost Element KSTARCHAR10ALPHAKSTARKAT
KATXTCost element description LKTXTCHAR40TEXT40
ZLENRDocument Item Number DZLENRNUMC3NUM3
FIELDVALUEField value + field description PLAN_LINECHAR79TEXT79
SPPKFDistribution Key: Plan Fixed Costs SPPKFCHAR4T821SSPRED
IKPSUTotal actual primary costs IKPSUCURR15(2) WERTV8
IKPTOTotal transactions of the period in transaction currency TSLXXCURR15(2) WERTV8
SPVBFDistribution key: Plan fixed consumption SPVBFCHAR4T821SSPRED
IVBSUConsumption quantity IVBSUQUAN15(3) MENGV8
IVBTOTotal of the transactions of period in units of measure MSLXXQUAN15(3) MENGV8
MSEHIUnit of Measurement MSEHIUNIT3CUNITMEINS
ACTIOAction Type for Planning PLANACTIONCHAR1PLANACTION
NPAGENumber of pages of processed input NPAGENUMC3NUM3
CPAGENumber of the current input page CPAGENUMC3NUM3
NITEMNumber of screen lines entered NITEMNUMC3NUM3
CITEMNumber of current input row CITEMNUMC3NUM3

Key field Non-key field



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

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

How to access SAP table RK22B

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