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: 

ALV - Collective Search help problem

Former Member
0 Kudos

Hi people,

Good Morning.

We have a Interactive ALV grid with 15 odd fields(10 non-editable and 5 editable). Out of these Editable ALV Fields, we have a POSITION field too. Well, the requirement is, We need to display the Position and Position Description on click of F4, but on selection of particular entry, we need to display only the DESCRIPTION of the Position in the ALV Grid,and It should still capture the value of selected position also.

How can I go ahead with such scenarios ?

I hope am clear.

Regards

<i><b>Raja Sekhar</b></i>

1 REPLY 1

Former Member
0 Kudos

Hi,

We managed to solve the problem by ourself.

Well, here is our solution,

In our structure definition we have defined 2 fields(PLANS and PLSTX) and simultaneously we defined a COLLECTIVE SEARCH HELP with these 2 fields as export parameters. We have developed a Search Help Exit, which in turns pass the value of selected Position into memory using SET PARAMETER ID.

At the same time, we get the value into ALV with EVENT DATA CHANGED using GET PARAMETER ID.

Hope this will be helpful for needy like me.

Regards

<i><b>Raja Sekhar</b></i>