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: 

dyanmic F4 help in tble mintainance genrator for field based on other field

Former Member
0 Kudos
292

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

1 ACCEPTED SOLUTION

Former Member
0 Kudos
251

HI Kalyan,

Check the below thread

Cheerz

Ramchander Rao.K

5 REPLIES 5

Former Member
0 Kudos
251

What's the business case for this?

Rob

0 Kudos
251

Hi

Sorry I didnt follow you.

I need to create a custom table having custom fields.

Former Member
0 Kudos
251

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

Former Member
0 Kudos
252

HI Kalyan,

Check the below thread

Cheerz

Ramchander Rao.K

0 Kudos
251

Issue solved. Thanks Prabhu and Ramchander.