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 issue in ALV Grid(Factory method)

Former Member
0 Likes
1,442

Hi All,

I have displayed a report using factory method(CL_SALV_TABLE).In that i have added buttons in application bar too.So when clicking on refresh button ALV should display again with latest number of records,that is working fine but when clicking on back button it should go to selection screen instead of that it is going a step back and displaying previous list of grid and then back and then selection screen.

Can any one help me how to directly go to input selection screen instead of going step back...

Regards,

Ram

1 ACCEPTED SOLUTION
Read only

Former Member
744

That's normal behavior in ALVs....If user has done things, he can always back up to previous screen. We usually use the Exit or Cancel buttons, but as noted, you can change your PAI process to jump out to selection screen.

Hi All,

I have displayed a report using factory method(CL_SALV_TABLE).In that i have added buttons in application bar too.So when clicking on refresh button ALV should display again with latest number of records,that is working fine but when clicking on back button it should go to selection screen instead of that it is going a step back and displaying previous list of grid and then back and then selection screen.

Can any one help me how to directly go to input selection screen instead of going step back...

Regards,

Ram

2 REPLIES 2
Read only

Former Member
0 Likes
744

HI,

Use this syntax (CALL SELECTION-SCREEN 1000)...Try this one

regards,

balaji

Read only

Former Member
745

That's normal behavior in ALVs....If user has done things, he can always back up to previous screen. We usually use the Exit or Cancel buttons, but as noted, you can change your PAI process to jump out to selection screen.