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

ALV Filter

Former Member
0 Likes
402

Hi,

I have a tabstrip application with about 8 tabstrips. On each tabstrip, I have an ALV

list to show the entries a table. The tables from the first tabstrip on the left until the last one on the right, are built up hierarchically. That means the key of the "upper" tables is also key of the "lower" ones.

<u>example:</u>

Table1->key1

Table2->key1, key2

Table3->key1, key2, key3

and so on...

The ALV of each tabstrip shows now the whole entry of the specific table. But that is

a bit too confusing....

Therefore it should be possible to filter the entries of each table by the keys of the upper ones. I know, You could use the standard ALV filters, but that takes too long...

I thought about using a dropdown box above the alv for each key of the upper table.

And if You choose a new entry of the box, the alv is going to be refreshed.

Is is possible to react on dropdown box events?

Or do You have better ideas to solve that problem?

Thank You very much for answers.

Arne

Hi,

I have a tabstrip application with about 8 tabstrips. On each tabstrip, I have an ALV

list to show the entries a table. The tables from the first tabstrip on the left until the last one on the right, are built up hierarchically. That means the key of the "upper" tables is also key of the "lower" ones.

<u>example:</u>

Table1->key1

Table2->key1, key2

Table3->key1, key2, key3

and so on...

The ALV of each tabstrip shows now the whole entry of the specific table. But that is

a bit too confusing....

Therefore it should be possible to filter the entries of each table by the keys of the upper ones. I know, You could use the standard ALV filters, but that takes too long...

I thought about using a dropdown box above the alv for each key of the upper table.

And if You choose a new entry of the box, the alv is going to be refreshed.

Is is possible to react on dropdown box events?

Or do You have better ideas to solve that problem?

Thank You very much for answers.

Arne

2 REPLIES 2
Read only

naimesh_patel
Active Contributor
0 Likes
368

Hello Arne,

Your idea sounds good.

I am not sure about the event is there or not on the selection on the entry from the list box. So, put one button also like "GO". By pressing this button you can fill your ALV display table with the value in the list box.

Hope it is clear.

Regards,

Naimesh

Read only

0 Likes
368

Thank You, I´ll try that.

If You or anybody else have another idea, please let me know.

Cheers Arne