IUUC_ISOLATION SAP (System Isolation Steps / RampUp Steps) Table details

Dictionary Type: Table
Description: System Isolation Steps / RampUp Steps




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




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

IUUC_ISOLATION is a standard SAP Table which is used to store System Isolation Steps / RampUp Steps data and is available within R/3 SAP systems depending on the version and release level.

The IUUC_ISOLATION table consists of various fields, each holding specific information or linking keys about System Isolation Steps / RampUp Steps data available in SAP. These include SEQUENCE (Execution Sequence for Isolation-/RampUp activity), ACTIVITY (Execution Activity (Form routine)), ENTRY_ACTIVE (Indicator Table entry active), TABNAME (Name of table to be adjusted).. 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)


SAP IUUC_ISOLATION 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
EVENTRuntime Event for execution IUUC_EVENTCHAR8IUUC_EVENT
SEQUENCEExecution Sequence for Isolation-/RampUp activity IUUC_SEQUENCENUMC4NUMC04
ACTIVITYExecution Activity (Form routine) IUUC_ACTIVITYCHAR30IUUC_ACTIV_VALIUUC_ACTIVITY
ENTRY_ACTIVEIndicator Table entry active IUUC_ENTRYACTFLAGCHAR1IUUC_ENTRY_ACT_FLAG
TABNAMEName of table to be adjusted IUUC_TABNAMECHAR30Assigned to domainAS4TAB
COND_FNAMName of field to be examined IUUC_CONDCHAR30Assigned to domainFDNAME
COND_VAL1Field Value to be checked IUUC_COND_VAL1CHAR255BAPIPROPVA
CHNG_FNAMName of field to be changed IUUC_CHNGCHAR30Assigned to domainFDNAME
CHNG_VAL1Field Value to be changed (source) IUUC_CHNG_VAL1CHAR255BAPIPROPVA
CHNG_VAL2Field Value to be changed (target) IUUC_CHNG_VAL2CHAR255BAPIPROPVA

Key field Non-key field



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

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

SELECT SINGLE *
FROM IUUC_ISOLATION
INTO CORRESPONDING FIELDS OF WA_IUUC_ISOLATION
WHERE...

How to access SAP table IUUC_ISOLATION

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