SMAPPI0T SAP (Solution Map: Performance Indicator (Text)) Table details

Dictionary Type: Table
Description: Solution Map: Performance Indicator (Text)




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




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

SMAPPI0T is a standard SAP Table which is used to store Solution Map: Performance Indicator (Text) data and is available within R/3 SAP systems depending on the version and release level.

The SMAPPI0T table consists of various fields, each holding specific information or linking keys about Solution Map: Performance Indicator (Text) data available in SAP. These include ADDON (Industry), KPI_ID (Solution Map: Key Performance Indicator), TEXT (Name), LONGTEXT (Name).. 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: W - System table, contents transportable via separate TR objects
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified

Text table for: SMAPPI0


SAP SMAPPI0T 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
LANGULanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
ADDONIndustry SBRANCHCHAR15SQABRANCHSBRANCH
KPI_IDSolution Map: Key Performance Indicator SMAPKPIIDCHAR32SMAPPI0SMAPGUIDSMAPKPI1
TEXTName UFNAME100CHAR100TEXT100
LONGTEXTName UFNAME100CHAR100TEXT100

Key field Non-key field



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

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

SELECT SINGLE *
FROM SMAPPI0T
INTO CORRESPONDING FIELDS OF WA_SMAPPI0T
WHERE...

How to access SAP table SMAPPI0T

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