2007 Mar 20 1:25 PM
In me22n transaction, there is a field called release indicator. this field is in screen number-014. Now, in the item level, in the conditions tab, after selecting one row,
I have clicked on the magnifying glass button at the left down corner. then a screen is displayed. this screen is in screen-number-640.In this screen, a vendor field is there.(it is komv-lifnr).Now, my issue is when the value of release indicator is 'N' then, the vendor field in the screen-640 should be in gray mode(that is it should not allow to make any changes to it).As of now, it allows to make changes.
for this I am trying to develop user-exit. Please let me know the appropriate user-exit to do this. And also lwt me know the way to write the logic so that when value of release indicator is 'N' then the value of vendor field in screen-640 is in gray mode. I am unable to get the idea regarding how to make the vendor field in gray mode when the release indicator is 'N'. please let me know the solution as soon as possible. This is very urgent requirement. points will be awarded.
thanking u in advance,
A.Srinivas.
2007 Mar 20 2:51 PM
Hi,
Only an User exit is enough for you to achieve this at item level.
In the Main program of PO SAPMV50A search for the include MV50AFZZ * or MV50AF* (i am not sure, take the right one for User exits and write the code for Item level
such that : if the Indicator = N, then modify the field Vendor.
regards.
Anji