Announcement:
wanna exchange links? contact me at sapchatroom@gmail.com.
Posted by
Admin at
This is an issue with the Z program, so SAP notes will not help. In my limited experience with building custom "Z" RFC function modules, this means no data was found on the other side and the function module is not coded to report that correctly. Note the exceptions are commented out, so zrbs001_dnotif will not get anything from the function module and does not know what to do - thus the short dump. At the minimum, the function module needs to process the exceptions. CALL FUNCTION 'TRANSACTION_CALL_VIA_RFC' DESTINATION bcos_cust-destinat EXPORTING tcode = 'ZHELP' TABLES transaction_data = bdi_line * EXCEPTIONS * TCODE_NOT_EXIST = 1 * OTHERS = 2 I suspect there is an issue in the other system, so the function module needs to be fixed to handle that. As was said before, get an ABAPPER to fix it.
| | | ---------------Original Message--------------- From: Anil Dhasmana Sent: Friday, April 29, 2011 3:32 AM Subject: Connection closed (no data) (CALL_FUNCTION_REMOTE_ERROR) ABAP Dump I did not find any specific notes to resolve this issue. Can anyone help? Anil. | | __.____._ Copyright © 2011 Toolbox.com and message author. Toolbox.com 4343 N. Scottsdale Road Suite 280, Scottsdale, AZ 85251 | | Popular White Papers In the Spotlight _.____.__ |