‎2006 Mar 03 3:28 PM
Hi all,
I changed the search help for matnr completely with new tabs etc..
Its working fine in every case but for transaction mb51 when i search help for matnr its showing me old search help ..
Why??
Any help will be appreciated..
Thanks
chandu
‎2006 Mar 03 3:52 PM
Hi Sai,
In My opinion you have created an elementary search help and added to MAT1 search help as include search help.
Is my understanding is correct.
If you have not added your search help in search help MAT1 as include search help then your search help won't show up.
Regards,
Lanka
‎2006 Mar 03 3:42 PM
Hi Sai,
For MB51 the search help is already attached as MAT1,where as there is no search help for others.
‎2006 Mar 03 3:46 PM
Hi,
I didnt get what u say.
But i changed complete MAT1 with new appended structures.
Now MAT1 contains completely new appended structures.
I hope its clear.
‎2006 Mar 03 3:52 PM
Hi Sai,
In My opinion you have created an elementary search help and added to MAT1 search help as include search help.
Is my understanding is correct.
If you have not added your search help in search help MAT1 as include search help then your search help won't show up.
Regards,
Lanka
‎2006 Mar 03 3:55 PM
Hi,
I did everything right as you said.
I included all search helps in MAT1.
In every case its showing me fine.
but only for transaction mb51 its showing old search help.
‎2006 Mar 03 4:06 PM
Hi,
i've a doubt why can't the old and new one be same.
did you check it.
Regards
vijay
‎2006 Mar 03 4:10 PM
Hi Sai,
In MB51 it is refering to MSEG table for MATNR where the search help name is MAT1_S_MPN,thats the reason why it is giving the old once.
‎2006 Mar 03 4:11 PM
Hi Sai,
Upon debugging I found out that this program(RM07DOCS) gets the search help from the shared buffer & not the Data Dictionary. It only goes to DDIC if it cannot find the search help in the shared buffer. May be you should find a way to refresh this buffer. You can put a break-point at the statement
perform shared_buffer_imp_interface
in the function module DD_SHLP_GET_HELPMETHOD and see for yourself.
P.S. Don't waste your time in debug.. Phani is correct
Regards,
Suresh Datti
Message was edited by: Suresh Datti
‎2006 Mar 03 4:37 PM
Hi all,
I found the solution to the problem.
MB51 transaction not using MAT1 as search help its using
MAT1_MPN instead.
Anyway thanks for spending your time.
Hi Phani,
I didnt see ur message.Thanks alot.
Thanks and regards
Chandu.
Message was edited by: Sai Chand Pullepu
‎2006 Mar 03 4:42 PM