‎2007 Oct 12 5:59 AM
hi all,
in ALV LIST Report the when i was clicking werks on basic list it opens secondary list ......... with
SET USER-COMMAND '&ETA'.
what is this SET USER-COMMAND '&ETA'.
WHAT DOES IT MEAN ?
WHAT IS THIS '&ETA'.
it is going directly alv_list_disply..
it is showing the report of secondary list.......
thanks in advance for all
‎2007 Oct 12 6:02 AM
Hi,
I thing its Function code.
Under the function code they wrote the code for call the Alv report.
Use debugging for get the details.
Thanks.
‎2007 Oct 12 6:02 AM
Hi,
I thing its Function code.
Under the function code they wrote the code for call the Alv report.
Use debugging for get the details.
Thanks.
‎2007 Oct 12 6:03 AM
Hi
sy-ucomm is used for capturing user action (function code) for a particular icon/menu. For example in function module REUSE_ALV_POPUP_TO_SELECT, &ETA is used for Details Icon (Magnifying Glass Symbol).
Refer to standard program BALV_POPUP_TO_SELECT for the use of function module REUSE_ALV_POPUP_TO_SELECT.
You can write your own code for the user command &ETA by passing appropriate value in i_callback_user_command and writing custom code for the same.
<b>Rewar dif usefull</b>