UC_DATABASIS_RFCDEST_REPLACE 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 UC_DATABASIS_RFCDEST_REPLACE into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
UCM01 - Data Basis: Change RFC Destination
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: PA_TEST = Test Run
Selection Text: PA_DEST = New Destination
Selection Text: PA_BASIS = D Data Basis
Title: Swap RFC Destination in the Data Basis (and Its Data Streams)
Text Symbol: 011 = Destination of Master Data for Data Basis &1: Old = &2, New = &3
Text Symbol: 010 = Should the change be carried out?
Text Symbol: 009 = Change RFC Destination of Data Basis &1
Text Symbol: 008 = Destination of Data Stream &1: Old = &2, New = &3
Text Symbol: 007 = Change failed
Text Symbol: 006 = Changed:
Text Symbol: 005 = No changes
Text Symbol: 004 = Destination of Data Basis &1: Old = &2, New = &3
Text Symbol: 003 = No data streams assigned to data basis &1
Text Symbol: 002 = RFC destination &1 does not exist
Text Symbol: 001 = Data basis &1 does not exist
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
UG_MD_AREAID_CHANGE_RFCDEST CALL FUNCTION 'UG_MD_AREAID_CHANGE_RFCDEST' EXPORTING i_appl = l_appl i_areaid = l_areaid i_rfcdest = i_dest_new i_test = l_test i_show_list = 'X' i_show_messages = 'X' IMPORTING et_message = lt_message.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING titel = l_title textline1 = text-010 * TEXTLINE2 = SPOP-TEXTLINE2 cancel_display = space IMPORTING answer = l_answer.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
UC_DATABASIS_RFCDEST_REPLACE - Swap RFC Destination in the Data Basis (and Its Data Streams) UC_DATABASIS_RFCDEST_REPLACE - Swap RFC Destination in the Data Basis (and Its Data Streams) UC_CUST_UCM0000 - Activate Logging of Transaction Data, SHO, and Modifications UC_CUST_UCM0000 - Activate Logging of Transaction Data, SHO, and Modifications UC_CUST_COMPARE - Customizing Comparison UC_CUST_COMPARE - Customizing Comparison