EHPRCD_TESTIO SAP (CP: Table for storing test input and output data) Table details

Dictionary Type: Table
Description: CP: Table for storing test input and output data




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




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

EHPRCD_TESTIO is a standard SAP Table which is used to store CP: Table for storing test input and output data data and is available within R/3 SAP systems depending on the version and release level.

The EHPRCD_TESTIO table consists of various fields, each holding specific information or linking keys about CP: Table for storing test input and output data data available in SAP. These include RELID (Version Number Component), DATA_ID (Data ID), SRTF2 (Natural Number), CLUSTR (2 byte integer (signed)).. 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

Text table = EHPRCD_TSTIOD


SAP EHPRCD_TESTIO 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 MANDTCLNT3T000MANDT
RELIDVersion Number Component CHAR2CHAR2CHAR2
DATA_IDData ID EHPRC_DATA_IDCHAR32SYSUUID_C
SRTF2Natural Number INT4INT410INT4
CLUSTR2 byte integer (signed) INT2INT25INT2
CLUSTDData cluster, maximum length 1000 LRAW1000LRAW1000LRAW1000

Key field Non-key field



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

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

SELECT SINGLE *
FROM EHPRCD_TESTIO
INTO CORRESPONDING FIELDS OF WA_EHPRCD_TESTIO
WHERE...

How to access SAP table EHPRCD_TESTIO

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