Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

how to stop Inbound idocs trigerring the sales order Exit

Former Member
0 Kudos

Hi All,

I had Written code in MV45AFZZ IN USEREXIT_MOVE_FIELD_TO_VBAP.i have to stop triggering my code in USEREXIT_MOVE_FIELD_TO_VBAP while processing Inbound idocs.

So when processing form Inbound Idoc my code should not trigger.

Thanks in advance.

Regards,

Sudhakar Reddy A

1 REPLY 1

Former Member
0 Kudos

Solved by me.....

if VBKD-BSART = 'ZEDI'.

ENDIF.