EHPRCD_STRU_IMG SAP (Product Structure Expanded Image) Table details

Dictionary Type: Table
Description: Product Structure Expanded Image




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




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

EHPRCD_STRU_IMG is a standard SAP Table which is used to store Product Structure Expanded Image data and is available within R/3 SAP systems depending on the version and release level.

The EHPRCD_STRU_IMG table consists of various fields, each holding specific information or linking keys about Product Structure Expanded Image data available in SAP. These include COD_ROOT_KEY (NodeID), COD_REV_KEY (NodeID), REF_BOS_KEY (Tree Control: Node Key), UNAME (User Name).. 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: Can be enhanced (character-type or numeric)


SAP EHPRCD_STRU_IMG 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
COD_ROOT_KEYNodeID /BOBF/CONF_KEYRAW16/BOBF/CONF_KEY
COD_REV_KEYNodeID /BOBF/CONF_KEYRAW16/BOBF/CONF_KEY
REF_BOS_KEYTree Control: Node Key TV_NODEKEYCHAR12TM_CHAR12
UNAMEUser Name UNAMECHAR12UNAME
NORMVARNormalization Variant EHPRC_NORMVARCHAR10Assigned to domainEHPRC_NORMVAR
EXPANDEDData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
IS_LEAD_SELECTData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
LINKED_SHM_UUID16 Byte UUID in 32 Characters (Hexadecimal Encoded) SYSUUID_C32CHAR32SYSUUID_C32
IS_PHANTOMData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
PHAN_TYPEPhantom Node Type EHPRC_PHAN_TYPECHAR1EHPRC_PHAN_TYPE
PHAN_VALUEObject ID EHPRC_OBJIDCHAR40CHAR40
COD_KEYNodeID /BOBF/CONF_KEYRAW16/BOBF/CONF_KEY
PARENT_COD_KEYNodeID /BOBF/CONF_KEYRAW16/BOBF/CONF_KEY
COMP_GROUPComposition Group EHPRC_COMP_GRPCHAR10EHPRC_COMP_GRP
VAR_GROUPAlternative Group EHPRC_ALTGRCHAR2CHAR2
PLANTPlant EHPRC_RVLID_PLANTCHAR10Assigned to domainESDRVLID
VAR_USAGEUsage EHPRC_RVLID_USAGECHAR10Assigned to domainESDRVLID
ALTERNATEAlternative EHPRC_RVLID_ALTCHAR10Assigned to domainESDRVLID
SUPPLIER_LISTSupplier List EHPRC_RVLID_SUPP_LISTCHAR10Assigned to domainESDRVLID
CUSTOMER_LISTCustomer List EHPRC_RVLID_CUST_LISTCHAR10Assigned to domainESDRVLID
CUSTOMCustom EHPRC_RVLID_CUSTOMCHAR10Assigned to domainESDRVLID
SUBIDSpecification ESESUBIDCHAR12SPEC1ESDSUBIDES0
SHM_UUID16 Byte UUID in 32 Characters (Hexadecimal Encoded) SYSUUID_C32CHAR32SYSUUID_C32

Key field Non-key field



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

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

SELECT SINGLE *
FROM EHPRCD_STRU_IMG
INTO CORRESPONDING FIELDS OF WA_EHPRCD_STRU_IMG
WHERE...

How to access SAP table EHPRCD_STRU_IMG

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