‎2008 Nov 13 2:59 PM
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
‎2008 Nov 13 3:09 PM
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)
‎2008 Nov 13 3:09 PM
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)
‎2008 Nov 13 3:38 PM
Hello J @Y
Thanks for the Quick response.
But I am expecting answers with more details.
Regards,
Lijo
‎2008 Nov 13 3:43 PM
https://wiki.sdn.sap.com/wiki/display/Snippets/ImplementingSearchHelp+Exits