OIUH_DD_CONFIG SAP (DD names per program with Open Mode (I/O) for QSAM files) Table details

Dictionary Type: Table
Description: DD names per program with Open Mode (I/O) for QSAM files




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




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

OIUH_DD_CONFIG is a standard SAP Table which is used to store DD names per program with Open Mode (I/O) for QSAM files data and is available within R/3 SAP systems depending on the version and release level.

The OIUH_DD_CONFIG table consists of various fields, each holding specific information or linking keys about DD names per program with Open Mode (I/O) for QSAM files data available in SAP. These include DDNAME (Logical File Name), FILE_DESC (File Description), IOMODE (Input/Output File), TECH_TYPE (Technical File Type).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP OIUH_DD_CONFIG 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
REPIDABAP Program Name REPIDCHAR40PROGNAME
DDNAMELogical File Name OIUH_LOGICAL_FILE_NMCHAR10CHAR10
FILE_DESCFile Description OIUH_FILE_DESCCHAR50CHAR50
IOMODEInput/Output File OIUH_IO_MODECHAR1CHAR1
TECH_TYPETechnical File Type OIUH_TECH_TYPECHAR1OIUH_TECH_TYPE
USAGE_TYPEFile Usage Type OIUH_USAGE_TYPECHAR1OIUH_USAGE_TYPE
RELEVANCE_TYPEFile Relevance Type OIUH_RELEVANCE_TYPECHAR1OIUH_RELEVANCE_TYPE
IMMED_DISP_FLImmediate Display Flag OIUH_IMMED_DISP_FLCHAR1CHAR1
DAYS_TO_EXPNumber of Days to File Expiration OIUH_DAYS_TO_EXPINT13INT1
NO_EXP_FLNo Expiration Flag OIUH_NO_EXP_FLCHAR1CHAR1
RECORD_LENGTHFile Record Length OIUH_RECORD_LENGTHINT410INT4
PARM_LAYOUTParameter String Layout OIUH_PARM_LAYOUTCHAR80CHAR80
FILE_LAYOUTFile Layout OIUH_FILE_LAYOUTCHAR80CHAR80
DISPLAY_FUNCDisplay Function OIUH_DISPLAY_FUNCCHAR80CHAR80
QSAM_FLQuick SAM Flag OIUH_QSAM_FLCHAR1CHAR1

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIUH_DD_CONFIG
INTO CORRESPONDING FIELDS OF WA_OIUH_DD_CONFIG
WHERE...

How to access SAP table OIUH_DD_CONFIG

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