F4 Help - dependent Fields...

Question: Dear friends,

I searched the forum before writing this query. But, I could not find anything suitable for my need...it is as follows.

I have three fields on my selection screen.

FIELD1
FIELD2
FIELD3.

There's no search help existing nor we want to 'creat' anything. Just programmatically we want search help in such a way that. FIELD1 gives all the values from that DB table, when user selects F4 for FIELD2, he will get corresponding values comparing values in FIELD1 (and, vice versa...). same for FIELD3 also. I remember KUMAR mentioning about some function modules where we pass values using an internal table and get back values from another internal table. Can any one plz guide me in this? Thanks a lot.

Best Regards,

Srini P.

Answer:
With FM F4IF_INT_TABLE_VALUE_REQUEST you can make F4 help.... fill internal table 'value_tab' based on the input fields...and the logic you need.

Incho
Copyright ?2007 - 2008 www.jt77.com