Application Development 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: 

Search Help

Former Member
0 Kudos

Hello All,

I have to change the search help for the fiels FIPOS in ME21N. Currently the search help is coming from the Standard Table. But I have to create a Z-table and the serch help should be based on this.

How can I do it.

Need to use Searh Help Exit? or

Can I change Serch help parameter? Is this also one kind of EXIT?

Please give me the details.

Regards,

Lijo

1 ACCEPTED SOLUTION

former_member156446
Active Contributor
0 Kudos

adding a new field into the screen can be done using append search help..

to populate the data in to the screen which pops up... can be done is two ways

1. view based ( create a view for what values you want and use that in selection method).

2. search help exit ( you write the whole code to populate the field like a report program with little exceptions)

3 REPLIES 3

former_member156446
Active Contributor
0 Kudos

adding a new field into the screen can be done using append search help..

to populate the data in to the screen which pops up... can be done is two ways

1. view based ( create a view for what values you want and use that in selection method).

2. search help exit ( you write the whole code to populate the field like a report program with little exceptions)

0 Kudos

Hello J @Y

Thanks for the Quick response.

But I am expecting answers with more details.

Regards,

Lijo