<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<TITLE>RE: Information about developing Workflow material master</TITLE>

<META content="MSHTML 6.00.2800.1498" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=879575207-09082005><FONT face=Arial color=#0000ff size=2>Hi 
Joe,</FONT></SPAN></DIV>
<DIV><SPAN class=879575207-09082005><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=879575207-09082005><FONT face=Arial color=#0000ff size=2>thanks 
a lot for your answer. Within the method &amp;viewlistline&amp; there are 
container elements like maintainance status, plant, purchasing org. and so on. 
But if I want to define the binding from method to task in the way like 
&amp;viewlistline.plant&amp; -&gt;&amp;viewlistline.plant&amp; I get the error 
message: &amp;viewlistline.plant&amp; is no Exportelement. And if I define the 
same binding from task to method like 
&amp;viewlistline.plant&amp;-&gt;&amp;viewlistline.plant&amp; I get the error 
message: the plants value is not allowed to use as an binding aim. Please can 
you give my an advice in which way i have to define the 
&amp;viewlistline.plant&amp;. I`ve worked on it since 2 weeks and i haven´t 
found no solution for this problem.</FONT></SPAN></DIV>
<DIV><SPAN class=879575207-09082005><FONT face=Arial color=#0000ff size=2>For 
your effort -&nbsp;thanks.</FONT></SPAN></DIV>
<DIV><SPAN class=879575207-09082005></SPAN>&nbsp;</DIV>
<DIV><SPAN class=879575207-09082005><FONT face=Arial color=#0000ff 
size=2>friendly regards,</FONT></SPAN></DIV>
<DIV><SPAN class=879575207-09082005><FONT face=Arial color=#0000ff 
size=2>Timo</FONT>&nbsp;</SPAN></DIV>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
  <DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma 
  size=2>-----Ursprüngliche Nachricht-----<BR><B>Von:</B> 
  sap-wug-bounces@mit.edu [mailto:sap-wug-bounces@mit.edu]<B>Im Auftrag von 
  </B>Toledo, Joe (NBC Universal)<BR><B>Gesendet:</B> Montag, 8. August 2005 
  18:18<BR><B>An:</B> 'SAP Workflow Users' Group'<BR><B>Betreff:</B> RE: 
  Information about developing Workflow material master<BR><BR></FONT></DIV>
  <P><FONT size=2>Hi there Timo,</FONT> </P>
  <P><FONT size=2>You need to define the binding from the task to the method 
  passing the plant.&nbsp;&nbsp; If the plant is not going to be "hardcoded" 
  (i.e. a constant) then you need to bind the plant to the task from the 
  workflow definition.</FONT></P>
  <P><FONT size=2>I hope this helps...</FONT> </P><BR><BR>
  <P><FONT size=2>-----Original Message-----</FONT> <BR><FONT size=2>From: 
  sap-wug-bounces@mit.edu [<A 
  href="mailto:sap-wug-bounces@mit.edu">mailto:sap-wug-bounces@mit.edu</A>] On 
  Behalf Of Timo Robens</FONT> <BR><FONT size=2>Sent: Monday, August 08, 2005 
  8:56 AM</FONT> <BR><FONT size=2>To: 'SAP Workflow Users' Group'</FONT> 
  <BR><FONT size=2>Subject: AW: Information about developing Workflow material 
  master</FONT> </P>
  <P><FONT size=2>Hi Partha,</FONT> </P>
  <P><FONT size=2>thanks a lot for writing me. I´ve found a method called 
  standardmaterial.createviews. I created a Subtyp an added the parameter plant. 
  After that I create the method within an activity. But the thing i don´t 
  understand is in which way am i able to feed the method with parameters? Do 
  you have an advice?</FONT></P>
  <P><FONT size=2>Friendly regards</FONT> <BR><FONT size=2>timo</FONT> </P>
  <P><FONT size=2>-----Ursprüngliche Nachricht-----</FONT> <BR><FONT size=2>Von: 
  sap-wug-bounces@mit.edu [<A 
  href="mailto:sap-wug-bounces@mit.edu">mailto:sap-wug-bounces@mit.edu</A>]Im 
  Auftrag</FONT> <BR><FONT size=2>von Chatterjee, Partha (US - San Ramon)</FONT> 
  <BR><FONT size=2>Gesendet: Montag, 8. August 2005 15:58</FONT> <BR><FONT 
  size=2>An: SAP Workflow Users' Group</FONT> <BR><FONT size=2>Betreff: RE: 
  Information about developing Workflow material master</FONT> </P><BR>
  <P><FONT size=2>Timo,</FONT> </P>
  <P><FONT size=2>Workflow uses business object methods in each workflow 
  step.&nbsp; These methods can programs including transaction codes. Generally, 
  to bring up a particular view in t-code, you will need to feed the appropriate 
  parameters to the workflow task/method if it does not have the material master 
  view you are interested in by default.&nbsp; So in essence, you have to able 
  to feed the method in business object the correct parameter.&nbsp; If it does 
  not have an interface to this, then you would to program it using abap and 
  build your method containing the abap and the correct parameter 
  interface.</FONT></P>
  <P><FONT size=2>So I would suggest testing a method that brings up the 
  material master in the business object method and test if there is parameter 
  adjusts the views as first run at this problem ...</FONT></P>
  <P><FONT size=2>With regards,</FONT> <BR><FONT size=2>Partha</FONT> </P><BR>
  <P><FONT size=2>-----Original Message-----</FONT> <BR><FONT size=2>From: 
  sap-wug-bounces@mit.edu [<A 
  href="mailto:sap-wug-bounces@mit.edu">mailto:sap-wug-bounces@mit.edu</A>] On 
  Behalf Of Timo Robens</FONT> <BR><FONT size=2>Sent: Monday, August 08, 2005 
  1:57 AM</FONT> <BR><FONT size=2>To: sap-wug@mit.edu</FONT> <BR><FONT 
  size=2>Subject: Information about developing Workflow material master</FONT> 
  </P>
  <P><FONT size=2>hello everybody,</FONT> </P>
  <P><FONT size=2>i´m very new to the workflow topic. Because of this i´ve got 
  some questions.</FONT> <BR><FONT size=2>Regarding to our costumer request i 
  try to develop a workflow which controls</FONT> <BR><FONT size=2>the creating 
  of the material master. For this I want to use the BUS1001006.</FONT> 
  <BR><FONT size=2>Mainly with the method material.create and viewlistline. 
  After creating of a</FONT> <BR><FONT size=2>new material there will be sent a 
  workitem to the responsible department.</FONT> <BR><FONT size=2>After 
  executing this workitem the user should be automatically given the</FONT> 
  <BR><FONT size=2>right material view. Does anybody know, in which way i can do 
  so? For your</FONT> <BR><FONT size=2>effort thanks a lot.</FONT> </P>
  <P><FONT size=2>friendly regards</FONT> <BR><FONT size=2>timo</FONT> </P>
  <P><FONT size=2>_______________________________________________</FONT> 
  <BR><FONT size=2>SAP-WUG mailing list</FONT> <BR><FONT 
  size=2>SAP-WUG@mit.edu</FONT> <BR><FONT size=2><A 
  href="http://mailman.mit.edu/mailman/listinfo/sap-wug" 
  target=_blank>http://mailman.mit.edu/mailman/listinfo/sap-wug</A> 
  </FONT></P><BR>
  <P><FONT size=2>This message (including any attachments) contains confidential 
  information intended for a specific individual and purpose, and is protected 
  by law.&nbsp; If you are not the intended recipient, you should delete this 
  message. Any disclosure, copying, or distribution of this message, or the 
  taking of any action based on it, is strictly prohibited. [v.E.1]</FONT></P>
  <P><FONT size=2>_______________________________________________</FONT> 
  <BR><FONT size=2>SAP-WUG mailing list</FONT> <BR><FONT 
  size=2>SAP-WUG@mit.edu</FONT> <BR><FONT size=2><A 
  href="http://mailman.mit.edu/mailman/listinfo/sap-wug" 
  target=_blank>http://mailman.mit.edu/mailman/listinfo/sap-wug</A></FONT> 
</P></BLOCKQUOTE></BODY></HTML>