2007 Dec 11 11:49 AM
hi
which abap statements will start new internal session in the same external
2007 Dec 11 11:57 AM
Hi
The cammand CALL SCREEN and I'not sure for CALL TRANSACTION
Max
2007 Dec 11 12:07 PM
internal session ( means ABAP/4 memory ) when u r using call transaction or u write t-code in command field in that case internal session is genrated in the same external session.
When we call a program using SUBMIT or Call Transaction then it will be loaded in a new internal Session.
<b>Hope this is helpful, Do reward.</b>
2007 Dec 19 4:57 PM
Hi,
Generally, the statements SUBMIT and CALL TRANSACTION would create internal session within another.
However, the addition 'AND RETURN' should be specified upon using SUBMIT statement else without the addition, the internal session will be overwritten with the new program called by using SUBMIT.
LEAVE TO TRANSACTION also will overwrite the current internal session with the new transaction code.
Cheers,
Venkat
P.S: Kindly reward points for useful answers