2012 Jan 17 6:25 PM
Hi
I have to create a table having three fields.(A , B and C).
A field can have only X and Y as data.
B field should display F4 help.
B can have 1 and 2 as Data if Ath field has X.
B can have 3 and 4 as data if Ath field has Y.
B should dipslay coressponding data in F4 help based on A's data.
How can provide Dyanmic F4 help based on A's value?
Thanks
2012 Jan 18 8:02 AM
2012 Jan 17 6:35 PM
2012 Jan 17 6:38 PM
Hi
Sorry I didnt follow you.
I need to create a custom table having custom fields.
2012 Jan 18 2:23 AM
Hi ,
if that is case ...you need to do 2 things ...
1.F4 help based on the Field A values.
2.Validation on Field B.(bcos if user havent used F4 option )
as you said ,its TMG so you need to find out relevant Event to cater F4 help( search it here ),then use FM DYNP_VALUES_READ to read field A value then you can field F4 values of field B.
regards
Prabhu
2012 Jan 18 8:02 AM
2012 Jan 18 4:58 PM