‎2012 Feb 01 11:02 AM
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.
‎2012 Feb 01 11:15 AM
‎2012 Feb 01 1:17 PM
you need to define the user command for the secound alv for the BACK user command