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

Assigh serach help while program running

0 Likes
300

HI,

I want to assign the search help to the following fields while executing the program.

The problem is that search help is changing of one field for activity type . if the Activity type is 'A', i have to assign search help for A and if the activity type is P, i have to assign the other search help to that field . so i cannot hard code the search help name at the beginning of the program.

1 REPLY 1
Read only

Former Member
0 Likes
276

Try assigning the values of relevant internal table by checking the condition and pass it to the FM F4IF_INT_TABLE_VALUE_REQUEST

Regards,

Deepa