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

alv grid issue

Former Member
0 Likes
400

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.

3 REPLIES 3
Read only

Former Member
0 Likes
381

Hi,

Can u please paste the piece code.

Thanks,

Sri,

Read only

Former Member
0 Likes
381

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

Read only

Former Member
0 Likes
381

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