on 2019 Feb 05 8:00 AM
Hello,
I want to implement the following intercompany process.
1.) create purchase order
2.) create sales order via Idoc from purchase order
3.) Delivery block in sales order will be removed
4.) User will send order confirmation (let's say BA00) from sales order per eMail
5.) After message BA00 has been sent successfully, I want to send an additional message (let's say ZBA0) per EDI to update order confirmation data in purchase order.
As I don't want the user to execute the message ZBA0 manually, I'm wondering how this this could be done?
Any suggestions?
Cheers.
Request clarification before answering.
If it is important that the 'ZBA0' message is only processed after successful processing of 'BA00', you could write a small program to select relevant sales orders based on 'BA00' status from NAST table and submit to program sd70av1a those sales orders which have a 'ZBA0'-message pending to be send.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'd suggest not to bother with condition "after BA00 has been sent successfully" as there seems to be no business reason and no actual dependency. Besides, even if the message is sent out of SAP successfully it doesn't mean it was actually received.
In any case there should be some monitoring process in place to check and resolve unsuccessful output. So that should take care of the exceptions.
Overall this seems like a straight-forward task that is supported by standard SAP, the dependency just adds unnecessary complexity IMHO.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
59 | |
9 | |
9 | |
8 | |
5 | |
4 | |
3 | |
3 | |
2 | |
2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.