EHPRCS_PSI_COM_DEF SAP (Communication Definition Settings) Structure details

Dictionary Type: Structure
Description: Communication Definition Settings




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




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

EHPRCS_PSI_COM_DEF 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 "Communication Definition Settings" 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_PSI_COM_DEF TYPE EHPRCS_PSI_COM_DEF.

The EHPRCS_PSI_COM_DEF table consists of various fields, each holding specific information or linking keys about Communication Definition Settings data available in SAP. These include KEY (NodeID), PARENT_KEY (NodeID), ROOT_KEY (NodeID), DATETIME_CR (Date/Time of Item Creation).. 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 (Deep)


SAP EHPRCS_PSI_COM_DEF 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
KEYNodeID /BOBF/CONF_KEYRAW16/BOBF/CONF_KEY
PARENT_KEYNodeID /BOBF/CONF_KEYRAW16/BOBF/CONF_KEY
ROOT_KEYNodeID /BOBF/CONF_KEYRAW16/BOBF/CONF_KEY
DATETIME_CRDate/Time of Item Creation /BOBF/DATETIME_CRDEC15TSTLC/BOBF/TIMESTAMP
USER_ID_CRObject Created By /BOBF/USER_ID_CRCHAR12UNAMEUSER_COMP
DATETIME_CHDate/Time of Item Change /BOBF/DATETIME_CHDEC15TSTLC/BOBF/TIMESTAMP
USER_ID_CHObject Changed By /BOBF/USER_ID_CHCHAR12UNAME
COMM_DEF_IDCommunication Definition ID EHPRC_UEC_EMLCONFIDCHAR2Assigned to domainEHPRC_UEC_CONFID
EMAIL_IDInternal ID of an E-Mail EHPRC_EMLNOCHAR3Assigned to domainALPHAEHPRC_EMLNO
EMAIL_ATTTemplate EHFND_TEMPLIDCHAR10Assigned to domainEHFND_TEMPLIDEHFND_ELM_TEMPLID
EMAIL_DOCDocument ID EHPRC_UEC_DOCIDCHAR10Assigned to domainEHPRC_UEC_DOCID
SUBJECT_TEXTE-Mail Subject EHFND_TM_MAIL_SUBJSTRG0EHFND_STRING
MAIL_TEXTE-Mail Text EHFND_TM_MAIL_TEXTSTRG0EHFND_STRING
RECIPIENT_COPYCC for E-Mail EHPRC_RECIPIENT_CCSTRG0EHPRC_REC_CC
SEND_AUTOM_INDSelect Checkbox EHFND_INDICATORCHAR1EHFND_INDICATOR
EMAIL_SEND_WI_IDWork item ID SWW_WIIDNUMC12Assigned to domainSWW_WIIDWID
EMAIL_SENT_INDSelect Checkbox EHFND_INDICATORCHAR1EHFND_INDICATOR
EMAIL_REC_WI_IDWork item ID SWW_WIIDNUMC12Assigned to domainSWW_WIIDWID
REGLISTRegulatory/Customer List EHFND_REGLISTCHAR21EHRGLEHFND_REGLIST_CODEEHFND_ELM_REGLIST
DUEDATEDue Date EHPRC_DUEDATEDATS8
COMM_INFOCommunication Information EHPRC_COMM_INFOCHAR15CHAR15
EXTPROCESSORExternal Processor EHPRC_EXTPROCESSORCHAR10Assigned to domainALPHAAD_PERSNUM
EXT_PROC_NAMEFull Name of Person AD_NAMTEXTCHAR80TEXT80
SENT_REMIND_VALUNumber of Reminder E-Mails Sent EHPRC_CMP_SENT_REMIND_VALUNUMC4NUMC4
COMM_CHANNELComunication Channel EHPRC_CMP_COMM_CHANNELCHAR4Assigned to domainEHPRC_CMP_COMM_CHANNEL
EEW_PSI_CDEF_DDummy function in length 1 DUMMYCHAR1DUMMY
EEW_PSI_CDEF_DTDummy function in length 1 DUMMYCHAR1DUMMY
DUEDATE_REMINDERDue Date EHPRC_DUEDATEDATS8
HAS_RESPONSE_INDSelect Checkbox EHFND_INDICATORCHAR1EHFND_INDICATOR
BUPA_ROLERole of Business Partners EHPRC_UEC_AIF_BUPA_ROLECHAR1EHPRC_UEC_AIF_BUPA_ROLE
DUMMY_LABELLabel Element - Multiple Purpose EHPRC_MAE_LABELCHAR255
BUPA_GENGeneric Business Partner (Supplier or Customer) EHPRC_MAE_BUPA_GENCHAR10EHPRC_MAE_PART_GEN
PROC_DESCRProcess Description EHFND_WFF_PROC_DESCRCHAR132EHFND_DESCRIPTION_L
IDENT1Substance Identifier EHFND_SUBSTANCE_IDENTIFIERCHAR132EHFND_SUBSTANCE_IDENTIFIER

Key field Non-key field



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

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

How to access SAP table EHPRCS_PSI_COM_DEF

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