CRMD_PERF_TMP1 SAP (Execution Times) Table details

Dictionary Type: Table
Description: Execution Times




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




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

CRMD_PERF_TMP1 is a standard SAP Table which is used to store Execution Times data and is available within R/3 SAP systems depending on the version and release level.

The CRMD_PERF_TMP1 table consists of various fields, each holding specific information or linking keys about Execution Times data available in SAP. These include APPL1 (Char 20), LINE (Numeric Character Field, Length 10), EXEC_TIME (Char 20), EDATE (Vesting Date).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP CRMD_PERF_TMP1 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
APPL1Char 20 CHAR20CHAR20CHAR20
LINENumeric Character Field, Length 10 NUMC10NUMC10NUMC10
EXEC_TIMEChar 20 CHAR20CHAR20CHAR20
EDATEVesting Date UDATEDATS8DATUM
ETIMETime UZEITTIMS6UZEIT
UNAMEUser Name UNAMECHAR12UNAME
ADD_DATA1Character field of length 40 CHAR40CHAR40CHAR40
ADD_DATA2Comment CHAR50CHAR50TEXT50

Key field Non-key field



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

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

SELECT SINGLE *
FROM CRMD_PERF_TMP1
INTO CORRESPONDING FIELDS OF WA_CRMD_PERF_TMP1
WHERE...

How to access SAP table CRMD_PERF_TMP1

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