IUUC_REPL_CONFIGURATION 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_REPL_CONFIGURATION 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.
Title: classic base GUI LT Replication
Text Symbol: RFC = RFC Connection:
Text Symbol: RSI = Schedule by Interval
Text Symbol: RST = Schedule by Time
Text Symbol: RTI = Real Time
Text Symbol: SAP = SAP System
Text Symbol: SAV = Save
Text Symbol: SHN = Schema Name:
Text Symbol: SND = Source System
Text Symbol: STA = Status
Text Symbol: TAM = Allowed Multiple Usage
Text Symbol: TAP = Application:
Text Symbol: TDC = Data Class:
Text Symbol: THA = Connection to Target System
Text Symbol: TJI = Initial Load Jobs:
Text Symbol: TJS = No. of Data Transfer Jobs:
Text Symbol: TPW = Password:
Text Symbol: TRS = Read from Single Client
Text Symbol: TSC = Connection to Source System
Text Symbol: TSH = Configuration Name:
Text Symbol: TSN = Tablespace Name:
Text Symbol: TUN = User Name:
Text Symbol: UIC = Unicode:
Text Symbol: REC = Target System
Text Symbol: 001 = Yes
Text Symbol: 002 = No
Text Symbol: 003 = Are you sure you want to delete this Configuration?
Text Symbol: CAN = Cancel
Text Symbol: CFN = Configuration Name
Text Symbol: CLO = Close
Text Symbol: DBC = DB Connection:
Text Symbol: DBS = Database System:
Text Symbol: DES = Description:
Text Symbol: DET = Details
Text Symbol: DSC = Description
Text Symbol: EX1 = There is already a schema with the same name in HANA system. Either enter the password
Text Symbol: EX2 = to reuse it or enter a different name.
Text Symbol: FGD = General Data
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = lv_name * DIAGNOSE_OBJECT = ' ' text_question = 'Are you sure you want to delete this Configuration?'(003) text_button_1 = 'Yes'(001) icon_button_1 = '@0V@' text_button_2 = 'No'(002) icon_button_2 = '@0W@ ' default_button = '1' display_cancel_button = abap_false IMPORTING answer = lv_ans EXCEPTIONS text_not_found = 1 OTHERS = 2 .
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = rv_status * TEXT = ' ' * INFO = ' ' * ADD_STDINF = 'X' IMPORTING RESULT = rv_status EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3 .
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_REPL_CONFIGURATION - classic base GUI LT Replication IUUC_REPL_CONFIGURATION - classic base GUI LT Replication IUUC_REPLAY_TIME_FORECAST - Forecast remaining time for transfer IUUC_REPLAY_TIME_FORECAST - Forecast remaining time for transfer IUUC_RENAME_DB_TABLE - copy table A to table B, move data to table B, optionally delete A IUUC_RENAME_DB_TABLE - copy table A to table B, move data to table B, optionally delete A