EHPRCC_NORP SAP (CP: Define normalization variant additional parameters) Table details

Dictionary Type: Table
Description: CP: Define normalization variant additional parameters




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




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

EHPRCC_NORP is a standard SAP Table which is used to store CP: Define normalization variant additional parameters data and is available within R/3 SAP systems depending on the version and release level.

The EHPRCC_NORP table consists of various fields, each holding specific information or linking keys about CP: Define normalization variant additional parameters data available in SAP. These include NORMVAR (Normalization Variant), NAME (Normalization Parameter), ORD (Sort Sequence), VALUE (Value of a Parameter).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP EHPRCC_NORP 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
NORMVARNormalization Variant EHPRC_NORMVARCHAR10EHPRCC_NOREHPRC_NORMVAR
NAMENormalization Parameter EHPRC_NORM_PARAMCHAR20EHPRC_NORM_PARAM
ORDSort Sequence ESEORDNUMC4NUMC4
VALUEValue of a Parameter EHPRC_PARAM_VALUE_CPCHAR70
LANGULanguage Key LANGULANG1T002ISOLASPRAS

Key field Non-key field



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

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

SELECT SINGLE *
FROM EHPRCC_NORP
INTO CORRESPONDING FIELDS OF WA_EHPRCC_NORP
WHERE...

How to access SAP table EHPRCC_NORP

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