I am using filed exit for unloading point in purchase requisition.
code is something like this..
If sy-tcode = 'ME51N' or sy-tcode = 'ME52N'
....
if cond1
message error.
endif.
....
endif.
If we are changing purchase requisition using display/change in ME53n then sy-tcode = 'ME53N'. Still error message displays when saving Purchase Requisition?
Any ideas...
Thanks in advance
Srinivas.