Hi Experts,
I am trying to create a new workflow for releasing purchase orders.
If the workitem passes all the controlling steps of the management, it should be sent automatically as PDF via email to our vendor.
The problem is, how to get the PDF as an attachment? We are using SAPscript for our PO formular (and of course the PDF-Attachment should look like the printed version).
I was already looking in the internet for a solution, but it is really hard to find some answers for this problem.
Many thanks for your help,
Christoph
Ah ok, now I understand you a little bit better.
I've already sended POs via Email to the vendor. For this I used the output type NEU with the transmission medium 5 (I think it is external sending - it is working).
But what settings do I have to do that the mail is send out immediately after finishing the workflow (I mean that the output type NEU is created automatically - without workflow I have to do it manually, at least I have to click on the safe button).
I am really sorry for this beginners questions, not really used to do workflows 😉
Many thanks for your help,
Chris
Message was edited by:
Christoph Schle
Hi Chris
This is quite easy to set up, you need to configure the output type, for example NEU, for transmission medium 5. So, if you already have NEU set up to print then copy this and change the medium to '5', the next thing you need to do is to maintain email addresses for the vendors with INT as the Comm. Type....The output type, NEU, can be configured to appear for released POs only otherwise, you can perform a check in the print routine to make the PO is released prior to calling the print function.
Good Luck!
Ravi
P.S.: I am assuming "it should be sent automatically as PDF via email to our vendor." should be independent of the workflow.
Message was edited by:
Ravi Dixit
Hi all,
many thanks for your help.
The workflow should run in this way. The purchaser creates an order --> supervisor gets a SAP Mail (workflow user decision step) to accept it --> the supervisor of the supervisor then gets a SAP mail to accept it --> PDF is sent to the vendor (only if everybody signed this PO before).
I will try following now: I will create a new workflow task to execute a method (for getting the PO as a PDF attachment) and a new workflow container item to store the attachment.
As next WF step I will use the standard send mail step.
Are I am right with this soulution (nothing programmed yet, still not so sure how to do it - but hope to find a solution to manage this).
Many thanks for your help again.
Chris
Add a comment