EHPRCS_IMPOBJ SAP (Identification objects) Structure details

Dictionary Type: Structure
Description: Identification objects




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




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

EHPRCS_IMPOBJ 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 "Identification objects" 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_IMPOBJ TYPE EHPRCS_IMPOBJ.

The EHPRCS_IMPOBJ table consists of various fields, each holding specific information or linking keys about Identification objects data available in SAP. These include MATCAT (Material Category), RECN (Sequential Number of Data Record), SUBID (Specification), SUBCAT (Specification 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_IMPOBJ 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
EXTIDExternal ID EHPRC_EXTIDNUMC20ALPHAESDRECN
MATCATMaterial Category EHPRC_MATCATCHAR12Assigned to domainEHPRC_MATCAT
RECNSequential Number of Data Record ESERECNNUMC20ALPHAESDRECN
SUBIDSpecification ESESUBIDCHAR12SPEC1ESDSUBIDES0
SUBCATSpecification Type ESESUBCATCHAR10Assigned to domainESDSUBCATES1
AUTHGRPAuthorization Group ESEAUTHGRPCHAR10Assigned to domainESDAUTHGRPES2
SEGMENT1Segment EHPRC_SEGCHAR30Assigned to domainEHPRC_SEG
FIELD1Segment Fields EHPRC_SEGFIELDCHAR30Assigned to domainEHPRC_SEGFIELD
IDENT1Identifier 1 (File) EHPRC_IMFIDENT1CHAR132TEXT132
ORD1Sort Sequence ESEORDNUMC4NUMC4
SEGMENT2Segment EHPRC_SEGCHAR30Assigned to domainEHPRC_SEG
FIELD2Segment Fields EHPRC_SEGFIELDCHAR30Assigned to domainEHPRC_SEGFIELD
IDENT2Identifier 2 (File) EHPRC_IMFIDENT2CHAR132TEXT132
ORD2Sort Sequence ESEORDNUMC4NUMC4
SEGMENT3Segment EHPRC_SEGCHAR30Assigned to domainEHPRC_SEG
FIELD3Segment Fields EHPRC_SEGFIELDCHAR30Assigned to domainEHPRC_SEGFIELD
IDENT3Identifier 3 (File) EHPRC_IMFIDENT3CHAR132TEXT132
ORD3Sort Sequence ESEORDNUMC4NUMC4
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
LIFNRSupplier EHFND_SUPPLIER_IDCHAR10Assigned to domainALPHALIFNRKRED
HEADOBJRoot Object EHPRC_HEADOBJCHAR1BOOLEAN
INVALIDMATInvalid Product Number EHPRC_IMP_INVALID_MATNRCHAR1FLAG
INVALIDSUPInvalid Supplier Number EHPRC_IMP_INVALID_SUPPLNRCHAR1FLAG
IMPEDImported EHPRC_FLGIMPORTEDCHAR1BOOLEAN
MSGTYImport Status EHPRC_IMPSTATUSCHAR1SYCHAR01
DBIDENT1Identifier 1 (Database) EHPRC_IMDIDENT1CHAR132TEXT132
DBIDENT2Identifier 2 (Database) EHPRC_IMDIDENT2CHAR132TEXT132
DBIDENT3Identifier 3 (Database) EHPRC_IMDIDENT3CHAR132TEXT132
FREEFIELD1Field 1 EHPRC_FIELD1CHAR40TEXT40
FREEFIELD2Field 2 EHPRC_FIELD2CHAR40TEXT40
FREEFIELD3Field 3 EHPRC_FIELD3CHAR40TEXT40
FREEFIELD4Field 4 EHPRC_FIELD4CHAR40TEXT40
FREEFIELD5Field 5 EHPRC_FIELD5CHAR40TEXT40
FREEFIELD6Field 6 EHPRC_FIELD6CHAR40TEXT40
FREEFIELD7Field 7 EHPRC_FIELD7CHAR40TEXT40
FREEFIELD8Field 8 EHPRC_FIELD8CHAR40TEXT40
LINKTruth Value ESEBOOLECHAR1ESDBOOLE
SSUBIDSub-ID for Import EHPRC_IMSSUBIDCHAR12SPEC1ESDSUBID
BPCATBusiness Partner EHPRC_IMBPCHAR1EHPRC_IMBP
BPIDBusiness Partner ID EHPRC_IMBPIDCHAR10TEXT10
SKIPBPIgnore Business Partner EHPRC_IMSKIPBPCHAR1ESDBOOLE
SCDOKEYNodeID /BOBF/CONF_KEYRAW16/BOBF/CONF_KEY
FLG_LISTSUBTruth Value ESEBOOLECHAR1ESDBOOLE
FLG_GROUPIndicator for a Listed Substance Group EHFND_LISU_ISGROUP_INDCHAR1EHFND_LISU_ISGROUP_IND
LISTSUB_IDListed Substance EHFND_REGBASLST_SUBCHAR12Assigned to domainEHFND_SUBSTANCE_ID

Key field Non-key field



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

As EHPRCS_IMPOBJ 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_IMPOBJ as there is no data to select.

How to access SAP table EHPRCS_IMPOBJ

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