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: 

Shipment change/create (VT02N/VT01N)

Former Member
0 Kudos

There is no USER_EXIT or BADI after post goods issue is done,when we are creating or changing a shipment.My requirement is to check the goods issue if it is success then we are sending data to XI by outbound proxy.

Now we are using enhancement package V56UCHCO for our requirement but we are not able to check if Goods issue is successs or not.For both the cases means failure or success this user exit is triggering.

If anyone is aware of how to come out of this problem please provide your valuable suggestion.

1 REPLY 1

Former Member
0 Kudos

HI Debi,

I would prefer using events in that case rather than searching for a user exit or BADI. The reason is simple, all user exits and badi's are executed before the process and in your case you need to run this after a process.

Try and implement events to achieve ur requirement.

Let me know if you have further questions.

BR

Rakesh