2012 Aug 09 1:40 PM
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..
2012 Aug 10 11:53 AM
Hi Venkat,
I think you are taking about module pool screens .
If you have the screen shots please share .
Thanks,
Pradeep.
2012 Aug 10 12:16 PM
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
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |