HFICEDT0_ELETTER SAP (Selection parameters for report HFICEDT0_ELETTER) Structure details

Dictionary Type: Structure
Description: Selection parameters for report HFICEDT0_ELETTER




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




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

HFICEDT0_ELETTER 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 "Selection parameters for report HFICEDT0_ELETTER" 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_HFICEDT0_ELETTER TYPE HFICEDT0_ELETTER.

The HFICEDT0_ELETTER table consists of various fields, each holding specific information or linking keys about Selection parameters for report HFICEDT0_ELETTER data available in SAP. These include ACTION (Service action for ePost), ARCHIVE (Electronic archiving of eLetter documents), SNDCLASS (Letter class for eLetters), PAPER (Paper type for usage by eLetters).. 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: Not classified


SAP HFICEDT0_ELETTER 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
COPYCopy of printed letters sent back P44_COPYCHAR1XFELD
ACTIONService action for ePost P44_ACTIONCHAR1P44_ACTION
ARCHIVEElectronic archiving of eLetter documents P44_ARCHIVECHAR1P44_ARCHIVE
SNDCLASSLetter class for eLetters P44_SNDCLASSCHAR1P44_SNDCLASS
PAPERPaper type for usage by eLetters P44_PAPERCHAR1P44_PAPER
DUPLEXDuplex printing P44_DUPLEXCHAR1XFELD
ARCHIDArchive ID at ePost P44_ARCHIDCHAR2TEXT2
INFOContact information for ePost P44_INFOCHAR40TEXT40
EDTVARRemuneration statement variant P44_EDTVARCHAR14RALDB_VARI
DISP_EDTDisplay remuneration statement output P44_DISP_EDTCHAR1XFELD
DISP_ELTDisplay eLetter file P44_DISP_ELTCHAR1XFELD
SAVE_NODo not save data on file P44_SAVE_NOCHAR1XFELD
SAVE_TSSave data on TemSe P44_SAVE_TSCHAR1XFELD
SAVE_LFSave data on a local file P44_SAVE_LFCHAR1XFELD
SAVE_ASSave data on a file at the application server P44_SAVE_ASCHAR1XFELD
LOCLFILELocal file for upload/download LOCALFILECHAR128LOCALFILE
APPLFILELocal file for upload/download LOCALFILECHAR128LOCALFILE
ORDERIDOrder identification number P44_ORDERIDCHAR8CHAR8

Key field Non-key field



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

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

How to access SAP table HFICEDT0_ELETTER

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