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

hi SET PARAMETER

Former Member
0 Likes
430

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
397

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.

2 REPLIES 2
Read only

Former Member
0 Likes
398

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.

Read only

Former Member
0 Likes
397

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>