EHPRCS_IMDSSY SAP (IMDS System Configuration) Structure details

Dictionary Type: Structure
Description: IMDS System Configuration




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




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

EHPRCS_IMDSSY 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 "IMDS System Configuration" 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_IMDSSY TYPE EHPRCS_IMDSSY.

The EHPRCS_IMDSSY table consists of various fields, each holding specific information or linking keys about IMDS System Configuration data available in SAP. These include DOWNLOAD_ADRESS (Download Internet Address of IMDS Server), RESULT_ADRESS (Upload Internet Address of IMDS Server), DIR_NAME (Server Directory for IMDS Files), ARCHDIR_NAME (Server Directory for Archive of IMDS Files).. 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_IMDSSY 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 MANDTCLNT3T000MANDT
DOWNLOAD_ADRESSDownload Internet Address of IMDS Server EHPRC_IMDS_HTTP_ADRESS_DNLCHAR132TEXT132
RESULT_ADRESSUpload Internet Address of IMDS Server EHPRC_IMDS_HTTP_ADRESS_UPLCHAR132TEXT132
DIR_NAMEServer Directory for IMDS Files EHPRC_IMDS_DL_DIRCHAR132TEXT132
ARCHDIR_NAMEServer Directory for Archive of IMDS Files EHPRC_IMDS_DL_ARCHDIRCHAR132TEXT132
COMPANY_ORGIDCompany Organization ID EHPRC_IMDS_CORGIDCHAR9EHPRCD_ORGIDSEHPRC_ORGIDEHPRC_ELM_ORGIDS
STATUS_UPLOADStatus Upload Function Enabled in IMDS EHPRC_STATUS_UPL_ENABLEDCHAR1BOOLE
USER_IDUser ID for IMDS Account - Upload EHPRC_IMDS_USER_ID_UPLCHAR10TEXT10
USER_PASSWORDPassword - Upload EHPRC_IMDS_PASSWORD_UPLCHAR40EHPRC_IMDS_SEC_PWD
D_USER_IDUser ID for IMDS Account - Download EHPRC_IMDS_USER_ID_DOWNCHAR10TEXT10
D_USER_PASSWORDPassword - Download EHPRC_IMDS_PASSWORD_DOWNLCHAR40EHPRC_IMDS_SEC_PWD
PROXY_SERVERHTTP Proxy EHPRC_PROXYCHAR60TEXT60
PROXYPORTProxy Port EHPRC_PROXY_PORTCHAR60TEXT60
PROXY_IDUser name for HTTP proxy PROXY_USERCHAR60TEXT60
PROXY_PASSWORDPassword for HTTP proxy PROXY_PWDCHAR60TEXT60
IMDS_SYSDIMDS System Description EHPRC_IMDSSYSDCHAR30TEXT30
BTCLTMPDIRTemporary Directory of Batch Client EHPRC_BTCL_TMP_DIRCHAR60FILENAME
BTCLRFCDESTBatch Client RFC Destination EHPRC_BTCL_RFC_DESTCHAR32CHAR32RFCF4_RFCDESTYPEALL

Key field Non-key field



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

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

How to access SAP table EHPRCS_IMDSSY

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