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: 

Prevent Duplicate Output Trigger from Item Level

ADIDAS
Participant
0 Kudos
170

Hi,

We have a requirement of whenever a pricing error happen to send the whole Order information from ECC to an external system through Idocs / Output Trigger.

The Output for pricing error can be configured by default at the item level. Hence if an ORder has multiple lines that have pricing issues we can get the same Order information sent twice bacuse of output getting triggered more than once.

Any way I can prevent the duplicate output trigger when multiple items for the same order has issues.

Regards,

Arunava

1 REPLY 1

Former Member
0 Kudos
62

Hi Arunava,

You can create a Output Routine using VOFM tcode and attach the routine to your Output type in NACE tcode.

Inside the routine you can keep check based on the line items / order information.

Thanks & Regards,

Ramya.