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

Problem with ALV report user interface and change

Former Member
0 Likes
500

Hi geeks,

I defined ALV report using "REUSE_ALV_GRID_DISPLAY" with option to change the values and it is working fine.I find problem in using the user interface back button(Sy-ucomm = '&F03') in the report though i am able to use the save button sucessfully.When i set the break point at the event, it is not triggering at all.Please provide solution for it

Regards,

Kumar.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
447

HI Kumar,

Have you written(handled) the back button functionality in the user_command.

like when "&F03'.

leave to screen 0 etc..

please check that..

Cheers,

Srini.

Hi geeks,

I defined ALV report using "REUSE_ALV_GRID_DISPLAY" with option to change the values and it is working fine.I find problem in using the user interface back button(Sy-ucomm = '&F03') in the report though i am able to use the save button sucessfully.When i set the break point at the event, it is not triggering at all.Please provide solution for it

Regards,

Kumar.

1 REPLY 1
Read only

Former Member
0 Likes
448

HI Kumar,

Have you written(handled) the back button functionality in the user_command.

like when "&F03'.

leave to screen 0 etc..

please check that..

Cheers,

Srini.