AMASCH SAP (Global Performance Analysis: Evaluation Schemata) Table details

Dictionary Type: Table
Description: Global Performance Analysis: Evaluation Schemata




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




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

AMASCH is a standard SAP Table which is used to store Global Performance Analysis: Evaluation Schemata data and is available within R/3 SAP systems depending on the version and release level.

The AMASCH table consists of various fields, each holding specific information or linking keys about Global Performance Analysis: Evaluation Schemata data available in SAP. These include AOBJECT (Name of Evaluation Object (Global Performance Analysis)), LFNUM_ASCH (Sequence Number in an Evaluation Object), TCODE (Performance Log: Statistical Record Transaction Code), REPORT (Performance Log: Statistical Record Program 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: 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 AMASCH 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
ASCHEMAName of Evaluation Schema (Global Performance Analysis) ASCHEMACHAR56TEXT56
AOBJECTName of Evaluation Object (Global Performance Analysis) AOBJECTCHAR56TEXT56
LFNUM_ASCHSequence Number in an Evaluation Object LFNUM_ASCHCHAR8CHAR8
TCODEPerformance Log: Statistical Record Transaction Code STAT_TCODECHAR20Assigned to domainTCODE
REPORTPerformance Log: Statistical Record Program Name STAT_REPIDCHAR40Assigned to domainPROGRAMM
DYNPRONRPerformance Log: Statistical Record Screen Number STAT_DYNNRCHAR4DYNNR

Key field Non-key field



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

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

SELECT SINGLE *
FROM AMASCH
INTO CORRESPONDING FIELDS OF WA_AMASCH
WHERE...

How to access SAP table AMASCH

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