RKSRO SAP (Input/output fields for summarization of cost centers) Structure details

Dictionary Type: Structure
Description: Input/output fields for summarization of cost centers




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




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

RKSRO 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 "Input/output fields for summarization of cost centers" 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_RKSRO TYPE RKSRO.

The RKSRO table consists of various fields, each holding specific information or linking keys about Input/output fields for summarization of cost centers data available in SAP. These include FROM_PER (First period), TO_PER (Last Period), VERSN (Summarize version), WRTTP (Summarize value 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 RKSRO 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
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
FROM_PERFirst period FROM_PNUMC3RPMAXVPE
TO_PERLast Period TO_PNUMC3RPMAXBPE
VERSNSummarize version ROLL_VERSNCHAR1XFELD
WRTTPSummarize value type ROLL_WRTTPCHAR1XFELD
WRTTP_TEXTText for value type WRTTP_TEXTCHAR40SCRTEXT_L
ROLL_COSPSummarize rollup Table COSP (text only) ROLL_COSPTCHAR1XFELD
ROLL_COSSSummarize table COSS (text only) ROLL_COSSTCHAR1XFELD
ROLL_COSLSummarize Table COSL (text only) ROLL_COSLTCHAR1XFELD
ROLL_COSRSummarize table COSR (text only) ROLL_COSRTCHAR1XFELD
WSDATValue Date for Currency Translation WSDATDATS8DATUMWSD
NUM_VERSNCurrent entry number in internal table ENTRYACTNUMC3ENTRY
MAX_VERSNLargest entry number in internal table ENTRYMAXNUMC3ENTRY
NUM_WRTTPCurrent entry number in internal table ENTRYACTNUMC3ENTRY
MAX_WRTTPLargest entry number in internal table ENTRYMAXNUMC3ENTRY
READ_LIST0Indicator where list is made ROLL_LISTCHAR1XFELD
READ_LIST1Indicator where list is made ROLL_LISTCHAR1XFELD
READ_LIST2Indicator where list is made ROLL_LISTCHAR1XFELD
ROLL_LIST0Indicator where list is made ROLL_LISTCHAR1XFELD
ROLL_LIST1Indicator where list is made ROLL_LISTCHAR1XFELD
ROLL_LIST2Indicator where list is made ROLL_LISTCHAR1XFELD
NATXTMessage Text NATXTCHAR73NATXT
MSGTYMessage type (E, I, W, ...) MSGTY_COCHAR1MSGTY_CO
BATCHBackground Processing BATCHFLGCHAR1XFELD
MOVE_FIELDTransfer field MOVE_FIELDCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table RKSRO

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