WRF_PSCD_DLHD SAP (Date Line, Header Data) Table details

Dictionary Type: Table
Description: Date Line, Header Data




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




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

WRF_PSCD_DLHD is a standard SAP Table which is used to store Date Line, Header Data data and is available within R/3 SAP systems depending on the version and release level.

The WRF_PSCD_DLHD table consists of various fields, each holding specific information or linking keys about Date Line, Header Data data available in SAP. These include DL_ID (Date Line ID (GUID)), TC_ID_EXT (External Transportation Chain ID), TC_MODE_EXT (External Mode of Transport for Transportation Chain), TCNAME_EXT (External Transportation Chain).. 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: Can be enhanced (character-type or numeric)


SAP WRF_PSCD_DLHD 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 MANDTCLNT3T000MANDT
DL_IDDate Line ID (GUID) WRF_PSCD_DL_IDCHAR22SYSUUID_22
TC_ID_EXTExternal Transportation Chain ID WRF_PSCD_TC_ID_EXTCHAR10Assigned to domainWRF_PSCD_TC_ID
TC_MODE_EXTExternal Mode of Transport for Transportation Chain WRF_PSCD_TCMODE_EXTCHAR1WRF_PSCD_TCMODE
TCNAME_EXTExternal Transportation Chain WRF_PSCD_TCNAME_EXTCHAR30TEXT30
TOLERANCE_EXTTolerance of External Transportation Chain in Days WRF_PSCD_TOLERANCE_EXTDEC3DEC3
TC_ID_INTInternal Transportation Chain ID WRF_PSCD_TC_ID_INTCHAR10Assigned to domainWRF_PSCD_TC_ID
TC_MODE_INTInternal Mode of Transport for Transportation Chain WRF_PSCD_TCMODE_INTCHAR1WRF_PSCD_TCMODE_INT
TCNAME_INTInternal Transportation Chain WRF_PSCD_TCNAME_INTCHAR30TEXT30
TOLERANCE_INTTolerance of Internal Transportation Chain in Days WRF_PSCD_TOLERANCE_INTDEC3DEC3
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
STOREStore WRF_PSCD_STORECHAR4Assigned to domainWERKS
DISTR_CENTERDistribution Center WRF_PSCD_DISTR_CENTERCHAR4Assigned to domainWERKS
INCOTERM1Incoterms (Part 1) INCO1CHAR3Assigned to domainINCO1
INCOTERM2Incoterms (Part 2) INCO2CHAR28INCO2
HANDOVER_DATE_IDTransfer Date ID WRF_PSCD_HANDOVER_DATE_IDCHAR18WRFT_DMAINWRF_PSCD_DATE_ID
HANDOVER_DATETransfer Date WRF_PSCD_HANDOVER_DATEDATS8DATS
HANDOVER_COUNTRYTransfer Country ID WRF_PSCD_HANDOVER_COUNTRYCHAR3Assigned to domainLAND1
HANDOVER_CITYTransfer Region ID WRF_PSCD_HANDOVER_CITYCHAR3Assigned to domainREGIO
EKORGPurchasing Organization EKORGCHAR4Assigned to domainEKORGEKO
REF_MATNRReference Material WRF_PSCD_REF_MATNRCHAR18Assigned to domainMATN1MATNRRMAMAT1
UPTYPSubitem Category, Purchasing Document UPTYPCHAR1Assigned to domainUPTYP
ORDER_CYCLE_DCOrder Cycle: Distribution Center WRF_PSCD_ORDER_CYCLE_DCCHAR3Assigned to domainMRPPP
DEL_CYCLE_DCDelivery Cycle: Distribution Center WRF_PSCD_DEL_CYCLE_DCCHAR3Assigned to domainMRPPP
ORDER_CYCLE_STOrder Cycle: Store WRF_PSCD_ORDER_CYCLE_STCHAR3Assigned to domainMRPPP
DEL_CYCLE_STDelivery Cycle: Store WRF_PSCD_DEL_CYCLE_STCHAR3Assigned to domainMRPPP
CAL_VENDORVendor Calendar ID WRF_PSCD_CAL_VENDORCHAR2Assigned to domainWFCID
CAL_DCPlant Calendar: Distribution Center WRF_PSCD_CAL_DCCHAR2Assigned to domainWFCID
CAL_STOREPlant Calendar: Store WRF_PSCD_CAL_STORECHAR2Assigned to domainWFCID
LTSNRVendor Subrange LTSNRCHAR6Assigned to domainLTSNR
TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
UNAMEUser Name in User Master Record XUBNAMECHAR12Assigned to domainXUBNAMEXUS
PROGRAMMABAP Program Name PROGRAMMCHAR40Assigned to domainPROGRAMMRID

Key field Non-key field



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

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

SELECT SINGLE *
FROM WRF_PSCD_DLHD
INTO CORRESPONDING FIELDS OF WA_WRF_PSCD_DLHD
WHERE...

How to access SAP table WRF_PSCD_DLHD

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