SAP Reports / Programs | Basis Components | Use Subcomponents | Operating System Monitors(BC-CCM-MON-OS) SAP BC

RSHOSTLD SAP ABAP Report - Customize logical destination







RSHOSTLD 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 RSHOSTLD 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

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


Text pool values


Title: Customize logical destination


INCLUDES used within this REPORT RSHOSTLD

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_WITH_VALUE call function 'POPUP_TO_CONFIRM_WITH_VALUE' exporting defaultoption = 'Y' text_before = 'SAPOSCOL-Destination' "#EC NOTEXT objectvalue = logic_dest-logic_dest text_after = ' was changed. Save changes?' "#EC NOTEXT

POPUP_TO_CONFIRM_WITH_VALUE call function 'POPUP_TO_CONFIRM_WITH_VALUE' exporting defaultoption = 'Y' text_before = 'SAPOSCOL-Destination' "#EC NOTEXT objectvalue = logic_dest-logic_dest text_after = ' was changed. Save changes?' "#EC NOTEXT

POPUP_TO_CONFIRM_WITH_MESSAGE call function 'POPUP_TO_CONFIRM_WITH_MESSAGE' exporting defaultoption = 'Y' "#EC NOTEXT diagnosetext1 = 'RFC-Destination is unknown!' "#EC NOTEXT textline1 = 'Do you want to search for an' "#EC NOTEXT textline2 = 'existing RFC-Destination ?' "#EC NOTEXT titel = 'Search for RFC-Destination ?' "#EC NOTEXT importing answer = popup_answer. "#EC FB_OLDED

HELP_VALUES_GET_WITH_TABLE_EXT call function 'HELP_VALUES_GET_WITH_TABLE_EXT' exporting fieldname = 'RFCDEST' "#EC NOTEXT tabname = 'RFCDES' "#EC NOTEXT importing select_value = logic_dest-logic_dest tables fields = field_table select_values = select_values valuetab = rfcdes_local exceptions field_not_in_ddic = 01 more_then_one_selectfield = 02 no_selectfield = 03. "#EC FB_OLDED

POPUP_TO_CONFIRM_WITH_VALUE call function 'POPUP_TO_CONFIRM_WITH_VALUE' exporting defaultoption = 'Y' text_before = 'Do you want to delete ' objectvalue = logic_dest-logic_dest text_after = ' ?' titel = 'Delete SAPOSCOL-Destination' importing answer = popup_answer. "#EC NOTEXT

DYNP_VALUES_UPDATE call function 'DYNP_VALUES_UPDATE' " Update field DB_SERVER exporting dyname = 'RSHOSTLD' dynumb = '0101' tables dynpfields = dynp_tab exceptions invalid_abapworkarea = 01 invalid_dynprofield = 02 invalid_dynproname = 03 invalid_dynpronummer = 04 invalid_request = 05 no_fielddescription = 06 undefind_error = 07. "#EC NOTEXT

POPUP_TO_CONFIRM_WITH_VALUE call function 'POPUP_TO_CONFIRM_WITH_VALUE' exporting defaultoption = 'Y' text_before = 'SAPOSCOL-Destination' objectvalue = logic_dest-logic_dest text_after = ' was changed. Save changes?'

POPUP_TO_CONFIRM_WITH_VALUE call function 'POPUP_TO_CONFIRM_WITH_VALUE' exporting defaultoption = 'Y' text_before = 'SAPOSCOL-Destination' objectvalue = logic_dest-logic_dest text_after = ' was changed. Save changes?'

DYNP_VALUES_READ call function 'DYNP_VALUES_READ' " Read field DB_SERVER exporting dyname = 'RSHOSTLD' dynumb = '0101' tables dynpfields = dynp_tab exceptions invalid_abapworkarea = 01 invalid_dynprofield = 02 invalid_dynproname = 03 invalid_dynpronummer = 04 invalid_request = 05 no_fielddescription = 06 undefind_error = 07.

HELP_VALUES_GET_WITH_TABLE_EXT call function 'HELP_VALUES_GET_WITH_TABLE_EXT' exporting fieldname = 'LOGIC_DEST' "#EC NOTEXT tabname = 'LOGIC_DEST' "#EC NOTEXT importing select_value = logic_dest-logic_dest tables fields = field_table select_values = select_values valuetab = itab "logic_dest_local exceptions field_not_in_ddic = 01 more_then_one_selectfield = 02 no_selectfield = 03. "#EC FB_OLDED



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