‎2007 Nov 16 5:47 AM
Hi,
Is it possible to add search help to material in Purchase Order Screen. I want to add the Material PO text Search option while searching the material during Creating Purchase Order in T.Code ME21N.
John
‎2007 Nov 16 5:54 AM
Hi
I hope you are talking about the MATERIAL PO text which is a Long text
These texts are maintained as Long texts with the 4 parameters OBJECT,ID,OBJECTNAME and LANGUAGE
We can't create search help based on this PO LONG TEXT .as such these Long texts are not stored in any table
Material field by default will have a search help 'MAT1'.
Regards
Anji
‎2007 Nov 16 5:49 AM
Follow this procerdure,
1)Se11
2)search help ---Ysearch(give the search help name)
u will get one popup
select Elementary Search Help
3) selection method--- enter here table name
4)Give the field name for which u want search help and select check boxes i.e. IMPORT And EXPORT.
5)Save and Activate.
use this syntax in u r abap program
PARAMETERS p ... MATCHCODE OBJECT search_help.
u can use it for select-options also.
see this also
Reward points if helpful.
using funtion module
‎2007 Nov 16 5:50 AM
‎2007 Nov 16 5:54 AM
Hi
I hope you are talking about the MATERIAL PO text which is a Long text
These texts are maintained as Long texts with the 4 parameters OBJECT,ID,OBJECTNAME and LANGUAGE
We can't create search help based on this PO LONG TEXT .as such these Long texts are not stored in any table
Material field by default will have a search help 'MAT1'.
Regards
Anji
‎2007 Nov 16 5:57 AM
Hi
yes you can add a search help for a filed on the screen
but you need to find out for the USER EXIT available for that T-CODE
because it is a standard T-CODE we can't add code directly to the standard T-code
1st we need to find out for a user exit and then add code in that user exit
<b>reward if usefull</b>
‎2007 Nov 16 6:04 AM
Hi,
Go to se11 (findout the existing view or search help for th e me21n) then append the view with reqired field with postion num.
Regards