Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

which abap statements will start new internal session in the same external

Former Member
0 Kudos
590

hi

which abap statements will start new internal session in the same external

3 REPLIES 3

Former Member
0 Kudos
138

Hi

The cammand CALL SCREEN and I'not sure for CALL TRANSACTION

Max

Former Member
0 Kudos
138

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>

Former Member
0 Kudos
138

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