IUUC_PERF_OPTION SAP (table-specific options for performance improvements) Table details

Dictionary Type: Table
Description: table-specific options for performance improvements




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




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

IUUC_PERF_OPTION is a standard SAP Table which is used to store table-specific options for performance improvements data and is available within R/3 SAP systems depending on the version and release level.

The IUUC_PERF_OPTION table consists of various fields, each holding specific information or linking keys about table-specific options for performance improvements data available in SAP. These include TABNAME (Table Name), CLUSTER_PHYSICAL (IUUC: physical transfer of cluster tables), LOGTAB_IN_RCV (create and fill logging table in receiver system), PARALL_JOBS (number of parallel-running jobs for this table).. 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: Cannot Be Enhanced


SAP IUUC_PERF_OPTION 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
MT_IDDMC: Indicator for Mass Transfer DMC_MT_IDENTIFIERCHAR3CHAR03
TABNAMETable Name TABNAMECHAR30Assigned to domainAS4TABDTB
CLUSTER_PHYSICALIUUC: physical transfer of cluster tables IUUC_PHYS_CLUSTCHAR1BOOLEAN
LOGTAB_IN_RCVcreate and fill logging table in receiver system IUUC_LOGTAB_IN_RCVCHAR1BOOLEAN
PARALL_JOBSnumber of parallel-running jobs for this table IUUC_PARALL_JOBSNUMC2
PARALL_FIELDNAMEfieldname of the field used to create distinct data portions IUUC_PARAL_FIELDCHAR30Assigned to domainFDNAME
SEQNUMMWB: Sequence Number for Table DMC_SEQNR_TABLENUMC2NUMC2
TABNAME_CLONETable Name TABNAMECHAR30Assigned to domainAS4TABDTB
MAX_IN_BLOCK max_in_blocking_factor (optimizer hint)0
READING_TYPEreading type (transparent, pool, cluster, indx-cluster) DMC_READING_TYPECHAR1DMC_READING_TYPE
GENERIC_PARALLELgeneric parallel processing in IUUC delta transfe IUUC_GENERIC_PARALLELIZATIONCHAR1BOOLEAN
NUM_RECS_LOGTABNumber of records to be read from logging table IUUC_NUMREC_LOGTABNUMC5
NUM_ORA_HASH_PARNumber of Oracle Hash Partitions IUUC_NUM_ORA_HASH_PARTITIONSNUMC3
SEQUN_CACHE_SIZESequence Cache Size IUUC_SEQUENCE_CACHE_SIZENUMC5
SPC_LOGTAB_CLEANspecific logging table cleanup IUUC_SPECIFIC_LOGTAB_CLEANUPCHAR1BOOLEAN

Key field Non-key field



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

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

SELECT SINGLE *
FROM IUUC_PERF_OPTION
INTO CORRESPONDING FIELDS OF WA_IUUC_PERF_OPTION
WHERE...

How to access SAP table IUUC_PERF_OPTION

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