Announcement:
wanna exchange links? contact me at sapchatroom@gmail.com.
Posted by
Admin at
Some background job is causing this dump.
| | | ---------------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 | | dineshkumarvs SAP Basis Helper
Posted helpful replies on 5 threads in a group to earn a Bronze Achievement Most Popular White Papers In the Spotlight _.____.__ |