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

Acknowledgment through Idoc ALEAUD

0 Likes
636

Hi all,

I'm receiving an invoice from a third-party system in SAP ECC through the Idoc INVOIC01.

I have configured the Idoc ALEAUD01 to confirm to the 3rd-party system if the invoice has posted correctly. This Idoc sends out the idoc number of the inbound Idoc (INVOIC01) and the error text.

The Idoc number of the inbound Idoc (INVOIC01) was generated in SAP ECC, and the 3rd-party system does not know this Idoc number. So the 3rd-party system cannot match the confirmation with the corresponding invoice.

How can I do to include in the outbound Idoc (ALEAUD01) some data related to the received invoice?

I will appreciate any suggestion.

Regards,

Jaime S.

1 REPLY 1
Read only

Former Member
0 Likes
409

Standard programs for acknowledgments are not very flexible.

I suggest to copy standard program RBDSTATE into your custom Z* one. And make adjustments there. If necessary, you can also copy FM AUDIT_IDOC_CREATE.

Regards,

Dominik Modrzejewski