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

Session control

Former Member
0 Likes
395

Hi Experts,

Please help me to resolve the below problem

I have a Z-transaction. The output is Grid ALV. When I select any row with Order and click the button 'Change Order' in the application tool bar, it navigates to VA02 (In the Z-program, 'CALL TRANSACTION VA02' is used). Once we enter VA02, from the standard menu, we can create a delivery using 'Deliver' menu option (This is manual intervention). This navigates to VL01N to create a delivery. Once we save the delivery and press the back button, we go to the SAP Easy Access screen. I want to go back to the Z-trnasaction screen. Looks like we are losing the session control.

Can you please give in your suggestions to get back to the Z-transaction 

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
349

Hi Ketki,

The purpose of the stmt Call transaction is to return back to calling program. However it seems that when you press Back button, the std SAP program is exiting with a LEAVE stmt. If you can debug and check what happens when you hit a BACK button might give you the answer.

Hope this helps

Regards

1 REPLY 1
Read only

Former Member
0 Likes
350

Hi Ketki,

The purpose of the stmt Call transaction is to return back to calling program. However it seems that when you press Back button, the std SAP program is exiting with a LEAVE stmt. If you can debug and check what happens when you hit a BACK button might give you the answer.

Hope this helps

Regards