Quantcast
Channel: SCN : All Content - ABAP Development
Viewing all articles
Browse latest Browse all 8332

Note 828857 for SEND SAPCONNECT INT

$
0
0

Hi all.

 

I have a problem wuth the job SEND SAPCONNECT INT, from time to time, strats geting  STACK_NO_ROLL_MEMORY, if I run the job fom SCOT, it starts working ok.

 

I found this thread, SYSTEM_NO_ROLL and in it, refers to note 828857 - Dump SYSTEM_NO_ROLL in send process.

 

The issue is, when I go to my dev system, the code is different from the reference in the note.

 

Note refers to ADD_TO_LINE_WITH_ENC_AND_FOLD on class CL_BCOM_MIME *** follows:

subtract 1 from L_POS.

  else.

  exit.

  endif.

  endwhile.

  *>>>> START OF DELETION <<<<<

  if L_POS < 0.

  *>>>> END OF DELETION <<<<<<<

  *>>>> START OF INSERTION <<<<

  if L_POS <= 0. "828857

 

But, my code ends in

      else.

         l_len_char = charlen( l_text+l_len_part ).

         l_len_part = l_len_part + l_len_char.

       endif.

     endwhile.

   endif.

 

and L_POS is declared but never used.

 

any ideas?

 

or any other solution for my original problem?

 

Thanks

Rene


Viewing all articles
Browse latest Browse all 8332

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>