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

Issue with F4IF_FIELD_VALUE_REQUEST

Former Member
0 Likes
328

My requirement is like this..

I have a screen filed on which I have to press f4.

now a perticular value( seach string) should be passed to search help.

the problem here is....

the parameter of search help to which this search string should be passed is different then the field screen on which f4 should be done.

If I am successful in passing string to parameter of search help, I am not able to return the slected value to screen field.

if I am ableto return the value to screen field I am not able to pass the search string to exact field I need.

Any solution?

Thanks & Regards,

Kalyan.

My requirement is like this..

I have a screen filed on which I have to press f4.

now a perticular value( seach string) should be passed to search help.

the problem here is....

the parameter of search help to which this search string should be passed is different then the field screen on which f4 should be done.

If I am successful in passing string to parameter of search help, I am not able to return the slected value to screen field.

if I am ableto return the value to screen field I am not able to pass the search string to exact field I need.

Any solution?

Thanks & Regards,

Kalyan.

1 REPLY 1
Read only

Former Member
0 Likes
300

Hi Kalyan,

Just check out if some kind of conversions are possible. You haven't specified the type of the parameters - both the search help parameter and the screen field parameter. Specify that too.

Regards

Anil Madhavan