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

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

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 Anil Dhasmana (Mr)
on Apr 4 at 5:29 AM
Hi,

I have checked for OSS notes, but did not find any suitable note.
1. Is there something wrong with the code.
2. What are the possibilities of such dumps.

Regards,

Anil.

---------------Original Message---------------
From: Anil Dhasmana
Sent: Friday, April 01, 2011 7:00 AM
Subject: Connection closed (no data) (CALL_FUNCTION_REMOTE_ERROR) ABAP Dump

Hi Gurus,

I am using a z transaction for Support Desk. Some times there is a dump with short text "connection closed (no data)" in R/3 system.
I am not able to find the exact problem to avoid this dump. I am using following code in R/3 system to call ZHELP transaction in Solution Manager.
REPORT zrbs001_dnotif.
**********
* TABLES
*********
TABLES:bcos_cust.
********
* DATA
*********
DATA: bdi_line LIKE bdi_line OCCURS 0 WITH HEADER LINE.
DATA: solman_dest(30).
*********
* START OF SELECTION
*********
START-OF-SELECTION.
SELECT SINGLE * FROM bcos_cust WHERE
appli = 'OSS_MSG'.
IF sy-subrc EQ 0.
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
.
IF sy-subrc <> 0.
* MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
* WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
ENDIF.
ENDIF.

Regards

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
  
Most Popular White Papers

In the Spotlight
Toolbox.com Groups Discussions Now Support BBCode. Share Code Snippets with Peers
_.____.__

0 comments:

Post a Comment

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