OIKPEXLOC SAP (OIL: Status of gen. Location in ext. Transport Planning Sy) Table details

Dictionary Type: Table
Description: OIL: Status of gen. Location in ext. Transport Planning Sy




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




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

OIKPEXLOC is a standard SAP Table which is used to store OIL: Status of gen. Location in ext. Transport Planning Sy data and is available within R/3 SAP systems depending on the version and release level.

The OIKPEXLOC table consists of various fields, each holding specific information or linking keys about OIL: Status of gen. Location in ext. Transport Planning Sy data available in SAP. These include LOCCLS (Location category of generalized location), LOCID (General location number), TPLST (Transportation planning point), AEDAT (Changed On).. 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 OIKPEXLOC 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 MANDTCLNT3Assigned to domainMANDT
LOCCLSLocation category of generalized location EDI_VTTRMTCHAR2EDI_VTTRMT
LOCIDGeneral location number EDI_VTLCIDCHAR10CHAR10
TPLSTTransportation planning point TPLSTCHAR4Assigned to domainTPLSTTDP
AEDATChanged On AEDATDATS8DATUM
AEZETTime last change was made AEZETTIMS6UZEIT

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIKPEXLOC
INTO CORRESPONDING FIELDS OF WA_OIKPEXLOC
WHERE...

How to access SAP table OIKPEXLOC

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