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: 

Interactive in blocked ALV

Former Member
0 Kudos

Hi to all,

Iam displaying out put in BLOCKEd ALV using 2 internal tables.

Each table has 10 fields.

When I double click on particular column entry, it should call Transaction iw33.

Other 9 columns should not call transacton if i select entry from the column.

But iam able to call transaction for all the other column entries.

Iam tried using this with slis_selfield structure.

In the run time this structure is not capturing the fieldname.

How can i capture field name.

kindly send yr valuable replys.

1 REPLY 1

Former Member
0 Kudos

Hi naveen,

1. I also tried the same thing, but its not returning the column name

on which we click.

2. One workaround can be

a) we get the VALUE in slis_selfield structure.

b) loop at the internal table where COLUMN1 = VALUE

c) if found, then we can somehow deduce that column1 has been clicked.

(It can happen that other columns can contain the same value,

then it can be confusing)

regards,

amit m.