HFICEDT0_ELETTER_EPL1 SAP (EPL1-record for eLetter (start record for file)) Structure details

Dictionary Type: Structure
Description: EPL1-record for eLetter (start record for file)




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




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

HFICEDT0_ELETTER_EPL1 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 "EPL1-record for eLetter (start record for file)" 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_EPL1 TYPE HFICEDT0_ELETTER_EPL1.

The HFICEDT0_ELETTER_EPL1 table consists of various fields, each holding specific information or linking keys about EPL1-record for eLetter (start record for file) data available in SAP. These include CUSID (Customer ID at ePost), PASSW (Not More Closely Defined Area, Possibly Used for Patchlevels), FILEF (File format for eLetter), ACTION (Service action for ePost).. 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_EPL1 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
RECIDRecord identifier for eLetter records P44_RECORD_IDCHAR4P44_RECORD_ID
CUSIDCustomer ID at ePost P44_CUSIDCHAR6Assigned to domainP44_CUSID
PASSWNot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
FILEFFile format for eLetter P44_FILEFCHAR1P44_FILEF
ACTIONService action for ePost P44_ACTIONCHAR1P44_ACTION
ARCHIVEElectronic archiving of eLetter documents P44_ARCHIVECHAR1P44_ARCHIVE
RESERVED_18Single-Character Indicator CHAR1CHAR1CHAR1
OPTCTOptical control P44_OPTCTCHAR1P44_OPTCT
SNDCLASSLetter class for eLetters P44_SNDCLASSCHAR1P44_SNDCLASS
ENVELEnvelope for eLetter P44_ENVELCHAR1P44_ENVEL
ELDPUDepartmental accounting used P44_ELDPUCHAR1XFELD
RESERVED_23Single-Character Indicator CHAR1CHAR1CHAR1
PAPERPaper type for usage by eLetters P44_PAPERCHAR1P44_PAPER
RESERVED_25Version Number Component CHAR2CHAR2CHAR2
ARCHIDArchive ID at ePost P44_ARCHIDCHAR2TEXT2
RESERVED_29Not More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
RESERVED_33Character field, 8 characters long CHAR8CHAR8CHAR8
INFOContact information for ePost P44_INFOCHAR40TEXT40

Key field Non-key field



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

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

How to access SAP table HFICEDT0_ELETTER_EPL1

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