‎2008 Feb 20 3:36 PM
i am displaying alv grid and then if i am clicking on standard back button it is showing other blank screen instead of selection screen, if i press again the back button it is moving to the selection screen what is the solution for this.
‎2008 Feb 20 3:39 PM
‎2008 Feb 20 3:55 PM
Hi
Did you copy the Standard ALV Menu?
If not do like this.
SE80 ->function group -> SALV -> Right click on GUI status ->
copy STANDARD menu to your progarm.
If you want to do any modification in that menu, go to SE41 -> do the changes and activate.
Use this Form for setting PF-status.
FORM set_pf_status1 USING rt_extab TYPE slis_t_extab.
SET PF-STATUS 'MENU' excluding rt_extab. "Copy from SALV .
ENDFORM.
Regards
Sandeep Reddy
‎2008 Feb 20 3:59 PM
Hi Rocky,
I think you must have a TOP-OF-PAGE declared.
Remove this and your problem should be solved.
Or else you have a write statement within your END-OF-SELECTION and somewhere after you write your ALV to the screen.
If this doesn't work, post your code.
Hope it helps.
SL