‎2008 Sep 26 11:04 AM
Dear Guru's,
I have a table control with two fields. Personnel Area & Personnel SubArea.
My requirement is depending on my selection of PA. when i click F4 on PSA only the relating values must be shown.
Please tell me how to do this
Regargs,
VIjay
‎2008 Sep 26 11:07 AM
Hi,
I have one suggestion for you. Try the system field,
sy-lisel c(255) Content of the list line in the list buffer, on which the cursor was positioned while a list event was triggered (restricted to the first 255 lines).
So based on this you can populate your F4 help table, so corresponding values will be shown.
Try out and pls reply.
‎2008 Sep 26 11:09 AM
my question is how to do that... Please can u help me out here
Regards
Vijay
‎2008 Dec 08 8:58 AM
I found it.. If u directly pull the fields from your dictionary it will work