SAP Reports / Programs

IUUC_CLONE_ISOLATION SAP ABAP Report - IUUCCLONEISOLATION







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT IUUC_CLONE_ISOLATION. "Basic submit
SUBMIT IUUC_CLONE_ISOLATION AND RETURN. "Return to original report after report execution complete
SUBMIT IUUC_CLONE_ISOLATION VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT IUUC_CLONE_ISOLATION

INCLUDE CNV_MBT_SM_PARAMS_NODISPLAY. "WE20120308


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

CNV_MBT_AUTHORITY_CHECK CALL FUNCTION 'CNV_MBT_AUTHORITY_CHECK' EXPORTING im_area = 'SLOP' im_level = 'PACKAGE' im_activity = '02'. "WE20120308



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name IUUC_CLONE_ISOLATION or its description.