Skip to Content
0
Former Member
Jan 03, 2006 at 10:27 AM

Search Help - not all the return Values on Dynpro - only one

1279 Views

Hi

Question.. seems simple but I just don't get it working.

I've made a Dynpro (100) with the fields kna1-sortl and kna1-kunnr. (both fields I've put the set / get parameter in the attributes and additionally a own made search help)

After pressing F4 in the kna1-sortl field a list of customer is displayed. columns: [sortl] [kunnr] [name1] when I choose one, I'm not getting back the customer number or the name1. And I would need to get back the kunnr automatically into the field kna1-kunnr on the dynpro.

In the search help based on kna1 I've only used the fields:

<b>param:              Lpos   Spos</b>
sorlt   [imp] [exp]  1     1
kunnr         [exp]  2     2
name1         [exp]  3     0

If I use the search help by itself, it works properly and gets all the values back, but within the dynpro.. i can't get more then just the sortl field in return.

I've thought about a search help exit by the event 'RETURN'. but even there I'can't bring the values back not even by setting the parameter for the 'KUN'.

Does anyone has an idea how I can make this work. The transaction VA01 is a example when the vkbur is choosen, some other fields are filled automatically, but I'haven't it figured out.

Thanks very much in advance for your answers..