IUUC_CLONE_ISOLATION is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter IUUC_CLONE_ISOLATION into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Selection Text: S_USERS = User-Ids excl. from Blocking
Selection Text: S_JOBNAM = Jobs excl. from Suspension
Selection Text: P_TABRES = Reset Active-Flags
Selection Text: P_SNDRFC = Sender RFC-destination
Selection Text: P_EXTLOG = Extended Logging Required
Selection Text: P_EVT = Execution Event
Selection Text: P_DBCON = DB Connection Name Receiver
Text Symbol: NDB = Invalid DB-Connection
Text Symbol: FUN = CLone Isolation
Text Symbol: 040 = Reset of active-flag in IUUC_ISOLATION failed! Please adjust manually!
Text Symbol: 030 = Number of Lines updated:
Text Symbol: 025 = Please Verify the Job-Log
Text Symbol: 024 = Execution Adjust_Rfcdest
Text Symbol: 023 = Preparation Adjust_Rfcdest
Text Symbol: 022 = Execution Block_Users
Text Symbol: 021 = Preparation Block Users
Text Symbol: 020 = Execution Suspend_Jobs
Text Symbol: 019 = Preparation Suspend_Jobs
Text Symbol: 018 = Execution Change_Field_Values
Text Symbol: 017 = Preparation Change_Field_Values
Text Symbol: 016 = Execution Set_Field_Values
Text Symbol: 015 = Execution Prefix_Field_Values
Text Symbol: 014 = Preparation Prefix_Field_Values
Text Symbol: 013 = Execution Delete_Content
Text Symbol: 012 = Execution Delete_Content_Determined
Text Symbol: 011 = Preparation Delete_Content_Determined
Text Symbol: 010 = Execution Check Table Exist
Text Symbol: 009 = SQL-Error occurred in
Text Symbol: 008 = Processing SQL-stmnt:
Text Symbol: 007 = Requested Activity not implemented:
Text Symbol: 006 = does not exist in target System !
Text Symbol: 005 = Table
Text Symbol: 004 = is not accessible!
Text Symbol: 003 = The database connection
Text Symbol: 002 = Exception for Processing
Text Symbol: 001 = Basis-Parameters
INCLUDE CNV_MBT_SM_PARAMS_NODISPLAY. "WE20120308
No SAP DATABASE tables are accessed within this REPORT code!
CNV_MBT_AUTHORITY_CHECK CALL FUNCTION 'CNV_MBT_AUTHORITY_CHECK' EXPORTING im_area = 'SLOP' im_level = 'PACKAGE' im_activity = '02'. "WE20120308
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
IUUC_CLONE_ISOLATION - IUUCCLONEISOLATION IUUC_CLONE_ISOLATION - IUUCCLONEISOLATION IUUC_CHECK_UNIQUE_INDEX - Check if Tables have a unique Index (primary or secondary) IUUC_CHECK_UNIQUE_INDEX - Check if Tables have a unique Index (primary or secondary) IUUC_CHECK_TABLE_CLASS_EXIST - IUUC Save Table Classification IUUC_CHECK_TABLE_CLASS_EXIST - IUUC Save Table Classification