EDEXDUECONTR SAP (Due Date Control) Table details

Dictionary Type: Table
Description: Due Date Control




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




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

EDEXDUECONTR is a standard SAP Table which is used to store Due Date Control data and is available within R/3 SAP systems depending on the version and release level.

The EDEXDUECONTR table consists of various fields, each holding specific information or linking keys about Due Date Control data available in SAP. These include DEXDUECNTRID (Identification 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table = EDEXDUECONTRT


SAP EDEXDUECONTR table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
DEXDUECNTRIDIdentification of Due Date Control E_DEXDUECNTRIDCHAR22SYSUUID_22E_DEXDUECNTRID
DEXDUETYPEType of Due Date E_DEXDUETYPENUMC2E_DEXDUETYPE
WORKCALIDFactory Calendar WFCIDCHAR2TFACDWFCIDFCI
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
DEXREFYEARSTOShift of Reference Period in Years E_DEXREFYEARSTOINT410E_DEXADDNO
DEXREFMONTHSTOShift of Reference Period in Months E_DEXREFMONTHSTOINT410E_DEXADDNO
DEXREFDAYSTOShift of Reference Period in Days E_DEXREFDAYSTOINT410E_DEXADDNO
DEXREFTIMETOTime for Reference Period E_DEXREFTIMETOTIMS6

Key field Non-key field



How do I retrieve data from SAP table EDEXDUECONTR using ABAP code

The following ABAP code Example will allow you to do a basic selection on EDEXDUECONTR to SELECT all data from the table
DATA: WA_EDEXDUECONTR TYPE EDEXDUECONTR.

SELECT SINGLE *
FROM EDEXDUECONTR
INTO CORRESPONDING FIELDS OF WA_EDEXDUECONTR
WHERE...

How to access SAP table EDEXDUECONTR

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