EHPRCS_VDM_MDSDETAIL SAP (Detail data of MDS) Structure details

Dictionary Type: Structure
Description: Detail data of MDS




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




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

EHPRCS_VDM_MDSDETAIL 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 "Detail data of 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_VDM_MDSDETAIL TYPE EHPRCS_VDM_MDSDETAIL.

The EHPRCS_VDM_MDSDETAIL table consists of various fields, each holding specific information or linking keys about Detail data of MDS data available in SAP. These include PART_NO (Part/Item/Material Number), MODULE_ID (IMDS Module ID), MDS_VERSION_TXT (MDS Version), SEND_DATE (Transmission Date).. 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: Can be enhanced (character-type or numeric)


SAP EHPRCS_VDM_MDSDETAIL 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
PART_NAMEArticle Name EHPRC_PARTNAMECHAR250TEXT_250
PART_NOPart/Item/Material Number EHPRC_PARTNOCHAR50TEXT50
MODULE_IDIMDS Module ID EHPRC_IMDSIDCHAR18
MDS_VERSION_TXTMDS Version EHPRC_VERSION_TXTCHAR6TEXT6
SEND_DATETransmission Date EHPRC_SEND_DATEDATS8DATE
SEND_TIMETransmission Time EHPRC_SEND_TIMETIMS6TIME
OWN_ORG_IDOwn Organizational Unit ID EHPRC_ORGIDOWNCHAR9Assigned to domainEHPRC_ORGIDEHPRC_CP02EHPRC_ELM_ORGIDS
REQ_IDRequest ID EHPRC_REQ_IDNUMC9EHPRC_NUMC9
APPL_LOGApplication Log EHPRC_APPLOGCHAR22SYSUUID_22
DEVSAMPLEREPDevelopment Sample Report EHPRC_DEVSAMPLEREPCHAR1YESNO
OWN_ORG_NAMEName of Own Organization EHPRC_OWN_ORG_NAMECHAR132TEXT132
COMM_STATUS_TEXTDescription of Communication Status EHPRC_COMM_STATUS_TEXTCHAR32TEXT32
SOURCE_FILEMDS Source File EHPRC_SOURCE_FILECHAR1BOOLEAN
RESULT_FILEResult Source File EHPRC_RESULT_FILECHAR1BOOLEAN
REQUEST_FILERequest Source File EHPRC_REQ_FILECHAR1BOOLEAN
OUTG_TEMPLTemplate EHPRC_TEMPLIDCHAR10Assigned to domainEHPRC_TEMPLIDEHPRC_SHLP_TEMPLID
DATASH_TYPEData Sheet Type EHPRC_DATASHEET_TYPECHAR1EHPRC_DATASHEET_TYPE

Key field Non-key field



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

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

How to access SAP table EHPRCS_VDM_MDSDETAIL

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