EHPRCS_HEUR_CALC SAP (CP: Line type for the heuristic calculations table) Structure details

Dictionary Type: Structure
Description: CP: Line type for the heuristic calculations table




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




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

EHPRCS_HEUR_CALC is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "CP: Line type for the heuristic calculations table" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_EHPRCS_HEUR_CALC TYPE EHPRCS_HEUR_CALC.

The EHPRCS_HEUR_CALC table consists of various fields, each holding specific information or linking keys about CP: Line type for the heuristic calculations table data available in SAP. These include PARENT_NODE_KEY (Tree Control: Node Key), ORD (Serial Number), NODE_TYPE (Type of a Node in Product Structure), PHAN_TYPE (Phantom Node Type).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP EHPRCS_HEUR_CALC structure 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
NODE_KEYTree Control: Node Key TV_NODEKEYCHAR12TM_CHAR12
PARENT_NODE_KEYTree Control: Node Key TV_NODEKEYCHAR12TM_CHAR12
ORDSerial Number EHPRC_SORTINT410INT4
NODE_TYPEType of a Node in Product Structure EHPRC_OBJCLASSINT410INT4
PHAN_TYPEPhantom Node Type EHPRC_PHAN_TYPECHAR1EHPRC_PHAN_TYPE
SPEC_TYPESpecification Type ESESUBCATCHAR10Assigned to domainESDSUBCATES1
IDObject ID EHPRC_OBJIDCHAR40CHAR40
RECNSequential Number of Data Record ESERECNNUMC20ALPHAESDRECN
SPEC_IDSpecification ESESUBIDCHAR12SPEC1ESDSUBIDES0
COMPL_STATUSCompliance Status EHPRC_COD_CMPL_STATUS_CODECHAR1EHPRC_COD_CMPL_STATUS_CODE
WEIGHTING_VALWeighting and Evaluation Values EHPRC_WEIGHTING_VALINT13EHPRC_WEIGHTING_VAL
TD_EVALWeighting and Evaluation Values EHPRC_WEIGHTING_VALINT13EHPRC_WEIGHTING_VAL
BU_EVALWeighting and Evaluation Values EHPRC_WEIGHTING_VALINT13EHPRC_WEIGHTING_VAL
TDBU_EVAL2 byte integer (signed) INT2INT25INT2
FLG_REMOVETruth Value ESEBOOLECHAR1ESDBOOLE
FLG_LOWESTTruth Value ESEBOOLECHAR1ESDBOOLE
LEVELNumc3, internal use NUMC3NUMC3NUMC3
CD_KEYNodeID /BOBF/CONF_KEYRAW16/BOBF/CONF_KEY

Key field Non-key field



How do I retrieve data from SAP structure EHPRCS_HEUR_CALC using ABAP code?

As EHPRCS_HEUR_CALC is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on EHPRCS_HEUR_CALC as there is no data to select.

How to access SAP table EHPRCS_HEUR_CALC

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