RSKPI_KPI_DAS SAP (KPI: Data Access Services with Alias Names) Table details

Dictionary Type: Table
Description: KPI: Data Access Services with Alias Names




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




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

RSKPI_KPI_DAS is a standard SAP Table which is used to store KPI: Data Access Services with Alias Names data and is available within R/3 SAP systems depending on the version and release level.

The RSKPI_KPI_DAS table consists of various fields, each holding specific information or linking keys about KPI: Data Access Services with Alias Names data available in SAP. These include OBJVERS (Object version), DAS_ALIAS (KPI Definition: Alias Name of DAS Call), DAS_ID (ID of a Data Access Service), RETURN_PAR_ID (ID of a Parameter of a Data Access Service).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP RSKPI_KPI_DAS table 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
KPI_IDTechnical Name of KPI RSKPI_KPI_IDCHAR30CHAR30
OBJVERSObject version RSOBJVERSCHAR1RSKPI_KPIRSOBJVERS
DAS_ALIASKPI Definition: Alias Name of DAS Call RSKPI_DAS_ALIASCHAR40CHAR40
DAS_IDID of a Data Access Service RSDAS_SERVICE_IDCHAR40CHAR40
RETURN_PAR_IDID of a Parameter of a Data Access Service RSDAS_PARAMETER_IDCHAR40CHAR40

Key field Non-key field



How do I retrieve data from SAP table RSKPI_KPI_DAS using ABAP code

The following ABAP code Example will allow you to do a basic selection on RSKPI_KPI_DAS to SELECT all data from the table
DATA: WA_RSKPI_KPI_DAS TYPE RSKPI_KPI_DAS.

SELECT SINGLE *
FROM RSKPI_KPI_DAS
INTO CORRESPONDING FIELDS OF WA_RSKPI_KPI_DAS
WHERE...

How to access SAP table RSKPI_KPI_DAS

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