Skip to Content
0
Former Member
Dec 11, 2006 at 12:48 PM

exit code

59 Views

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.