Application Development and Automation 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: 
Read only

Will the 'Submit with return' release all the work processes used

Former Member
0 Likes
548

Hi Experts,

When we submit a program with return option then

will all the work processes that are used by the called program be released the moment the access is given back to called program ?

This information is needed bacause when i try to acces the data with 2 years of data range my program was hit with a memory problem. so, i tried accessing the data in sets i.e each time i will extract for 1 month. Even doing by this way i was hit with memory problem. So if the Submit with return statement is going to release the work process that is used by the submitted program then this would be of great help to me. If it releases then I will keep a loop and inside the loop , i will submit the extract program.

Could any one please advice on this approach.

Thanks.

Regards,

Jeswanth

Hi Experts,

When we submit a program with return option then

will all the work processes that are used by the called program be released the moment the access is given back to called program ?

This information is needed bacause when i try to acces the data with 2 years of data range my program was hit with a memory problem. so, i tried accessing the data in sets i.e each time i will extract for 1 month. Even doing by this way i was hit with memory problem. So if the Submit with return statement is going to release the work process that is used by the submitted program then this would be of great help to me. If it releases then I will keep a loop and inside the loop , i will submit the extract program.

Could any one please advice on this approach.

Thanks.

Regards,

Jeswanth

2 REPLIES 2
Read only

Former Member
0 Likes
509

This approach is working.

Thanks

Jeswanth

Read only

0 Likes
509

Pl. see this title thread in this SCN

Removing or destroying an ABAP program from memory

Posted: May 30, 2009 3:45 AM

thanq