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

Capturing of Dropdown Values

Former Member
0 Likes
616

Hi Experts,

I am unable to capture drop down values from field after giving some FCT code to it.

Actually i have three fields namely field1, field2 and field3. I have set some drop down values in field1, based on selecting value from field1 values for other fields will be build up.

So in order to achieve this i have mentioned some FCT code in the layout section of field1 but i am unable to get the value on the screen field which i selected from drop down.

Once i remove FCT code my selected value is getting on the screen field..

Hi Experts,

I am unable to capture drop down values from field after giving some FCT code to it.

Actually i have three fields namely field1, field2 and field3. I have set some drop down values in field1, based on selecting value from field1 values for other fields will be build up.

So in order to achieve this i have mentioned some FCT code in the layout section of field1 but i am unable to get the value on the screen field which i selected from drop down.

Once i remove FCT code my selected value is getting on the screen field..

2 REPLIES 2
Read only

Former Member
0 Likes
520

Hi Venkat,

I think you are taking about module pool screens .

If you have the screen shots please share .

Thanks,

Pradeep.

Read only

Former Member
0 Likes
520

Hi Venkat,

For this requirement you have to use FM 'DYNP_VALUES_READ' and read the screen value

use the Select Statement get all the records to an internal table based on field1 pass that internal table to F4IF_INT_TABLE_VALUE_REQUEST to show matching record in field2 based on field1 so on.

Thanks,

Anjan