EHFNDS_PCI_INQUIRY SAP (Process Control - Inquiry) Structure details

Dictionary Type: Structure
Description: Process Control - Inquiry




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




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

EHFNDS_PCI_INQUIRY 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 "Process Control - Inquiry" 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_EHFNDS_PCI_INQUIRY TYPE EHFNDS_PCI_INQUIRY.

The EHFNDS_PCI_INQUIRY table consists of various fields, each holding specific information or linking keys about Process Control - Inquiry 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 EHFNDS_PCI_INQUIRY 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
SENDER_IDSender ID EHFND_PCI_SENDER_IDCHAR13PARIDEHFND_PARTY_ID_COMBINED
SENDER_SYUNAMEUser Name SYUNAMECHAR12SYCHAR12
RECIP_IDRecipient ID EHFND_PCI_RECIP_IDCHAR13PARIDEHFND_PARTY_ID_COMBINED
RECIP_NAME_PERSRecipient Name EHFND_PCI_RECIP_NAMECHAR80EHFND_PARTY_NAME
RECIP_EMAILE-Mail Address of Recipient EHFND_PCI_RECIP_EMAILCHAR241EHFND_PARTY_EMAIL
RECIP_EMAIL_NORME-Mail Address of Recipient (normalized) EHFND_PCI_RECIP_EMAIL_NORMALIZCHAR241EHFND_EMAIL_NORMALIZED
FORM_NAMEForm Name EHFND_ADS_AIF_FORM_NAMECHAR20EHFND_ADS_AIF_FORM_NAMEEHFND_ELM_ADS_FORM_NAME
LANGUAGEForm Language EHFND_ADS_AIF_LANGUAGELANG1Assigned to domainISOLASPRASH_T002
COUNTRYCountry of Form EHFND_ADS_AIF_COUNTRYCHAR3Assigned to domainLAND1LNDEHFND_ELM_COUNTRY_CODE
INBD_DOC_KEYNodeID /BOBF/CONF_KEYRAW16/BOBF/CONF_KEY
ATTACHMENT_KEYNodeID /BOBF/CONF_KEYRAW16/BOBF/CONF_KEY
COMM_KEY_REFNodeID /BOBF/CONF_KEYRAW16/BOBF/CONF_KEY
RECIP_LANGURecipient Language EHFND_PCI_RECIP_LANGUAGELANG1Assigned to domainISOLASPRASH_T002
DUE_DATETask Due Date EHFND_WI_DUE_DATEDATS8DATS
MANUAL_TAKEOVERSelect Boolean EHFND_BOOLEANCHAR1EHFND_BOOLEAN
EEW_PCI_INQRY_DDummy function in length 1 DUMMYCHAR1DUMMY
SENDER_NAMESender Name EHFND_PCI_SENDER_NAMECHAR80EHFND_PARTY_NAME
SENDER_TEL_NUMTelephone Number of Sender EHFND_PCI_SENDER_TEL_NUMCHAR30EHFND_ADDR_PHONE
SENDER_EMAILE-Mail Address of Sender EHFND_PCI_SENDER_EMAILCHAR241EHFND_PARTY_EMAIL
SENDER_ADDRSender Address EHFND_PCI_SENDER_ADDRCHAR160EHFND_PARTY_INFO
RECIP_NAMERecipient Name EHFND_PCI_RECIP_NAMECHAR80EHFND_PARTY_NAME
RECIP_TEL_NUMTelephone Number of Recipient EHFND_PCI_RECIP_TEL_NUMCHAR30EHFND_ADDR_PHONE
RECIP_ADDRRecipient Address EHFND_PCI_RECIP_ADDRCHAR160EHFND_PARTY_INFO
RECIP_EMAIL_DISPE-Mail Address of Recipient EHFND_PCI_RECIP_EMAILCHAR241EHFND_PARTY_EMAIL
FORM_NAME_DESCDocument Type EHFND_ADS_AIF_FORM_NAME_DESCCHAR60EHFND_DESCRIPTION_S
LANGUAGE_DESCDescription of Report Language EHFND_PCI_LANGUAGE_CODE_DESCCHAR40EHFND_DESCRIPTION_XS
COUNTRY_DESCDescription of Report Country EHFND_PCI_COUNTRY_CODE_DESCCHAR15EHFND_COUNTRY_DESC
COMM_KEYNodeID /BOBF/CONF_KEYRAW16/BOBF/CONF_KEY
COMM_TEXTInquiry Comment EHFND_WFF_COMMENTSTRG0EHFND_STRING
TAKEOVER_CONVWeb Dynpro Configuration for Accepting Returned Data EHFND_ADS_AIF_TAKEOVER_WD_CONFCHAR32WDY_CONFIG_ID
RECIP_LANGUAGELanguage Key LANGULANG1Assigned to domainISOLASPRAS
EEW_PCI_INQRY_DTDummy function in length 1 DUMMYCHAR1DUMMY

Key field Non-key field



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

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

How to access SAP table EHFNDS_PCI_INQUIRY

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