EHFNDS_PCI_INQUIRY_DT SAP (Process Control - Inquiry (Transient)) Structure details

Dictionary Type: Structure
Description: Process Control - Inquiry (Transient)




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




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

EHFNDS_PCI_INQUIRY_DT 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 (Transient)" 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_DT TYPE EHFNDS_PCI_INQUIRY_DT.

The EHFNDS_PCI_INQUIRY_DT table consists of various fields, each holding specific information or linking keys about Process Control - Inquiry (Transient) data available in SAP. These include SENDER_TEL_NUM (Telephone Number of Sender), SENDER_EMAIL (E-Mail Address of Sender), SENDER_ADDR (Sender Address), RECIP_NAME (Recipient Name).. 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_DT 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
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_DT using ABAP code?

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

How to access SAP table EHFNDS_PCI_INQUIRY_DT

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