OID_TRIP SAP (Pipeline Trip Numbers) Table details

Dictionary Type: Table
Description: Pipeline Trip Numbers




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




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

OID_TRIP is a standard SAP Table which is used to store Pipeline Trip Numbers data and is available within R/3 SAP systems depending on the version and release level.

The OID_TRIP table consists of various fields, each holding specific information or linking keys about Pipeline Trip Numbers data available in SAP. These include PTRIP (Pipeline trip number (external)), FDPLT (Final Destination Plant), TCOMP (Indicator: Trip conpleted), TDSCR (Trip number description).. 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 OID_TRIP 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
PTRIPPipeline trip number (external) OIC_PTRIPCHAR16OIC_PTRIP
FDPLTFinal Destination Plant OID_FDPLTCHAR4T001WWERKS
TCOMPIndicator: Trip conpleted OID_TCOMPCHAR1XFELD
TDSCRTrip number description OID_TDSCRCHAR30TEXT30

Key field Non-key field



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

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

SELECT SINGLE *
FROM OID_TRIP
INTO CORRESPONDING FIELDS OF WA_OID_TRIP
WHERE...

How to access SAP table OID_TRIP

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