EHPRCD_PUREGR SAP (CfP: Pure groups pure substance assignment) Table details

Dictionary Type: Table
Description: CfP: Pure groups pure substance assignment




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




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

EHPRCD_PUREGR is a standard SAP Table which is used to store CfP: Pure groups pure substance assignment data and is available within R/3 SAP systems depending on the version and release level.

The EHPRCD_PUREGR table consists of various fields, each holding specific information or linking keys about CfP: Pure groups pure substance assignment data available in SAP. These include RECNPS (Sequential Number of Data Record), RECNPGRP (RECN Pure Substance Group), SUBIDPS (Pure Substance ID), SUBIDPGRP (Specification ID Pure Group).. 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 EHPRCD_PUREGR 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
RECNPSSequential Number of Data Record ESERECNNUMC20ALPHAESDRECN
RECNPGRPRECN Pure Substance Group EHPRC_RECNPGRPNUMC20ALPHAESDRECN
SUBIDPSPure Substance ID EHPRC_SUBIDPSCHAR12SPEC1ESDSUBID
SUBIDPGRPSpecification ID Pure Group EHPRC_SUBIDPGRPCHAR12SPEC1ESDSUBID

Key field Non-key field



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

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

SELECT SINGLE *
FROM EHPRCD_PUREGR
INTO CORRESPONDING FIELDS OF WA_EHPRCD_PUREGR
WHERE...

How to access SAP table EHPRCD_PUREGR

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