<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 12 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-AU link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Hi Kim,<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Yes definitely a candidate for workflow. <o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Simplest way to trigger the workflow from the Adobe form is to use an online form &#8211; i.e. wrap it in a Web Dynpro ABAP application and call it from there e.g. by calling SAP_WAPI_CREATE_EVENT or similar.<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Alternative is to start as an offline form (outside of the system), set up a web service in your ABAP system, and use a button with a Javascript in the form to call the web service. <o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Regards,<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Jocelyn<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm'><p class=MsoNormal><b><span lang=EN-US style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span></b><span lang=EN-US style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'> sap-wug-bounces@MIT.EDU [mailto:sap-wug-bounces@MIT.EDU] <b>On Behalf Of </b>Kim Selby<br><b>Sent:</b> Tuesday, 23 August 2011 3:46 AM<br><b>To:</b> sap-wug@MIT.EDU<br><b>Subject:</b> Starting a Workflow Using an Adobe Interactive Form<o:p></o:p></span></p></div><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>Hi,<br><br>I am very new to Workflow and to this forum.&nbsp; I am tasked with trying to put a 'simply transport process' into a Workflow.&nbsp; Basically after CCB Approval, an Developer completes an 'Transport form' (Adobe Interactive Form)-digitally signs the form, forwards it to the next person (e.g. Tester, Code Reviewer, etc) for approval/signature. Basically this form will need to 'travel' with the Work Item to the next approving agent, until it reaches it's final signature (i.e. CCB Mgr).&nbsp; The original request for this workflow was to eliminate the 'extra' emails back and forth with various forms-sometimes missing necessary signatures.&nbsp; I'm not even a 100% sure that this current process is even a candidate for a WF, but want to explore the option of creating it anyway.<br><br>I'm actually a beginning PI Dev, but was asked to learn Workflow so that I will be able to take on this 'small' project:-).&nbsp; I've taken BIT600 &amp; BIT601, as well as begun reading SAP Practical Workflow (2nd Ed).&nbsp; I have the basic understanding, but am having a difficult time of understanding how to 'begin' this workflow.&nbsp; I believe that I want to use the Adobe form as the 'triggering' event to start the WF, but I can't quite figure out the 'how-to do this' part.&nbsp; Basically, my questions are:&nbsp; How can I find info on how to trigger my workflow using this form? Is it actually possible to attach a form so that it travels from one approval to the other?&nbsp; I have access to an ABAP Programmer (that knows Web Dynpro), should I elect to have this person assist me on this project?<br><br>I apologize, if this is not the forum to ask these questions.&nbsp; If it isn't, could you kindly point me in the right direction? I have been trying to read all the back archived Q&amp;A to see if I can find some info, so if there is a particular date I should check/read, please advise.&nbsp; <br><br>Thank you so much for your time.<br clear=all><br>-- <br>****<br>Kim S<o:p></o:p></p></div></body></html>