SAP Reports / Programs | SAP Business Information Warehouse | Warehouse Management | Enterprise Search Hub(BW-WHM-ESH) SAP BW

ESH_CREATE_SOURCE_SYSTEM SAP ABAP Report - Program ESH_CREATE_SOURCE_SYSTEM







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


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


Text pool values


Title: Program ESH_CREATE_SOURCE_SYSTEM


INCLUDES used within this REPORT ESH_CREATE_SOURCE_SYSTEM

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:

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.



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