WRF_PSCD_DL_HEAD_DATA_STY SAP (Dateline Header) Structure details

Dictionary Type: Structure
Description: Dateline Header




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




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

WRF_PSCD_DL_HEAD_DATA_STY 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 "Dateline Header" 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_WRF_PSCD_DL_HEAD_DATA_STY TYPE WRF_PSCD_DL_HEAD_DATA_STY.

The WRF_PSCD_DL_HEAD_DATA_STY table consists of various fields, each holding specific information or linking keys about Dateline Header data available in SAP. These include TC_MODE_EXT (External Mode of Transport for Transportation Chain), TCNAME_EXT (External Transportation Chain), TOLERANCE_EXT (Tolerance of External Transportation Chain in Days), TC_ID_INT (Internal Transportation Chain ID).. 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 WRF_PSCD_DL_HEAD_DATA_STY 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
TC_ID_EXTExternal Transportation Chain ID WRF_PSCD_TC_ID_EXTCHAR10WRF_PSCD_TCHAINHWRF_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_INTCHAR10WRF_PSCD_TCHAINHWRF_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 LIFNRCHAR10LFA1ALPHALIFNRLIFKRED_C
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
STOREStore WRF_PSCD_STORECHAR4T001WWERKS
DISTR_CENTERDistribution Center WRF_PSCD_DISTR_CENTERCHAR4T001WWERKS
INCOTERM1Incoterms (Part 1) INCO1CHAR3TINCINCO1
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

Key field Non-key field



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

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

How to access SAP table WRF_PSCD_DL_HEAD_DATA_STY

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