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 interactive report.

Former Member
0 Likes
403

Hi Gurus,

I have a full screen alv grid, in with i have a drop-down button with invoice numbers.

when user click on drop-down, select respective invoice number,

item data for that invoice will be displayed in another full screen alv grid, NOW my problem is when user click on back button

its going to the 1st full screen alv grid along with dropdown box. which i dont need.

When ever user clicks on back button it should show only 1st full screen alv grid.

&----


*& Form USER_COMMAND

&----


FORM USER_COMMAND USING R_UCOMM LIKE SY-UCOMM

LS_SELFIELD TYPE SLIS_SELFIELD.

CASE R_UCOMM.

WHEN 'DRILL'.

CALL SCREEN 100 STARTING AT 10 10.

WHEN '&F03' OR '&F15' OR '&F12'.

LEAVE TO SCREEN 0.

ENDCASE.

Thanks & regards.

2 REPLIES 2
Read only

nabheetscn
SAP Champion
SAP Champion
0 Likes
371

You use refresh alv method for the same

Nabheet

Read only

Former Member
0 Likes
371

you need to define the user command for the secound alv for the BACK user command