SAP Reports / Programs | Cross-Application Components | European Monetary Union: Euro(CA-EUR) SAP CA

IUUC_REPL_CONFIGURATION SAP ABAP Report - classic base GUI LT Replication







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


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_REPL_CONFIGURATION. "Basic submit
SUBMIT IUUC_REPL_CONFIGURATION AND RETURN. "Return to original report after report execution complete
SUBMIT IUUC_REPL_CONFIGURATION VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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





Text Symbol: FRO = Replication options
Text Symbol: FSS = Connection to Source System
Text Symbol: FTA = Tablespace Assignment
Text Symbol: FTS = Connection to Target System
Text Symbol: HST = Host Name:
Text Symbol: INS = Instance Number:
Text Symbol: MTI = Mass Transfer
Text Symbol: NSA = Non-SAP System
Text Symbol: OKB = OK


INCLUDES used within this REPORT IUUC_REPL_CONFIGURATION

No INCLUDES are used within this REPORT code!


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:

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 .



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_REPL_CONFIGURATION or its description.