Skip to Content
0
Former Member
Apr 10, 2014 at 04:05 PM

Note 828857 for SEND SAPCONNECT INT

396 Views

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, 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 ass 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