SAP BAPIESTIMATEDDEADLINES Estimated Deadline table for event message input. Table data and field list

BAPIESTIMATEDDEADLINES 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 "Estimated Deadline table for event message input." 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_BAPIESTIMATEDDEADLINES TYPE BAPIESTIMATEDDEADLINES.

The BAPIESTIMATEDDEADLINES table consists of various fields, each holding specific information or linking keys about Estimated Deadline table for event message input. data available in SAP. These include ESTQUL (Estimation Time Qualifier), ESTATT (Attribute for Estimation of Time), LOCCOD (Location Code Set), LOCID1 (Location Code ID, Part 1)... 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. .

BAPIESTIMATEDDEADLINES structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP BAPIESTIMATEDDEADLINES structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the BAPIESTIMATEDDEADLINES table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
EVTCNTCounter for Event /SAPTRX/EVTCNTNUMC10NUM10
ESTQULEstimation Time Qualifier /SAPTRX/EV_ESTQULCHAR2/SAPTRX/EV_ESTQUL
ESTATTAttribute for Estimation of Time /SAPTRX/EV_ESTATTCHAR2/SAPTRX/EV_ESTATT
LOCCODLocation Code Set /SAPTRX/EV_LOCCODCHAR20/SAPTRX/EV_LOCCOD
LOCID1Location Code ID, Part 1 /SAPTRX/EV_LOCID1CHAR50/SAPTRX/LOCID
LOCID2Location Code ID, Part 2 /SAPTRX/EV_LOCID2CHAR50/SAPTRX/LOCID
LOCNAMLocation Name /SAPTRX/EV_LOCNAMCHAR50/SAPTRX/TEXT50
LOCZONValid Time Zone for Location /SAPTRX/EV_LOCZONCHAR6Assigned to domainTZNZONE
DRCCODDelay Reason Code Set /SAPTRX/EV_DRCCODCHAR20/SAPTRX/EV_SRCCOD
DRCIDDelay Reason Code ID /SAPTRX/EV_DRCIDCHAR50/SAPTRX/EV_SRCID
DELRTXDelay Reason Text /SAPTRX/EV_DRCTXCHAR100/SAPTRX/TEXT100
ETADUREstimated Duration of Delay /SAPTRX/EV_ETADURCHAR10/SAPTRX/TEXT10
ETXDATEstimated Date /SAPTRX/EV_ETXDATDATS8DATE
ETXTIMEstimated Time /SAPTRX/EV_ETXTIMTIMS6TIME
ETXZONTime Zone for Estimated Time /SAPTRX/EV_ETXZONCHAR6Assigned to domainTZNZONE
ETXTSTEstimated Time UTC Time Stamp /SAPTRX/EV_ETXTSTNUMC15TSTPSTZNTSTMPSL

Key field Non-key field



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

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

How to access SAP table BAPIESTIMATEDDEADLINES

Within an ECC or HANA version of SAP you can also view further information about BAPIESTIMATEDDEADLINES and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).