‎2008 Jul 01 12:31 PM
Hallo all,
I tried to find an answer in earlier postst, but did not succeed, therefore this message.
I have built a customtabel with several columns. For one of the columns I have built a custom search help, including some coding in the search help exit. In this coding I want to do a different selection based on the value in another column (BUKRS) of the same table. Do you understand what I mean?
The trick is to retrieve the right value of in the column BUKRS in the same line of the table, at the moment I am pushing F4 for another column.
And I dont know how to do this. I dont have the right SY-TABIX value, so this is not helping.
Does anybody have an idea as how to tackle this?
Kind regards,
Erik
‎2008 Jul 01 1:02 PM
I guess the custom table is displayed into a "table control" ?
then you must get the index of the record in CURRENT_LINE of your control
with this index you read your internal table and pass the values to search help
(this should be done automatically if fields on screen use the same data domain as parameters in your matchcode)
‎2008 Jul 01 1:26 PM
Hello Francois & Holger,
Thanks for the reply, but Iu2019m calling this searh help from the transaction SE16 itself, so I donu2019t have my own table control. I am also using the search help in another situation (from a custom-made screen) and here I can pass on the value via a parameter, but this is not working in the case I described.
So the SY-STEPL is not working too....
Kind regards,
Erik
‎2008 Jul 01 1:15 PM