OIDAP SAP (Automatic Plant Determination) Table details

Dictionary Type: Table
Description: Automatic Plant Determination




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




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

OIDAP is a standard SAP Table which is used to store Automatic Plant Determination data and is available within R/3 SAP systems depending on the version and release level.

The OIDAP table consists of various fields, each holding specific information or linking keys about Automatic Plant Determination data available in SAP. These include VKORG (Sales Organization), VTWEG (Distribution Channel), SPART (Division), LAND1 (Country Key).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP OIDAP 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
VKORGSales Organization VKORGCHAR4TVTAVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2TVTAVTWEGVTWC_VTWEG
SPARTDivision SPARTCHAR2TVTASPARTSPAC_SPART
LAND1Country Key LAND1CHAR3T005LAND1LND
LZONETransportation zone to or from which the goods are delivered LZONECHAR10TZONEZONE
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
MATKLMaterial Group MATKLCHAR9T023MATKLMKLS_WBWG
WERKSPPreferred plant OID_WERKSPCHAR4T001WWERKS
LGORTPPreferred plant/stg. location OID_LGORTPCHAR4T001LLGORT
WERK01Plant alternate 1 OID_WERKS1CHAR4T001WWERKS
LGOR01Plant/storage location, alternate 1 OID_LGORT1CHAR4T001LLGORT
WERK02Plant alternate 2 OID_WERKS2CHAR4T001WWERKS
LGOR02Plant/storage location, alternate 2 OID_LGORT2CHAR4T001LLGORT
WERK03Plant alternate 3 OID_WERKS3CHAR4T001WWERKS
LGOR03Plant/storage location, alternate 3 OID_LGORT3CHAR4T001LLGORT
WERK04Plant alternate 4 OID_WERKS4CHAR4T001WWERKS
LGOR04Plant/storage location, alternate 4 OID_LGORT4CHAR4T001LLGORT
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERTIMTime of creation OI0_ERTIMTIMS6UZEIT
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
AEDATChanged On AEDATDATS8DATUM
AETIMTime of day the record was changed OI0_AETIMTIMS6UZEIT
AENAMName of Person Who Changed Object AENAMCHAR12USNAM

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIDAP
INTO CORRESPONDING FIELDS OF WA_OIDAP
WHERE...

How to access SAP table OIDAP

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