SEPM_TEST_RES SAP (EPM: Log entries created by test programs via the EPM logger) Table details

Dictionary Type: Table
Description: EPM: Log entries created by test programs via the EPM logger




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




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

SEPM_TEST_RES is a standard SAP Table which is used to store EPM: Log entries created by test programs via the EPM logger data and is available within R/3 SAP systems depending on the version and release level.

The SEPM_TEST_RES table consists of various fields, each holding specific information or linking keys about EPM: Log entries created by test programs via the EPM logger data available in SAP. These include TEST_SESSION_ID (EPM: Test session identifier), TEST_LOG_ENTRY_N (EPM: Consecutive number for a log entry in DB table SEPM_RES), TEST_COMPONENT_N (Name or identifier of the EPM component), TEST_COMPONENT_V (Version of the context).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP SEPM_TEST_RES 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
CLIENT 0
TEST_SESSION_IDEPM: Test session identifier SEPM_TEST_SESSION_IDRAW16SYSUUID
TEST_LOG_ENTRY_NEPM: Consecutive number for a log entry in DB table SEPM_RES SEPM_TEST_LOG_ENTRY_NRINT410
TEST_COMPONENT_NName or identifier of the EPM component SEPM_TEST_COMPONENT_NAMECHAR60
TEST_COMPONENT_VVersion of the context SEPM_TEST_COMPONENT_VERSIONCHAR20
TEST_SEQUENCE_IDEPM: Test sequence identifier SEPM_TEST_SEQUENCE_IDRAW16SYSUUID
TEST_LOG_TYPE_COThis is the type of an entry in the result table SEPM_TEST_LOG_TYPE_CODECHAR1SEPM_TEST_LOG_TYPE_CODE
PAR_TEST_SEQ_IDEPM: Test sequence identifier SEPM_TEST_SEQUENCE_IDRAW16SYSUUID
TEST_IDName or Number of a test SEPM_TEST_IDCHAR60
TIMESTAMPUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL
TEST_RESULT 0
BLOB_PGM_TYPEType on an ex-ecutable program entity SEPM_TEST_FUNCTION_TYPE_CODECHAR1SEPM_TEST_FUNCTION_TYPE_CODE
BLOB_PGM_NAMEObject Name in Object Directory SOBJ_NAMECHAR40SOBJ_NAME

Key field Non-key field



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

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

SELECT SINGLE *
FROM SEPM_TEST_RES
INTO CORRESPONDING FIELDS OF WA_SEPM_TEST_RES
WHERE...

How to access SAP table SEPM_TEST_RES

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