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-basis] Connection closed (no data) 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:26 AM
Thanks Snowy,
But I am not getting every time user is running transaction. This happens 9-10 times in a day when such dumps are happening.

What may be cause of such dumps other than RFC connection?

---------------Original Message---------------
From: Anil Dhasmana
Sent: Friday, April 01, 2011 6:56 AM
Subject: Connection closed (no data) 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.
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
Connect, diagnose and solve with LogMeIn Rescue. Web-based remote support solution
_.____.__

0 comments:

Post a Comment

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