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

BACK button behaving abnormally

Former Member
0 Likes
675

Hi All,

I have created an ALV grid using OOP's .It has a column which I have declared as hotspot and when the user clicks on it, standard transaction is called like VA03,VL03N etc..

The problem occurs when user clicks on 'BACK' button from standard transaction.

99% of the times it works fine but sometimes I have to press back button multiple times( 2 to 10 times) to go back to my alv output screen.

It happens randomly. I am in a big fix because of this.

Please help.

Thanks,

Shilpa Bansal

3 REPLIES 3
Read only

Former Member
0 Likes
636

Depending upon how much navigation a user has done, back buttons are something we live with.... It is usual for SAP to navigate back to the initial selection screen, once a transaction has been entered and exited, so that's pretty much normal SAP behavior. In some situations, you may find a way into and out of a transaction without going back to the initial selection screen (it's supported in Insurance I/S Claims Management, for instance, via an unusual FM call), but I think that would be rare.

Read only

0 Likes
636

Is there any way out we can avoid this problem? This is irritating for the user because sometimes he has to click on back button 10 times to come back to the output screen of alv.

Read only

0 Likes
636

can you try to observe at what point of time it is happening.....like ..is it because of data which is sending to the standard transaction from ALV output.......? .i know it looks like different.....