Application Development 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: 

double click in alv

Former Member
0 Kudos

hi!

i wrote an alv report using methods.

after calling the first screen 100 (main alv report), when i double click on one of the fields, i have to call another alv report screen 200.

the first time i call screen 200 is ok, but in the second time it remembers the first time.

i tried to refresh all table fields, but i think i need to pass a refresh command to the alv function, and i don't know how to do it.

the alv function is for both screens:

CALL METHOD grid->set_table_for_first_display

EXPORTING

is_layout = layout

is_variant = variant_ls

i_save = 'A'

CHANGING

it_outtab = outtab_lt

it_fieldcatalog = field_cat_lt

it_sort = sort_lt.

1 ACCEPTED SOLUTION

athavanraja
Active Contributor
0 Kudos

check out the following sample program

BCALV_GRID_03

this program exactly demostrates your requirement.

Regards

Raja

2 REPLIES 2

athavanraja
Active Contributor
0 Kudos

check out the following sample program

BCALV_GRID_03

this program exactly demostrates your requirement.

Regards

Raja

Former Member
0 Kudos

try this method

call method refresh_table_display