SAP Reports / Programs

UC_DATABASIS_RFCDEST_REPLACE SAP ABAP Report - Swap RFC Destination in the Data Basis (and Its Data Streams)







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

UCM01 - Data Basis: Change RFC Destination


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 UC_DATABASIS_RFCDEST_REPLACE. "Basic submit
SUBMIT UC_DATABASIS_RFCDEST_REPLACE AND RETURN. "Return to original report after report execution complete
SUBMIT UC_DATABASIS_RFCDEST_REPLACE 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: 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


INCLUDES used within this REPORT UC_DATABASIS_RFCDEST_REPLACE

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:

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.



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