Symptom
One of the following dumps causes the transport of an Open Hub Destination to fail:
Call Function Not Found
"RFC destination &1 does not exist"
**OR**
Call Failure Remote Error
"Name or password is incorrect (repeat logon)"
The dump displays the identical stop line in the code in both scenarios:
36 IF l_destination = 'NONE'.
37 CALL FUNCTION 'RSB_DETERMINE_FILENAME'
38 EXPORTING
39 i_logical_filename = o_s_file-fileintern
40 IMPORTING
41 e_filename_ctrl = o_filename_ctrl
42 CHANGING
43 c_filename = o_filename.
44 ELSE.
45 *-- does implicit commit cannot be used in DTP execution as it will destroy the cursor
>>>>> CALL FUNCTION 'RSB_DETERMINE_FILENAME_RFC' DESTINATION l_destination
47 EXPORTING
48 i_logical_filename = o_s_file-fileintern
49 IMPORTING
50 e_filename_ctrl = o_filename_ctrl
51 CHANGING
52 c_filename = o_filename.
53 ENDIF.
Read more...
Environment
- SAP NetWeaver 7.50
- SAP BW/4HANA 1.00
- SAP BW/4HANA 2.00
Product
Keywords
"CALL_FUNCTION_REMOTE_ERROR" , "RSB_DETERMINE_FILENAME_RFC" , l_destination , KBA , BW-WHM-DBA , Data Basis , BW-WHM-MTD-CTS , Transport connection , BW4-ME-CTS , Change and Transport , Problem
About this page
This is a preview of a SAP Knowledge Base Article. Click more to access the full version on SAP for Me (Login required).Search for additional results
Visit SAP Support Portal's SAP Notes and KBA Search.