OIUP_PDM_ENABLED SAP (PDM Enabled Tables) Table details

Dictionary Type: Table
Description: PDM Enabled Tables




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




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

OIUP_PDM_ENABLED is a standard SAP Table which is used to store PDM Enabled Tables data and is available within R/3 SAP systems depending on the version and release level.

The OIUP_PDM_ENABLED table consists of various fields, each holding specific information or linking keys about PDM Enabled Tables data available in SAP. These include PRA_TABNAME (Table Name), APP_AREA (PDM - Application Area), PRA_ITABTYPE (Name of table type), PRA_SPLIT_FIELD (Field Name).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table = OIUP_PDM_ENAB_TX


SAP OIUP_PDM_ENABLED 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
PRA_TABNAMETable Name TABNAMECHAR30DD02LAS4TABDTB
APP_AREAPDM - Application Area OIUP_APPLICATION_AREACHAR4OIUP_APP_AREACHAR4
PRA_ITABTYPEName of table type TTYPENAMECHAR30DD40LTTYPENAMETTYP
PRA_SPLIT_FIELDField Name FIELDNAMECHAR30DD03LFDNAMEDFD
CONVERSION_CLASSObject Type Name SEOCLSNAMECHAR30SEOCLASSSEOCLSNAMECLASS
DEPENDENT_ON_CLSObject Type Name SEOCLSNAMECHAR30SEOCLASSSEOCLSNAMECLASS
DEPENDENT_CLASSObject Type Name SEOCLSNAMECHAR30SEOCLASSSEOCLSNAMECLASS
SHADOW_TABNAMETable Name TABNAMECHAR30DD02LAS4TABDTB
SHADOW_ITABTYPEName of table type TTYPENAMECHAR30DD40LTTYPENAMETTYP

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIUP_PDM_ENABLED
INTO CORRESPONDING FIELDS OF WA_OIUP_PDM_ENABLED
WHERE...

How to access SAP table OIUP_PDM_ENABLED

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