OIKTT SAP (TPI:Trip planning times-for customer use (Enhancem.OIKSHPSV)) Table details

Dictionary Type: Table
Description: TPI:Trip planning times-for customer use (Enhancem.OIKSHPSV)




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




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

OIKTT is a standard SAP Table which is used to store TPI:Trip planning times-for customer use (Enhancem.OIKSHPSV) data and is available within R/3 SAP systems depending on the version and release level.

The OIKTT table consists of various fields, each holding specific information or linking keys about TPI:Trip planning times-for customer use (Enhancem.OIKSHPSV) data available in SAP. These include SHNUMBER (TD shipment number), DLNUMBER (TD document number), LOADDATE (Planned date for start of shipment), SHIFT (TD driver shift).. 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 OIKTT 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
CLIENTClient MANDTCLNT3T000MANDT
SHNUMBERTD shipment number OIG_SHNUMCHAR10OIGSALPHAOIG_SHNUMOIS
DLNUMBERTD document number OIG_DOCNRCHAR10ALPHAOIG_DOCNR
LOADDATEPlanned date for start of shipment OIG_SHSTDTDATS8DATUM
SHIFTTD driver shift OIG_SHIFTCHAR1TOIGHOIG_SHIFT
SHIPTOShip-to party KUNWECHAR10KNA1ALPHAKUNNR
NDRIVETIMETPI: Non-driving time OIK_NDTIMETIMS6TIME
DRIVETIMETPI: Driving time OIK_DTIMETIMS6TIME
DISTANCEDistance OIK_DISTDEC5DEC5
DISTUOMUnit of measure for distance MEDSTUNIT3T006CUNITMEINS
ETAEstimated Time of Arrival at return plant OIK_ETATIMS6TIME
EDAEstimated date of arrival at return plant OIK_EDADATS8DATUM

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIKTT
INTO CORRESPONDING FIELDS OF WA_OIKTT
WHERE...

How to access SAP table OIKTT

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