‎2015 Nov 27 9:01 AM
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.
‎2015 Dec 14 11:28 AM
‎2015 Dec 14 11:38 AM
‎2015 Dec 14 11:53 AM
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.