PDTC SAP (Internal Table for Planned Delivery Time Calculation) Structure details

Dictionary Type: Structure
Description: Internal Table for Planned Delivery Time Calculation




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




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

PDTC 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 "Internal Table for Planned Delivery Time Calculation" 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_PDTC TYPE PDTC.

The PDTC table consists of various fields, each holding specific information or linking keys about Internal Table for Planned Delivery Time Calculation data available in SAP. These include EKORG (Purchasing Organization), ESOKZ (Purchasing info record category), WERKS (Plant), LIFNR (Vendor Account Number).. 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: Can be enhanced (character-type or numeric)


SAP PDTC 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
INFNRNumber of Purchasing Info Record INFNRCHAR10Assigned to domainALPHAINFNRINFMEIN_C
EKORGPurchasing Organization EKORGCHAR4Assigned to domainEKORGEKO
ESOKZPurchasing info record category ESOKZCHAR1ESOKZESO
WERKSPlant EWERKCHAR4Assigned to domainWERKSWRK
LIFNRVendor Account Number ELIFNCHAR10Assigned to domainALPHALIFNRLIFKRED_C
LTSNRVendor Subrange LTSNRCHAR6Assigned to domainLTSNR
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
VLFKZPlant category VLFKZCHAR1VLFKZ
GTERMScheduling according to purchasing info record or agreement GTERMCHAR1XFELD
PLIFZ_EINEPlanned Delivery Time Maintained in the Purchasing Info Rec. PLIFZ_EINEDEC3DEC3
PLIFZ_MARCPlanned Delivery Time Maintained in Material Master Record PLIFZ_MARCDEC3DEC3
PLIFZ_LFMXPlanned Delivery Time Maintained in Vendor Master Record PLIFZ_LFMXDEC3DEC3
PLIFZPlanned Delivery Time in Days PLIFZDEC3DEC3
PLIFZ_CALCCalculated Planned Delivery Time PLIFZ_CALCDEC3DEC3
PLIFZ_MEAN_EINEMiddle Calculated Planned Delivery Time for Purch. Info Rec. PLIFZ_MEAN_EINEDEC3DEC3
PLIFZ_MEAN_MARCMiddle Calculated Planned Delivery Time for Material/Plant PLIFZ_MEAN_MARCDEC3DEC3
PLIFZ_MEAN_LFMXMiddle Calculated Planned Delivery Time for Vendor PLIFZ_MEAN_LFMXDEC3DEC3
PLIFZ_SIGMAMiddle Calculated Planned Delivery Time for Vendor PLIFZ_SIGMADEC3PLIFZ_SIGMA
BEDATPurchase Order Date BEDATDATS8DATUM
BUDATPosting Date in the Document BUDATDATS8DATUM
EKPO_MENGEPurchase Order Quantity BSTMGQUAN13(3) MENG13
MSEG_MENGEQuantity MENGE_DQUAN13(3) MENG13
EBELNPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
EBELPItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
MBLNRNumber of Material Document MBLNRCHAR10ALPHABELNRMBN
ZEILEItem in Material Document MBLPONUMC4MBLPOPOS
GRAVITYProportion of Goods Receipt Quantity to PO Quantity GRAVITYDEC6(3) DEC
PLIFZ_GRAVITYProportion of Goods Receipt Quantity to PO Quantity GRAVITYDEC6(3) DEC
EINE_KEY_INFOSingle-Character Indicator CHAR1CHAR1CHAR1
MARC_KEY_INFOSingle-Character Indicator CHAR1CHAR1CHAR1
LFMX_KEY_INFOSingle-Character Indicator CHAR1CHAR1CHAR1
ALV_INFOSingle-Character Indicator CHAR1CHAR1CHAR1
RECORD_SELECTEDSingle-Character Indicator CHAR1CHAR1CHAR1
PLIFZ_CRITICALCritical Data Record PLIFZ_CRITICALCHAR4Assigned to domainICON
LINE_TYPEIn Planned Delivery Time Detailed View PDTC_LINE_TYPECHAR4CHAR4

Key field Non-key field



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

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

How to access SAP table PDTC

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