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

multi level value table creation

Former Member
0 Likes
530

Hi,

I want to have 3 fields on the screen with values coming in drop down based on the value selected in previous fields using the check table / Value table functionality only.

Ex: suppose i have fld1, fld2, fld3 maintained in a table.

On the screen i have 3 fields created.

now when i chose a value in fld1, the fld2 values should be filtered and shown in the drop down.

and from the given values of fld2 if i choose any value from drop down, i should be filtering values of fld3 and should be shown in fld3.

I am able to get from fld1 to fld2 i mean the first level linkage but not able to filter the fld3 values based on fld1 and fld2.

Anyone have worked on similar requirements using check table / value tables ?

Thanks in advance.

3 REPLIES 3
Read only

Former Member
0 Likes
506

Any suggestions from anyone please??

Thanks in advance.

Read only

0 Likes
506

Following link show how to get the F4 help of a field based on the value of another field Get the F4 help of a field based on the value of another field

Read only

0 Likes
506

Thanks Michael for the suggestion.

Actually my screen is a Standard web dynpro NWBC screen and all these fields are input drop down fields. Here i have very limited options to code it and get the data dynamically.

That is the reason i was checking if it can be handled at the CHECK table level ?

Thanks.