<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.6000.16757" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=274194100-13012009><FONT face=Arial 
color=#0000ff size=2>Well Cristiana, Best practice depends on a lot of 
factors.&nbsp; But I would suggest that usually we pass the data rather than the 
form - it's the data that's important and should be used to drive the 
workflow.&nbsp; Also the data takes up less space than the form.&nbsp; >From what 
I see of your scenario you mainly need the form as evidence of a digital 
signature.&nbsp; So you need to keep a copy of the digitally signed form for 
audit purposes, but you may be able to work with just the data for the rest of 
the process?&nbsp; Think about it and talk it through with your business process 
owners. </FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=274194100-13012009><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=274194100-13012009><FONT face=Arial 
color=#0000ff size=2>Regards,</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=274194100-13012009><FONT face=Arial 
color=#0000ff size=2>Jocelyn </FONT></SPAN></DIV><BR>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> sap-wug-bounces@mit.edu 
[mailto:sap-wug-bounces@mit.edu] <B>On Behalf Of </B>Cristiana 
D'Agosto<BR><B>Sent:</B> Tuesday, 13 January 2009 11:09 AM<BR><B>To:</B> SAP 
Workflow Users' Group<BR><B>Subject:</B> [LIKELY JUNK]RE:Workflow and PDF 
attachments<BR></FONT><BR></DIV>
<DIV></DIV><BR><FONT face=sans-serif size=2>Hi Jocelyn,</FONT> <BR><BR><FONT 
face=sans-serif size=2>that's good information, thanks.</FONT> <BR><BR><FONT 
face=sans-serif size=2>What is the best practice when you need to send the 
'content' of the form as an email? Is it best practice to somehow send the PDF 
as an attachment to an email? I know we can import all the fields into the 
workflow and then use the fields in the email step. Just wondering what is best 
practice and any tips!</FONT> <BR><BR><FONT face=sans-serif size=2>Much thanks 
and regards,<BR><BR>Cristiana<BR>_________________________________<BR>Cristiana 
d'Agosto<BR>IBM Global Business Services<BR>Mobile: &nbsp;+61 417 927 
224<BR>cristiana.dagosto@au1.ibm.com</FONT> <BR><BR><BR>
<TABLE width="100%">
  <TBODY>
  <TR vAlign=top>
    <TD width="40%"><FONT face=sans-serif size=1><B>"Dart, Jocelyn" 
      &lt;jocelyn.dart@sap.com&gt;</B> </FONT><BR><FONT face=sans-serif 
      size=1>Sent by: sap-wug-bounces@mit.edu</FONT> 
      <P><FONT face=sans-serif size=1>13/01/2009 10:37 AM</FONT> 
      <TABLE border=1>
        <TBODY>
        <TR vAlign=top>
          <TD bgColor=white>
            <DIV align=center><FONT face=sans-serif size=1>Please respond 
            to<BR>"SAP Workflow Users' Group" 
            &lt;sap-wug@mit.edu&gt;</FONT></DIV></TR></TBODY></TABLE><BR></P>
    <TD width="59%">
      <TABLE width="100%">
        <TBODY>
        <TR vAlign=top>
          <TD>
            <DIV align=right><FONT face=sans-serif size=1>To</FONT></DIV>
          <TD><FONT face=sans-serif size=1>"SAP Workflow Users' Group" 
            &lt;sap-wug@mit.edu&gt;</FONT> 
        <TR vAlign=top>
          <TD>
            <DIV align=right><FONT face=sans-serif size=1>cc</FONT></DIV>
          <TD>
        <TR vAlign=top>
          <TD>
            <DIV align=right><FONT face=sans-serif size=1>Subject</FONT></DIV>
          <TD><FONT face=sans-serif size=1>RE: [LIKELY JUNK]Workflow and PDF 
            attachments</FONT></TR></TBODY></TABLE><BR>
      <TABLE>
        <TBODY>
        <TR vAlign=top>
          <TD>
          <TD></TR></TBODY></TABLE><BR></TR></TBODY></TABLE><BR><BR><BR><FONT face=Arial 
color=blue size=2>Hi Akshay, </FONT><BR><FONT face=Arial color=blue size=2>Ok 
well if that is the scenario you might want to approach the problem in a 
different way. &nbsp;Rather than pass attachments around, which is always a pain 
when you have to convert between different formats, why not just pass a 
reference number ? &nbsp;i.e. assign some sort of id to the form. &nbsp; 
&nbsp;Your actual binary data representing the current known form would be 
stored somewhere in SAP. &nbsp;Some applications such as SAP HCM Workforce 
Process Management have used Records Management (transaction SCASE) to store the 
binary/XML data of the form and then assign a GUID as the reference that is 
passed throughout the workflow. &nbsp;Then your ABAP WD application uses the 
reference to read/update the pdf. &nbsp;It's not particularly important where 
you store it from workflow's point of view - so long as you can use your form id 
to find the form data. &nbsp;</FONT> <BR><FONT size=3>&nbsp;</FONT> <BR><FONT 
face=Arial color=blue size=2>Trying to use SOFM - which is really only intended 
for creating and displaying attachments - &nbsp;will be very restrictive. Also 
passing around a large attachment in the workflow is likely to have other 
implications - e.g. sizing issues. &nbsp;</FONT> <BR><FONT size=3>&nbsp;</FONT> 
<BR><FONT face=Arial color=blue size=2>You might also want to look at the many 
Adobe tutorials on SDN. &nbsp;There are various approaches to handling incoming 
PDF forms. <BR>Regards,</FONT> <BR><FONT face=Arial color=blue 
size=2>Jocelyn</FONT> <BR><BR>
<HR>
<FONT face=Tahoma size=2><B>From:</B> sap-wug-bounces@mit.edu 
[mailto:sap-wug-bounces@mit.edu] <B>On Behalf Of 
</B>akshay.bhagwat@wipro.com<B><BR>Sent:</B> Saturday, 10 January 2009 12:55 
PM<B><BR>To:</B> sap-wug@mit.edu<B><BR>Subject:</B> [LIKELY JUNK]Workflow and 
PDF attachments</FONT><FONT size=3><BR></FONT><BR><FONT face=Arial size=2>Hi 
All,</FONT> <BR><FONT size=3>&nbsp;</FONT> <BR><FONT face=Arial size=2>I know 
this topic is discussed a lot, still posting the questions as I am not able to 
achieve the requirement.</FONT> <BR><FONT size=3>&nbsp;</FONT> <BR><FONT 
face=Arial size=2>Just to elaborate the scenario, we are using Web dypnro for 
ABAP to host Interactive form .</FONT> <BR><FONT face=Arial size=2>This Form in 
turn triggers the workflow, as this form is to be approved using workflow 
process. i.e. UWL will be used to launch the form when executing the work 
items.</FONT> <BR><FONT size=3>&nbsp;</FONT> <BR><FONT face=Arial size=2>As the 
form includes Digital signatures, we are not able to read the same from contexts 
(e.g. using UWLs dynamic parameters such as WI_ID.) So we have decided to use 
attachments i.e. send this form as an attachment inside workflow, since saved 
PDF file has all the data intact.</FONT> <BR><FONT size=3>&nbsp;</FONT> 
<BR><FONT face=Arial size=2>Now the issue is: </FONT><BR><FONT face=Arial 
size=2>How this form in Webdynpro is to be saved as PDF file automatically and 
then send as an attachment in workflow?</FONT> <BR><FONT size=3>&nbsp;</FONT> 
<BR><FONT face=Arial size=2>1. I have tried using SAP Office function modules 
such as SO_OBJECT_UPLOAD to create PDF files in SOFM object. However the problem 
is these FM s can not be used from Webdynpro as Front end services are 
unavailable.</FONT> <BR><FONT face=Arial size=2>2. Same is the issue If I use 
background step for creating SOFM document so that it can be used as an 
attachment.</FONT> <BR><FONT size=3>&nbsp;</FONT> <BR><FONT face=Arial 
size=2>Can any body please suggest what approach can be taken so that from 
webdynpro , attachment can be created and passed to workflow seamlessly?</FONT> 
<BR><FONT size=3>&nbsp;</FONT> <BR><FONT face=Arial size=2>Any inputs are 
appreciated.</FONT> <BR><FONT face=Arial size=2>Thanks in advance.</FONT> 
<BR><FONT size=3>&nbsp;</FONT> <BR><FONT face=Arial size=2>Regards</FONT> 
<BR><FONT face=Arial size=2>Akshay Bhagwat</FONT> 
<P><FONT size=3></FONT> 
<P><FONT face="Palatino Linotype" color=#008000 size=2><B>Please do not print 
this email unless it is absolutely necessary. </B></FONT>
<P><FONT size=3>The information contained in this electronic message and any 
attachments to this message are intended for the exclusive use of the 
addressee(s) and may contain proprietary, confidential or privileged 
information. If you are not the intended recipient, you should not disseminate, 
distribute or copy this e-mail. Please notify the sender immediately and destroy 
all copies of this message and any attachments. </FONT>
<P><FONT size=3>WARNING: Computer viruses can be transmitted via email. The 
recipient should check this email and any attachments for the presence of 
viruses. The company accepts no liability for any damage caused by any virus 
transmitted by this email. </FONT>
<P><FONT size=3>www.wipro.com </FONT><FONT face=Arial 
size=2>_______________________________________________<BR>SAP-WUG mailing 
list<BR>SAP-WUG@mit.edu<BR>http://mailman.mit.edu/mailman/listinfo/sap-wug<BR></FONT>
<P></P></BODY></HTML>