ESH_CREATE_SOURCE_SYSTEM 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 ESH_CREATE_SOURCE_SYSTEM 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: Program ESH_CREATE_SOURCE_SYSTEM
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RSAR_GET_SOURCESYSTEM_PARMS CALL FUNCTION 'RSAR_GET_SOURCESYSTEM_PARMS' EXPORTING i_srctype = p_srctyp * i_only_password = * i_user_name = IMPORTING e_logsys = lv_logsys e_stext = lv_stext e_srctype = lv_srctype e_password = lv_passw_src e_password_biw = lv_passw_biw e_user_name = lv_user_src e_user_biw = lv_user_biw e_applserver = lv_applserver e_systemid = lv_systemid e_systemno = lv_systemno e_manuell = lv_manuell e_error = lv_error e_restore = lv_restore e_destination = lv_destination e_dialog_dest = lv_dialog_dest e_src3dtyp = lv_src3dtyp e_src3drel = lv_src3drel e_udc = lv_udc EXCEPTIONS missing_entry_in_rsadmin = 1 OTHERS = 2.
RSAR_LOGICAL_SYSTEM_CREATE_NEW CALL FUNCTION 'RSAR_LOGICAL_SYSTEM_CREATE_NEW' EXPORTING i_srctype = p_srctyp * I_RESTORE = i_applserver = lv_applserver i_systemid = lv_systemid i_systemno = lv_systemno i_user_oltp = lv_user_src i_password_oltp = lv_passw_src i_user_biw = lv_user_biw i_password_biw = lv_passw_biw * I_MANUELL = i_no_authority = 'X' i_no_transport = 'X' i_destination = lv_destination i_dialog_dest = lv_dialog_dest * i_method = * i_program = * i_gwhost = * i_gwservice = i_src3dtyp = lv_src3dtyp i_src3drel = lv_src3drel i_udc = lv_udc * I_OLTP_PART_DONE = * I_DO_UPLOAD = CHANGING c_langu = lv_langu c_logsys = lv_logsys c_stext = lv_stext EXCEPTIONS logsys_exists = 1 cancelled = 2 idoc_template_not_found = 3 invalid_idoc_type_name = 4 unauthorized = 5 internal_error = 6 object_locked = 7 remote_connect_failed = 8 invalid_to_saanorm = 9 invalid_rfcdes = 10 rfcdes_exists = 11 invalid_systemtype = 12 no_rfc_destination_source = 13 no_entry_in_t000_source = 14 no_user_defined_source = 15 no_tsprefix_defined_source = 16 unknown_logical_system = 17 no_free_namespace = 18 OTHERS = 19.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ESH_CREATE_SOURCE_SYSTEM - Program ESH_CREATE_SOURCE_SYSTEM ESH_CREATE_SOURCE_SYSTEM - Program ESH_CREATE_SOURCE_SYSTEM ESH_CREATE_JOIN_INDEX - ESH: Create Join Index ESH_CREATE_JOIN_INDEX - ESH: Create Join Index ESH_CREATE_INDEX_FOR_NODE - Report for creating alll indices for one node ESH_CREATE_INDEX_FOR_NODE - Report for creating alll indices for one node