EDEXDUECONT_AUTO SAP (Auto Data: Due Date Control) Structure details

Dictionary Type: Structure
Description: Auto Data: Due Date Control




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




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

EDEXDUECONT_AUTO 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 "Auto Data: Due Date Control" 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_EDEXDUECONT_AUTO TYPE EDEXDUECONT_AUTO.

The EDEXDUECONT_AUTO table consists of various fields, each holding specific information or linking keys about Auto Data: Due Date Control data available in SAP. These include DEXDUECNTRTEXT (Description of Due Date Control), DEXDUETYPE (Type of Due Date), WORKCALID (Factory Calendar), WORKCALCNTR (Control of Due Dates on Public Holidays for Factory Calender).. 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: Cannot Be Enhanced


SAP EDEXDUECONT_AUTO 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
EXT_DEXDUECONTRExternal Number of Due Dates E_DEXDUECNTREXTIDCHAR22E_EXT_ID
DEXDUECNTRTEXTDescription of Due Date Control E_DEXDUECNTRTEXTCHAR60E_DEXDUECNTRTEXT
DEXDUETYPEType of Due Date E_DEXDUETYPENUMC2E_DEXDUETYPE
WORKCALIDFactory Calendar WFCIDCHAR2Assigned to domainWFCIDFCI
WORKCALCNTRControl of Due Dates on Public Holidays for Factory Calender E_WORKCALCNTRNUMC2E_WORKCALCNTR
DEXCYCLETYPEType of Cyclical Due Date E_DEXCYCLETYPENUMC2E_DEXCYCLETYPE
DEXCYCLELENGTHLength of Cycle E_DEXCYCLELENGTHINT410
DEXREFPERTYPEType of Reference Period E_DEXREFPERTYPENUMC2E_DEXREFPERTYPE
DEXDUESTARTDATEStart Date for Gereration E_DEXDUESTARTDATEDATS8
DEXDUESTARTTIMEStart Time for Generation E_DEXDUESTARTTIMETIMS6
DEXADDYEARSShift of Due Date in Years E_DEXADDYEARSINT410E_DEXADDNO
DEXADDMONTHSShift of Due Date in Months E_DEXADDMONTHINT410E_DEXADDNO
DEXADDDAYSShift of Due Date in Days E_DEXADDDAYSINT410E_DEXADDNO
DEXREFYEARSFROMShift of Reference Period in Years E_DEXREFYEARSFROMINT410E_DEXADDNO
DEXREFMONTHSFROMShift of Reference Period in Months E_DEXREFMONTHSFROMINT410E_DEXADDNO
DEXREFDAYSFROMShift of Reference Period in Days E_DEXREFDAYSFROMINT410E_DEXADDNO
DEXREFTIMEFROMFrom Time for Reference Period E_DEXREFTIMEFROMTIMS6
DEXREFTIMETOTime for Reference Period E_DEXREFTIMETOTIMS6

Key field Non-key field



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

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

How to access SAP table EDEXDUECONT_AUTO

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