Hi ,
I am trying to add F4 help depending upon input in the first field.
Ex : First Fields is STUD COUNTRY : USA, IND...etc
STD STATE : CT - F4 Help - CT, NJ, Maharastra ...etc
STD CITY : Plainville , Mumbai
STD ADD : Southington...AIROLI, etc....
I have written the code but the cursor is not at all triggering to get multiple on Value request.
PROCESS ON VALUE-REQUEST.
field TABLE-STATE MODULE get_data_state.
field TABLE-CITY MODULE get_data_city.
When I debug, cursor is going to module get_data_state but it is not passing to get_data_city...even after putting the hard break point in there...
Any suggestions will be appreciated!
Best Regards,
KC