OIFDD1 SAP (Delivery point info for bulk delivery preplannning) Table details

Dictionary Type: Table
Description: Delivery point info for bulk delivery preplannning




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




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

OIFDD1 is a standard SAP Table which is used to store Delivery point info for bulk delivery preplannning data and is available within R/3 SAP systems depending on the version and release level.

The OIFDD1 table consists of various fields, each holding specific information or linking keys about Delivery point info for bulk delivery preplannning data available in SAP. These include KUNNR (Customer Numbers), DPVERS (Preplanning version - bulk delivery preplanning), W11BOS (Monday:time sales begin 1), W11EOS (Monday: time sales end 1).. 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)


SAP OIFDD1 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
KUNNRCustomer Numbers KUNNRCHAR10KNA1ALPHAKUNNRKUNC_KUNNR
DPVERSPreplanning version - bulk delivery preplanning OIF_DPVERSCHAR3OIFDD2OIF_DPVERS
W11BOSMonday:time sales begin 1 OIF_W11BOSTIMS6TIME
W11EOSMonday: time sales end 1 OIF_W11EOSTIMS6TIME
W12BOSMonday:time sales begin 2 OIF_W12BOSTIMS6TIME
W12EOSMonday:time sales end 2 OIF_W12EOSTIMS6TIME
W21BOSTuesday:time sales begin 1 OIF_W21BOSTIMS6TIME
W21EOSTuesday:time sales end 1 OIF_W21EOSTIMS6TIME
W22BOSTuesday:time sales begin 2 OIF_W22BOSTIMS6TIME
W22EOSTuesday:time sales end 2 OIF_W22EOSTIMS6TIME
W31BOSWednesday:time sales begin 1 OIF_W31BOSTIMS6TIME
W31EOSWednesday:time sales end 1 OIF_W31EOSTIMS6TIME
W32BOSWednesday:time sales begin 2 OIF_W32BOSTIMS6TIME
W32EOSWednesday:time sales end 2 OIF_W32EOSTIMS6TIME
W41BOSThursday:time sales begin 1 OIF_W41BOSTIMS6TIME
W41EOSThursday:time sales end 1 OIF_W41EOSTIMS6TIME
W42BOSThursday:time sales begin 2 OIF_W42BOSTIMS6TIME
W42EOSThursday:time sales end 2 OIF_W42EOSTIMS6TIME
W51BOSFriday:time sales begin 1 OIF_W51BOSTIMS6TIME
W51EOSFriday:time sales end 1 OIF_W51EOSTIMS6TIME
W52BOSFriday:time sales begin 2 OIF_W52BOSTIMS6TIME
W52EOSFriday:time sales end 2 OIF_W52EOSTIMS6TIME
W61BOSSaturday:time sales begin 1 OIF_W61BOSTIMS6TIME
W61EOSSaturday:time sales end 1 OIF_W61EOSTIMS6TIME
W62BOSSaturday:time sales begin 2 OIF_W62BOSTIMS6TIME
W62EOSSaturday:time sales end 2 OIF_W62EOSTIMS6TIME
W71BOSSunday:time sales begin 1 OIF_W71BOSTIMS6TIME
W71EOSSunday:time sales end 1 OIF_W71EOSTIMS6TIME
W72BOSSunday:time sales begin 2 OIF_W72BOSTIMS6TIME
W72EOSSunday:time sales end 2 OIF_W72EOSTIMS6TIME
ERDATUser who Created Record OIF_ERNAMCHAR12USNAM
ERZEITTime Record Created at (Time) OIF_ERZEITTIMS6TIME
ERNAMUser who Created Record OIF_ERNAMCHAR12USNAM
AEDATDate Record Changed on (Date) OIF_AEDATDATS8DATS
AEZEITTime when Record Was Changed OIF_AEZEITTIMS6TIME
AENAMUser who Changed Record OIF_AENAMCHAR12USNAM
BLOINDBlock Indicator OIF_BLOINDCHAR1XFELD
DELINDDeletion indicator OIF_DELINDCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIFDD1
INTO CORRESPONDING FIELDS OF WA_OIFDD1
WHERE...

How to access SAP table OIFDD1

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