EHPRCS_ISMDS SAP (Structure for Supplier MDS) Structure details

Dictionary Type: Structure
Description: Structure for Supplier MDS




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




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

EHPRCS_ISMDS 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 "Structure for Supplier MDS" 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_ISMDS TYPE EHPRCS_ISMDS.

The EHPRCS_ISMDS table consists of various fields, each holding specific information or linking keys about Structure for Supplier MDS data available in SAP. These include MANDT (Client), GUID (Globally Unique Identifier), CRDAT (Creation Date), CRNAM (Creation User).. 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: Cannot Be Enhanced


SAP EHPRCS_ISMDS 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
GUIDGlobally Unique Identifier GUIDRAW16
CRDATCreation Date EHPRC_CRDATDATS8DATUM
CRNAMCreation User EHPRC_CRNAMCHAR12USNAM
CRTSTMPCreation Time Stamp EHPRC_CRTSTMPDEC15TZNTSTMPS
UPDDATUpdate Date EHPRC_UPDDATDATS8DATUM
UPDNAMUpdate User EHPRC_UPDNAMCHAR12USNAM
UPDTSTMPUpdate Time Stamp EHPRC_UPDTSTMPDEC15TZNTSTMPS
DELFLGDeletion Indicator ESEDELFLGCHAR1ESDFLAG
MODULE_IDIMDS Module ID EHPRC_IMDSIDCHAR18
MODULE_VERSIONModule Version EHPRC_MODULE_VERSDEC6(3) DEC
NODE_IDIMDS Node ID EHPRC_IMDSNODECHAR18
PART_NOPart/Item/Material Number EHPRC_PARTNOCHAR50TEXT50
PART_NO_NORMPart/Item/Material Number EHPRC_PARTNOCHAR50TEXT50
PART_NAMEArticle Name EHPRC_PARTNAMECHAR250TEXT_250
PART_NAME_NORMArticle Name EHPRC_PARTNAMECHAR250TEXT_250
CDO_KEYNodeID /BOBF/CONF_KEYRAW16/BOBF/CONF_KEY
SPEC_IDAssignment of a Specification to a Supplier MDS EHPRC_SUP_SPEC_IDCHAR12SPEC1ESDSUBIDES0
MDS_TYPEMDS Type EHPRC_MDS_TYPECHAR1EHPRC_REQ_MDS_TYPE
MDS_STATUSMDS Status EHPRC_MDS_STATUS_SUPCHAR1EHPRC_MDS_STATUS_SUP
CHECK_STATUSCheck Status EHPRC_CHECK_STATUSCHAR1EHPRC_CHECK_STATUS
CHECK_DATECheck Date EHPRC_CHECK_DATEDATS8DATE
CREATE_DATECreation Date EHPRC_CREATE_DATEDATS8DATE
CHANGE_DATEChange Date EHPRC_CHG_DATEDATS8DATE
RELEASE_DATERelease Date EHPRC_RELEASE_DATEDATS8DATE
SUPPL_COMPSupplier Company ID EHPRC_SUPP_COMP_IDCHAR9Assigned to domainEHPRC_ORGIDEHPRC_ELM_ORGIDS
SUPPL_ORGCompany ID / Organization ID EHPRC_COMPANY_IDCHAR9Assigned to domainEHPRC_ORGIDEHPRC_ELM_ORGIDS
SUPPL_CONTPERSSupplier Contact Person ID EHPRC_SUPP_CONT_IDCHAR9Assigned to domainEHPRC_PERSIDEHPRC_CP01EHPRC_ELM_OWN_CONTPERS
COMM_STATUSCommunication Status EHPRC_COMM_STATUSCHAR1EHPRC_COMM_STATUS
IMPORT_STATUSImport Status EHPRC_IMPORT_STATUSCHAR1EHPRC_IMPORT_STATUS
APPL_LOGApplication Log EHPRC_APPLOGCHAR22SYSUUID_22
SEND_DATETransmission Date EHPRC_SEND_DATEDATS8DATE
SEND_TIMETransmission Time EHPRC_SEND_TIMETIMS6TIME
DEVSAMPLEREPDevelopment Sample Report EHPRC_DEVSAMPLEREPCHAR1YESNO
IS_HIDDENMDS is Hidden EHPRC_IS_HIDDENCHAR1BOOLEAN
SF_DOCTYPEDocument Type DOKARCHAR3Assigned to domainDOKARCV2
SF_DOCNUMBERDocument number DOKNRCHAR25Assigned to domainALPHADOKNRCV1
SF_DOCPARTDocument Part DOKTL_DCHAR3DOKTLCV4
SF_DOCVERSIONDocument Version DOKVRCHAR2DOKVRCV3
SF_ARCHSTATUSArchiving Status EHPRC_ARCHIVING_STATUSCHAR2EHPRC_ARCHIVING_STATUS
RF_DOCTYPEDocument Type DOKARCHAR3Assigned to domainDOKARCV2
RF_DOCNUMBERDocument number DOKNRCHAR25Assigned to domainALPHADOKNRCV1
RF_DOCPARTDocument Part DOKTL_DCHAR3DOKTLCV4
RF_DOCVERSIONDocument Version DOKVRCHAR2DOKVRCV3
RF_ARCHSTATUSArchiving Status EHPRC_ARCHIVING_STATUSCHAR2EHPRC_ARCHIVING_STATUS
APPL_LOG_DELETEDelete Application Log EHPRC_DEL_APP_LOGCHAR1BOOLE

Key field Non-key field



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

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

How to access SAP table EHPRCS_ISMDS

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