<br><font size=1 face="Verdana">Hi :-)</font>
<br>
<br><font size=1 face="Verdana">I already tried setting it to SPACE and
'X', nevertheless the attachment isn't modifiable :-(</font>
<br>
<br><font size=1 face="Verdana">br</font>
<br><font size=1 face="Verdana">chris</font>
<br>
<br>
<br>
<br>
<table width=100%>
<tr valign=top>
<td width=40%><font size=1 face="sans-serif"><b>&quot;Florin Wach&quot;
&lt;florin.wach@gmx.net&gt;</b> </font>
<br><font size=1 face="sans-serif">Gesendet von: sap-wug-bounces@mit.edu</font>
<p><font size=1 face="sans-serif">25.02.2008 14:20</font>
<table border>
<tr valign=top>
<td bgcolor=white>
<div align=center><font size=1 face="sans-serif">Bitte antworten an<br>
&quot;SAP Workflow Users' Group&quot; &lt;sap-wug@mit.edu&gt;</font></div></table>
<br>
<td width=59%>
<table width=100%>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">An</font></div>
<td><font size=1 face="sans-serif">&quot;SAP Workflow Users' Group&quot;
&lt;sap-wug@mit.edu&gt;</font>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">Kopie</font></div>
<td>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">Thema</font></div>
<td><font size=1 face="sans-serif">Re: Antwort: Re: Editable Attachment</font></table>
<br>
<table>
<tr valign=top>
<td>
<td></table>
<br></table>
<br>
<br>
<br><tt><font size=2>huh?<br>
<br>
SWC_SET_ELEMENT l_container 'MODIFIABLEBYAUTHOR' SPACE. &nbsp;&quot;DEL<br>
SWC_SET_ELEMENT l_container 'MODIFIABLEBYAUTHOR' 'X'. &nbsp; &nbsp;&quot;INS<br>
<br>
That include you were talking about (lt_notes) might not be processed,
if the flag was already set. Please try (for a last time :-)<br>
<br>
<br>
-------- Original-Nachricht --------<br>
&gt; Datum: Mon, 25 Feb 2008 12:56:42 +0100<br>
&gt; Von: &quot;Christian Wallner&quot; &lt;C.Wallner@ats.net&gt;<br>
&gt; An: &quot;SAP Workflow Users\' Group&quot; &lt;sap-wug@mit.edu&gt;<br>
&gt; Betreff: Antwort: Re: Editable Attachment<br>
<br>
&gt; Hi again,<br>
&gt; <br>
&gt; I tried your proposal by doing the following:<br>
&gt; <br>
&gt; I subtyped WF_DOC -&gt;ZWF_DOC and created method ZCREATE_SOFM and
enhanced <br>
&gt; it as follows:<br>
&gt; <br>
&gt; * &nbsp;--- fill Container ---<br>
&gt; &nbsp; &nbsp;SWC_create_CONTAINER l_container.<br>
&gt; &nbsp; &nbsp;SWC_SET_ELEMENT l_container 'DOCUMENTTITLE' l_PROPERTIES-DESCRIPT.<br>
&gt; &nbsp; &nbsp;swc_set_element l_container 'DOCUMENTNAME' 'Document'(i01).<br>
&gt; &nbsp; &nbsp;SWC_SET_ELEMENT l_container 'NO_DIALOG' 'X'.<br>
&gt; &nbsp; &nbsp;SWC_SET_ELEMENT l_container 'ENJOY' 'X'.<br>
&gt; * WALLNERC<br>
&gt; &nbsp; &nbsp;SWC_SET_ELEMENT l_container 'MODIFIABLEBYAUTHOR' SPACE.<br>
&gt; * WALLNERC<br>
&gt; <br>
&gt; I debugged it to be sure that the parameter is passed to the SOFM.CREATE,
<br>
&gt; it works. But anyhow it doesn't matter to which value I set this <br>
&gt; parameter, the attachment is not modifiable...:-(((<br>
&gt; <br>
&gt; Because there's lots of information to collect in this wf I want to
<br>
&gt; collect it in 1 central attachment which is sent to the WF Initiator
at <br>
&gt; the end of the WF...Any ideas left? <br>
&gt; <br>
&gt; regards,<br>
&gt; Chris<br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; &quot;Florin Wach&quot; &lt;florin.wach@gmx.net&gt; <br>
&gt; Gesendet von: sap-wug-bounces@mit.edu<br>
&gt; 25.02.2008 11:39<br>
&gt; Bitte antworten an<br>
&gt; &quot;SAP Workflow Users' Group&quot; &lt;sap-wug@mit.edu&gt;<br>
&gt; <br>
&gt; <br>
&gt; An<br>
&gt; &quot;SAP Workflow Users' Group&quot; &lt;sap-wug@mit.edu&gt;<br>
&gt; Kopie<br>
&gt; <br>
&gt; Thema<br>
&gt; Re: Editable Attachment<br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; Hello Christian,<br>
&gt; <br>
&gt; the object method SOFM.Create uses a flag &quot;ModifiableByAuthor&quot;
as an <br>
&gt; import parameter, which is not set to 'X' by the calling method <br>
&gt; WF_Doc.Create_SOFM.<br>
&gt; Please try to subtype and enhance the call within this method to flag
this<br>
&gt; parameter.<br>
&gt; <br>
&gt; I haven't look, why a WF_Doc is not changeable.<br>
&gt; <br>
&gt; Best wishes,<br>
&gt; Florin<br>
&gt; <br>
&gt; <br>
&gt; -------- Original-Nachricht --------<br>
&gt; &gt; Datum: Mon, 25 Feb 2008 10:47:22 +0100<br>
&gt; &gt; Von: &quot;Christian Wallner&quot; &lt;C.Wallner@ats.net&gt;<br>
&gt; &gt; An: sap-wug@mit.edu<br>
&gt; &gt; Betreff: Editable Attachment<br>
&gt; <br>
&gt; &gt; Hi!<br>
&gt; &gt; <br>
&gt; &gt; I have a question regarding editable attachments:<br>
&gt; &gt; I created a workflow in which I want to have a word document
where some <br>
&gt; &gt; inputs are made by the user who works with the workflow.<br>
&gt; &gt; Therefore I have a step where the initial document is created.
This <br>
&gt; &gt; document should be passed to the subsequent steps as an attachment
<br>
&gt; &gt; (_ADHOC_Objects) which the user should be able to edit.<br>
&gt; &gt; <br>
&gt; &gt; Unfortunately it seems that this is not possible. So I tried
to convert <br>
&gt; &gt; the wf_doc into a sofm using WF_DOCUMENT.CREATE_SOFM. This works
well <br>
&gt; and <br>
&gt; &gt; I attached the created SOFM to _ATTACH_Objects. But when I try
to edit <br>
&gt; the<br>
&gt; &gt; document in the next step the system says &quot;No changeable
attachments&quot;. <br>
&gt; &gt; <br>
&gt; &gt; This looks strange to me because when I create an attachment
of type <br>
&gt; &quot;doc&quot;<br>
&gt; &gt; manually I AM actually able to edit it afterwards...<br>
&gt; &gt; <br>
&gt; &gt; Any tipps are highly appreciated! :-)<br>
&gt; &gt; <br>
&gt; &gt; regards,<br>
&gt; &gt; Chris<br>
&gt; &gt; AT&amp;S Austria Technologie &amp; Systemtechnik AG<br>
&gt; &gt; Legal form | Rechtsform: Aktiengesellschaft<br>
&gt; &gt; Registered office | Sitz: Fabriksgasse 13, 8700 Leoben, Austria
<br>
&gt; &gt; Commercial Register Number | Firmenbuchnummer: FN 55638 x, Landesgericht<br>
&gt; &gt; Leoben <br>
&gt; &gt; <br>
&gt; &gt; This e-mail and any attachment may contain confidential and/or
<br>
&gt; privileged<br>
&gt; &gt; information. If you are not the intended recipient (or have received
<br>
&gt; this<br>
&gt; &gt; e-mail in error) please notify the sender immediately and destroy
this<br>
&gt; &gt; e-mail. Any unauthorised copying, disclosure or distribution
of the <br>
&gt; material in<br>
&gt; &gt; this e-mail is strictly forbidden.<br>
&gt; _______________________________________________<br>
&gt; SAP-WUG mailing list<br>
&gt; SAP-WUG@mit.edu<br>
&gt; http://mailman.mit.edu/mailman/listinfo/sap-wug<br>
&gt; <br>
&gt; <br>
&gt; AT&amp;S Austria Technologie &amp; Systemtechnik AG<br>
&gt; Legal form | Rechtsform: Aktiengesellschaft<br>
&gt; Registered office | Sitz: Fabriksgasse 13, 8700 Leoben, Austria &nbsp;<br>
&gt; Commercial Register Number | Firmenbuchnummer: FN 55638 x, Landesgericht<br>
&gt; Leoben <br>
&gt; <br>
&gt; This e-mail and any attachment may contain confidential and/or privileged<br>
&gt; information. If you are not the intended recipient (or have received
this<br>
&gt; e-mail in error) please notify the sender immediately and destroy
this<br>
&gt; e-mail. Any unauthorised copying, disclosure or distribution of the
material in<br>
&gt; this e-mail is strictly forbidden.<br>
_______________________________________________<br>
SAP-WUG mailing list<br>
SAP-WUG@mit.edu<br>
http://mailman.mit.edu/mailman/listinfo/sap-wug<br>
</font></tt>
<br><small><br><br>AT&S Austria Technologie & Systemtechnik AG<br>
Legal form | Rechtsform: Aktiengesellschaft<br>
Registered office | Sitz: Fabriksgasse 13, 8700 Leoben, Austria<br>  
Commercial Register Number | Firmenbuchnummer: FN 55638 x, Landesgericht Leoben <br><br>
This e-mail and any attachment may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorised copying, disclosure or distribution of the material in this e-mail is strictly forbidden.
</small>