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: 

invoice IDOC trigger only for particular bill to party

Former Member
0 Kudos

Hi,

I have a requirement to trigger the idoc once the invoice is saved. But the condition here is that whenever the bill to party is u2018DELLu2019 then only the idoc should get triggered.

Can anyone help me out how can I proceed this and especially where can I check this condition?.

Regards,

Prabu

4 REPLIES 4

Former Member
0 Kudos

Hi,

In transaction BD64-Distribution model, you can set a filter based on your requirement under your message type .

This is the transaction where you will maintain your sender, receiver systems details along with message type.

BR,

Lokeswari.

0 Kudos

Hi,

Thanks for your input. Here i have one more check like as follows.

First i have to check whether the partner of the document is DELL and if so, then should check the preceding document order type.

If that is also DELL, then only the idoc should get triggerred. I have the logic to find the partner. But strucking up where should i go and write the code?.

Can any one help me on this?.

Regards,

Prabu

0 Kudos

Create Output requirement routine with necessary ABAP code and attach it to the output type in transaction code NACE.

Former Member
0 Kudos

Ask your SD person to create a condition record for the bill to party is u2018DELLu2019 only.Sothat is created for this bill to party is u2018DELLu2019 only.