RKSPI_L SAP (Table structure activity price calculation field results) Structure details

Dictionary Type: Structure
Description: Table structure activity price calculation field results




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




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

RKSPI_L 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 "Table structure activity price calculation field results" 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_RKSPI_L TYPE RKSPI_L.

The RKSPI_L table consists of various fields, each holding specific information or linking keys about Table structure activity price calculation field results data available in SAP. These include CNTKS (Number of Cost Centers in Price Calculation), CNTT1 (Number of entries in iteration table), CNTT2 (Number of links in iteration table), CNTIS (Number of iteration steps in activity price computation).. 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 RKSPI_L 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
CNTERNumber of messages KGAL_CNTERINT410INT4
CNTKSNumber of Cost Centers in Price Calculation KSPI_CNTKSINT410INT4
CNTT1Number of entries in iteration table KSPI_CNTT1INT410INT4
CNTT2Number of links in iteration table KSPI_CNTT2INT410INT4
CNTISNumber of iteration steps in activity price computation KSPI_CNTISINT410INT4
ITVBFIndicator: Entry in iteration matrix that can be improved KSPI_ITVBFCHAR1BOOLEAN
ITCHGInd.: Entry in Iteration Matrix Changed in Last Step KSPI_ITCHGCHAR1BOOLEAN
NABSTSymbol if activity type is not reconciled KSPI_NABSTCHAR2KSPI_NABST
ERRMXMaximum Category of Message CO_ERRMXCHAR20CHAR20
LSZBTRActivity taken LSZXXQUAN15(3) MENGV8
WKVBTRVariable Value in Controlling Area Currency WKVXXXCURR15(2) WERTV8
WOFBTRFixed value in object currency (not in DB) WOFXXXCURR15(2) WERTV8
WOVBTRVariable value in object currency WOVXXXCURR15(2) WERTV8
ANTELProportion of Activity Taken from Activity Quantity KSPI_ANTELDEC15(2) PROZV8
LSZBTR_CCumulated activity use LSZXX_CQUAN15(3) MENGV8
LSTBTR_CCumulated activity quantity LSTXX_CQUAN15(3) MENGV8
OBART3Three-character, language-dependent value for object type J_OBART3CHAR3CHAR3

Key field Non-key field



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

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

How to access SAP table RKSPI_L

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