Application Development and Automation 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: 
Read only

output requirement not triggered for invoice split

Former Member
0 Likes
517

Hi All,

I have a scenario in SD where in i need to trigger a message type based on certain criteria whenever a billing document is created/changed.

So i used output requirement routine to control the triggering process. The same is configured in SPRO.

This routine is working fine in normal cases when a billing document is created. But when an Invoice split is happening the message type is not getting triggered.

If i manually make the message type to 'Send as a periodical job' and try to debug then the message is triggered for first invoice where as for second invoice it is not getting triggered.

if any have faced or know these kind of issues please help me.

Thanks alot.

Regards,

Anil

Hi All,

I have a scenario in SD where in i need to trigger a message type based on certain criteria whenever a billing document is created/changed.

So i used output requirement routine to control the triggering process. The same is configured in SPRO.

This routine is working fine in normal cases when a billing document is created. But when an Invoice split is happening the message type is not getting triggered.

If i manually make the message type to 'Send as a periodical job' and try to debug then the message is triggered for first invoice where as for second invoice it is not getting triggered.

if any have faced or know these kind of issues please help me.

Thanks alot.

Regards,

Anil

2 REPLIES 2
Read only

Former Member
0 Likes
475

Hi,

Check the determination analysis of the output type in Invoice VF02.

Regards

Vinod

Read only

Former Member
0 Likes
475

Hi Vinod,

the problem is output should trigger for first part of invoice and not for second part. But in requirement routine i will not be able to know the split invoice case as XVBRP contains all line items data and also invoice numbers will not be generated by that time.

I need to know how can i trigger it for 1st invoice and not for 2nd invoice.

Thanks,

Anil