Application Development and Automation 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: 
Read only

VALUE HELP IN TABLE CONTROL

Former Member
0 Likes
448

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

3 REPLIES 3
Read only

Former Member
0 Likes
422

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.

Read only

0 Likes
422

my question is how to do that... Please can u help me out here

Regards

Vijay

Read only

Former Member
0 Likes
422

I found it.. If u directly pull the fields from your dictionary it will work