on 2014 Jan 13 10:23 PM
Hi,
I am using the ZPPO04 transaction to reserve and consume materials and complete the receipts and confirmation for work orders. Is it possible to set up the program to email another user upon confirmation of a specific part number? The planning department needs to know when the product is confirmed into the system in order to plan for another group in the company to perform the QC testing of the material.
Request clarification before answering.
Hi,
You can also use FM SO_NEW_DOCUMENT_SEND_API1 .
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Lindsey,
ZPPO04 seems a custom transaction code.(I cannot find this transaction in my system). Hence you can add your code at the point where you want to send notification in logic.
There are multiple options of achieving the results. Quickly i can think of two.
1. Sending mail from ABAP using CL_BCS and CL_BCS_Document Classes.
2. Calling workflow that will have email/notification step for pushing the mails.
Regards,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.