<br><font size=2 face="sans-serif">Alright then...:) Maybe I'll find another
solution ;)</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">01.09.2008 09:08</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: Fw: Antwort: Re: PO
Release WF Question</font></table>
<br>
<table>
<tr valign=top>
<td>
<td></table>
<br></table>
<br>
<br>
<br><tt><font size=2>that's why I was using these .... to replace the MAKTX
:-)<br>
The only thing I could think of, to use the Workitem-Exit for the Longtext.
But then you'll had to render the complete side as HTML and you had to
work with the attachment links and all that. It's kind of a big effort
to make it very nice.<br>
<br>
-------- Original-Nachricht --------<br>
&gt; Datum: Mon, 1 Sep 2008 09:00:38 +0200<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: Fw: Antwort: Re: PO Release WF Question<br>
<br>
&gt; Thanks for the Info,<br>
&gt; <br>
&gt; I did the same thing, 2 lines per position so that everything fits.
But <br>
&gt; theres no unwanted line breaking, SBWP seems to swallow the spaces
which I<br>
&gt; use to align the data :/<br>
&gt; <br>
&gt; regards,<br>
&gt; Chris<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; 01.09.2008 08:52<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: Fw: Antwort: Re: PO Release WF Question<br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; Hi Christian,<br>
&gt; <br>
&gt; I usually use two lines per line-item until it fits. E.g. putting
the <br>
&gt; material short text on the next line. Sadly that there's no solution
for <br>
&gt; that line-breaking thing that I know of.<br>
&gt; Also I cut the material text at 20 characters or so<br>
&gt; <br>
&gt; Best wishes,<br>
&gt; Florin<br>
&gt; <br>
&gt; Example for purchase requisition's descriptive text (the translator-class
<br>
&gt; gives the Heading-Text for a data element):<br>
&gt; <br>
&gt; Output:<br>
&gt; <br>
&gt; -Pos- -Matnr.- &nbsp; &nbsp; &nbsp; &nbsp; Text &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp;Net price<br>
&gt; 00010 ........ Test WACH &nbsp;Textände &nbsp; &nbsp; &nbsp; 3.200,00
EUR<br>
&gt; <br>
&gt; Coding excerpt:<br>
&gt; <br>
&gt; &nbsp; &nbsp;REFRESH: longText.<br>
&gt; <br>
&gt; &nbsp; &nbsp;FIELD-SYMBOLS: &lt;pos&gt; &nbsp; &nbsp;TYPE LINE OF
MEREQ_T_EBAN.<br>
&gt; <br>
&gt; &nbsp; &nbsp;DATA: text &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp;TYPE LINE OF Z_WF_MAILTEXT_TAB,<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;date_c(12) &nbsp; &nbsp; &nbsp;
&nbsp;TYPE C,<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;l_t_purchaseOrganization TYPE VVXTEXT78,<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;l_t_createdBy &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp;TYPE VVXTEXT78,<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;l_t_companyCode &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp;TYPE VVXTEXT78,<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;l_t_documentType &nbsp; &nbsp; &nbsp;
&nbsp; TYPE VVXTEXT78.<br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; &nbsp; &nbsp;l_t_purchaseOrganization = Z_CL_TRANSLATOR=&gt;translate(
i_dtel = 'EKORG'<br>
&gt; i_text = 'S' ).<br>
&gt; &nbsp; &nbsp;CONCATENATE l_t_purchaseOrganization ':' INTO l_t_purchaseOrganization.<br>
&gt; &nbsp; &nbsp;l_t_createdBy = Z_CL_TRANSLATOR=&gt;translate( i_dtel
= 'ERNAM' i_text = <br>
&gt; 'H' ).<br>
&gt; &nbsp; &nbsp;CONCATENATE l_t_createdBy ':' INTO l_t_createdBy.<br>
&gt; &nbsp; &nbsp;l_t_companyCode = Z_CL_TRANSLATOR=&gt;translate( i_dtel
= 'BUKRS' i_text =<br>
&gt; 'M' ).<br>
&gt; &nbsp; &nbsp;CONCATENATE l_t_companyCode ':' INTO l_t_companyCode.<br>
&gt; &nbsp; &nbsp;l_t_documentType = Z_CL_TRANSLATOR=&gt;translate( i_dtel
= 'BLART' i_text <br>
&gt; = 'H' ).<br>
&gt; &nbsp; &nbsp;CONCATENATE l_t_documentType ':' INTO l_t_documentType.<br>
&gt; <br>
&gt; * ========== Header information<br>
&gt; * ------- New line<br>
&gt; &nbsp; &nbsp;CONCATENATE l_t_purchaseOrganization m_ekorg SY-VLINE<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;l_t_companyCode
m_bukrs<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;INTO text SEPARATED
BY SPACE.<br>
&gt; &nbsp; &nbsp;APPEND text TO longText.<br>
&gt; <br>
&gt; * ------- New line<br>
&gt; &nbsp; &nbsp;WRITE m_erdat TO date_c.<br>
&gt; &nbsp; &nbsp;CONCATENATE l_t_documentType documentType SY-VLINE<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;l_t_createdBy
m_ernam 'on'(002) date_c<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;INTO text SEPARATED
BY SPACE.<br>
&gt; &nbsp; &nbsp;APPEND text TO longText.<br>
&gt; <br>
&gt; * ------- New line<br>
&gt; &nbsp; &nbsp;text = '-Pos-|-Matnr.-|------- Text &nbsp;-------|---
Net price ---'(L01).<br>
&gt; &nbsp; &nbsp;APPEND text TO longText.<br>
&gt; <br>
&gt; * ========== Line items<br>
&gt; &nbsp; &nbsp;LOOP AT m_eban ASSIGNING &lt;pos&gt;.<br>
&gt; * ------- New line<br>
&gt; &nbsp; &nbsp; &nbsp; DATA: netwr(15) &nbsp; &nbsp; TYPE C,<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; matnr_c(8) &nbsp; &nbsp;TYPE
C.<br>
&gt; &nbsp; &nbsp; &nbsp; WRITE &lt;pos&gt;-preis TO netwr CURRENCY &lt;pos&gt;-waers.<br>
&gt; &nbsp; &nbsp; &nbsp; WRITE &lt;pos&gt;-matnr TO matnr_c.<br>
&gt; &nbsp; &nbsp; &nbsp; IF matnr_c IS INITIAL.<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;matnr_c = '........'. &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;#EC NOTEXT<br>
&gt; &nbsp; &nbsp; &nbsp; ENDIF.<br>
&gt; &nbsp; &nbsp; &nbsp; CONCATENATE &lt;pos&gt;-bnfpo matnr_c &lt;pos&gt;-txz01(20)
netwr &lt;pos&gt;-waers<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; INTO
text SEPARATED BY SPACE.<br>
&gt; &nbsp; &nbsp; &nbsp; APPEND text TO longText.<br>
&gt; <br>
&gt; &nbsp; &nbsp;ENDLOOP.<br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; -------- Original-Nachricht --------<br>
&gt; &gt; Datum: Mon, 1 Sep 2008 08:40:25 +0200<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: Fw: Antwort: Re: PO Release WF Question<br>
&gt; <br>
&gt; &gt; Hi Florin, <br>
&gt; &gt; <br>
&gt; &gt; Works fine, but there is a minor cosmetic issue :-) <br>
&gt; &gt; (Sorry this screenshot is german...) <br>
&gt; &gt; <br>
&gt; &gt; The text is not really beautifully aligned: <br>
&gt; &gt; <br>
&gt; &gt; <br>
&gt; &gt; When testing BUS2012 with this PO, the test is formatted like
that: <br>
&gt; (Table<br>
&gt; &gt; of RSTXT-TXLINE) <br>
&gt; &gt; <br>
&gt; &gt; <br>
&gt; &gt; So, SBWP seems to &quot;swallow&quot; the spaces to allign the
columns :/ <br>
&gt; &gt; Any ideas how to avoid that? <br>
&gt; &gt; <br>
&gt; &gt; regards, <br>
&gt; &gt; Chris <br>
&gt; &gt; <br>
&gt; &gt; <br>
&gt; &gt; <br>
&gt; &gt; &quot;Florin Wach&quot; &lt;florin.wach@gmx.net&gt; <br>
&gt; &gt; Gesendet von: sap-wug-bounces@mit.edu <br>
&gt; &gt; 26.08.2008 11:38 <br>
&gt; &gt; <br>
&gt; &gt; Bitte antworten an<br>
&gt; &gt; &quot;SAP Workflow Users' Group&quot; &lt;sap-wug@mit.edu&gt;<br>
&gt; &gt; <br>
&gt; &gt; <br>
&gt; &gt; An<br>
&gt; &gt; &quot;SAP Workflow Users' Group&quot; &lt;sap-wug@mit.edu&gt;
<br>
&gt; &gt; Kopie<br>
&gt; &gt; <br>
&gt; &gt; Thema<br>
&gt; &gt; Re: PO Release WF Question<br>
&gt; &gt; <br>
&gt; &gt; <br>
&gt; &gt; <br>
&gt; &gt; <br>
&gt; &gt; <br>
&gt; &gt; <br>
&gt; &gt; <br>
&gt; &gt; <br>
&gt; &gt; Hi Chris,<br>
&gt; &gt; <br>
&gt; &gt; you'll create a virtual attribute of BUS2012, marking it as a
mulitline <br>
&gt; &gt; element referring to VVXTEXT78.<br>
&gt; &gt; In the coding section of the attribute you build up the text
you'd like <br>
&gt; to<br>
&gt; &gt; display.<br>
&gt; &gt; <br>
&gt; &gt; In the long text of the work item, enter the expression for (e.g.)
<br>
&gt; &gt; BUS2012.Longtext and on the following dialog answer with &quot;All
lines with<br>
&gt; <br>
&gt; &gt; line breaks&quot;.<br>
&gt; &gt; <br>
&gt; &gt; Rummage here through the forum or the SDN to learn more about
Business <br>
&gt; &gt; Object Types and how to create a system-wide delegation, if you
need <br>
&gt; &gt; information on that.<br>
&gt; &gt; <br>
&gt; &gt; <br>
&gt; &gt; Best wishes,<br>
&gt; &gt; &nbsp; Florin<br>
&gt; &gt; <br>
&gt; &gt; <br>
&gt; &gt; -------- Original-Nachricht --------<br>
&gt; &gt; &gt; Datum: Tue, 26 Aug 2008 11:24:08 +0200<br>
&gt; &gt; &gt; Von: &quot;Christian Wallner&quot; &lt;C.Wallner@ats.net&gt;<br>
&gt; &gt; &gt; An: sap-wug@mit.edu<br>
&gt; &gt; &gt; Betreff: PO Release WF Question<br>
&gt; &gt; <br>
&gt; &gt; &gt; Hi Folks,<br>
&gt; &gt; &gt; <br>
&gt; &gt; &gt; I have a question regarding influencing the workitem longtext
of a <br>
&gt; task.<br>
&gt; &gt; &gt; In a po release workflow, the approver has the possibility
to reject <br>
&gt; or <br>
&gt; &gt; &gt; approve the po.<br>
&gt; &gt; &gt; <br>
&gt; &gt; &gt; To make the decision quicker, the approver wants to see
several data <br>
&gt; of <br>
&gt; &gt; &gt; the po positions in the longtext of the user decision.<br>
&gt; &gt; &gt; <br>
&gt; &gt; &gt; How can I achieve that? Ok, I need a table in the workflow
container <br>
&gt; &gt; with <br>
&gt; &gt; &gt; the needed position data, but how do I bring them into the
longtext of<br>
&gt; <br>
&gt; &gt; the<br>
&gt; &gt; &gt; task?<br>
&gt; &gt; &gt; <br>
&gt; &gt; &gt; regards and thanks for all hints!<br>
&gt; &gt; &gt; Chris<br>
&gt; &gt; &gt; AT&amp;S Austria Technologie &amp; Systemtechnik AG<br>
&gt; &gt; &gt; Legal form | Rechtsform: Aktiengesellschaft<br>
&gt; &gt; &gt; Registered office | Sitz: Fabriksgasse 13, 8700 Leoben,
Austria <br>
&gt; &gt; &gt; Commercial Register Number | Firmenbuchnummer: FN 55638
x, <br>
&gt; Landesgericht<br>
&gt; &gt; &gt; Leoben <br>
&gt; &gt; &gt; <br>
&gt; &gt; &gt; This e-mail and any attachment may contain confidential
and/or <br>
&gt; &gt; privileged<br>
&gt; &gt; &gt; information. If you are not the intended recipient (or have
received <br>
&gt; &gt; this<br>
&gt; &gt; &gt; e-mail in error) please notify the sender immediately and
destroy this<br>
&gt; &gt; &gt; e-mail. Any unauthorised copying, disclosure or distribution
of the <br>
&gt; &gt; material in<br>
&gt; &gt; &gt; this e-mail is strictly forbidden.<br>
&gt; &gt; _______________________________________________<br>
&gt; &gt; SAP-WUG mailing list<br>
&gt; &gt; SAP-WUG@mit.edu<br>
&gt; &gt; http://mailman.mit.edu/mailman/listinfo/sap-wug<br>
&gt; &gt; <br>
&gt; &gt; <br>
&gt; &gt; <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; <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; &gt; material in this e-mail is strictly forbidden. <br>
&gt; &gt; _______________________________________________<br>
&gt; &gt; SAP-WUG mailing list<br>
&gt; &gt; SAP-WUG@mit.edu<br>
&gt; &gt; http://mailman.mit.edu/mailman/listinfo/sap-wug<br>
&gt; &gt; <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>