We have added search box. Key in SAP issue keyword to search
TopBottom

Announcement: wanna exchange links? contact me at sapchatroom@gmail.com.

RE: RE:[sap-abap] Connection closed (no data) (CALL_FUNCTION_REMOTE_ERROR) ABAP Dump

Posted by Admin at
Share this post:
Ma.gnolia DiggIt! Del.icio.us Yahoo Furl Technorati Reddit

Posted by soldner
on Apr 29 at 8:04 AM
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
Mark as helpful
View this online
  
Popular White Papers

In the Spotlight
SAP Enterprise Mobility Webcast Watch today!
_.____.__

0 comments:

Post a Comment

T r a n s l a t e to your language