<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Workflow in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow/m-p/911211#M57109</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks again for that hints. I really need the users who did the workitems of the workflow. For this i used the coding of RSWIW3SL, collected the receivers in a table and called the function SO_OBJECT_SEND. It works !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Wolfrad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Apr 2005 17:28:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-04-27T17:28:38Z</dc:date>
    <item>
      <title>Workflow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow/m-p/911200#M57098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have developed Material Master Create Workflow. It&amp;#146;s working fine.&lt;/P&gt;&lt;P&gt;Now, My organization wants following scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1). Current Scenario &amp;#150; Once material entered (Not all the views) into sap &lt;/P&gt;&lt;P&gt;system by default its active. Now, requirement like after entering all the &lt;/P&gt;&lt;P&gt;views final mail should go to appropriate person for activation material. &lt;/P&gt;&lt;P&gt;Before that material should be deactivated. I mean it should not be&lt;/P&gt;&lt;P&gt;Used in any PO or SO before activation. Is it possible anyway? We have&lt;/P&gt;&lt;P&gt;Restricted views according to users and user enters information directly &lt;/P&gt;&lt;P&gt;Into SAP system. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2). I want to develop report for this. Report information like how many&lt;/P&gt;&lt;P&gt;Materials have been created by workflow, Status of material, cycle time&lt;/P&gt;&lt;P&gt;For creation (wait / working / total). In which table this data are available&lt;/P&gt;&lt;P&gt;Or any standard FMs are there? I have checked S032 table but there is &lt;/P&gt;&lt;P&gt;No data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Earliest response will be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Parag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2005 06:52:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workflow/m-p/911200#M57098</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-13T06:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow/m-p/911201#M57099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Parag,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For point (1) I have a suggestion.  Material status' can be used to prevent a technically complete material from being used in sales and materials management activities.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To prevent sales activities, use the field MARA-MSTAV (accessible from the sales data 1 screen) which can be used to block sales across all sales areas, and to prevent materials management activities, use the field MARA-MSTAE (accessible from the basic data 1 screen).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may need to configure specific status codes (different activities can be configured to be prevented according to the status code) to suit your purposes, but this should do the job nicely.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Point (2), all I can suggest is to look at some of the standard workflow reports to see which tables they access.  Haven't ever really had to dig that deep in this area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2005 08:18:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workflow/m-p/911201#M57099</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-13T08:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow/m-p/911202#M57100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi brad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for immediate reply. In material master create workflow, different users create different views. &lt;/P&gt;&lt;P&gt;e.g. basic data 1 and 2 are created by user1, Sales Org. Data 1 and 2 are created by user2, mrp1,2,3,4 are created by user3 and so on. so, how can i put this material in deactivate stage until last person has created his/her views. Hope you understood my point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Parag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2005 09:46:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workflow/m-p/911202#M57100</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-13T09:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow/m-p/911203#M57101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Parag,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are a few ways that this can be done:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(1). Make it a procedural thing.  Make it a rule for users that when they create a material that they need to assign the appropriate status.  The last user in the workflow step must change the status to allow the material to be useable.&lt;/P&gt;&lt;P&gt;Postives: No work for you&lt;/P&gt;&lt;P&gt;Negatives: Probably not going to be done consistantly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(2). Make it a procedural thing and reinforce it using a userexit.  As for (1), but add some check logic into the userexit EXIT_SAPLMGMU_001 to ensure that a material cannot be saved without the correct status.&lt;/P&gt;&lt;P&gt;Positives: Little work for you, materials always correct&lt;/P&gt;&lt;P&gt;Negatives: Can be annoying for users&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(3). Set the values automatically upon material save using the userexit EXIT_SAPLMGMU_001.  &lt;/P&gt;&lt;P&gt;Positives: Nothing for users to do, materials always correct&lt;/P&gt;&lt;P&gt;Negatives: Bit more complex logic in userexit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(4). For the first step in the workflow, make it a program step with no user intervention and create the material using BAPI_MATERIAL_SAVEDATA.  Create the material with the status's already set, and then pass to the first user for basic data 1, etc. For the last step in the workflow, make it a program step and call the BAPI again to remove the status.&lt;/P&gt;&lt;P&gt;Postives: You get to do some cool stuff in workflow, material is always correct&lt;/P&gt;&lt;P&gt;Negatives: Complex, More work than userexit approach&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would go for option 3, personally, but you will need to code some careful logic to ensure that status' are set and removed at appropriate stages in the material creation.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that makes sense, and sets you on the right path forward.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2005 13:27:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workflow/m-p/911203#M57101</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-13T13:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow/m-p/911204#M57102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello parag,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This actually a functional issue, the material should be in status(MARA-MSTAE&amp;amp; MARC-MMSTA) '51' I think status '53' is release. &lt;/P&gt;&lt;P&gt;But this should be taken care through customising,&lt;/P&gt;&lt;P&gt;the last person completing the data in the material should change the status of the material to release. Orelse this could also be achieved through User exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Samir.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2005 16:15:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workflow/m-p/911204#M57102</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-13T16:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow/m-p/911205#M57103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Samir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please explain that how we can do this thing using userexit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Parag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2005 04:41:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workflow/m-p/911205#M57103</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-15T04:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow/m-p/911206#M57104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Parag,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can set values in MARA using the userexit:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXIT_SAPLMGMU_001 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The two fields you want to change are MARA-MSTAE and MARA-MSTAV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2005 12:55:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workflow/m-p/911206#M57104</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-15T12:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow/m-p/911207#M57105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello for All !!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You believe possibly that the control of the WF that Parag needs, could realize with the fields &amp;lt;b&amp;gt;VPSTA&amp;lt;/b&amp;gt; (Maintenance status of completes material) or with &amp;lt;b&amp;gt;PSTAT&amp;lt;/b&amp;gt; (Maintenance status).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ivan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2005 05:05:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workflow/m-p/911207#M57105</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-25T05:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow/m-p/911208#M57106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first of all I'd like to say thank you for the excellent hints, that were given by Brad on Apr 13th. I am just changing my Material Master Creation Workflow from solution  (1) (the users have to put in the flag in MARA-MSTAE / V) to  way (4) (using BAPI_MATERIAL_SAVEDATA).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now there is another request by the users: At the end of the workflow when the status are put away, all the 10 users who did any input within the workflow want to get a mail, announcing that now bookings can be made with this material. I have very few ideas how to get a list of the users and to set it into the adress of the mail. Can anybody help me ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Wolfrad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2005 17:56:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workflow/m-p/911208#M57106</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-26T17:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow/m-p/911209#M57107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Wolfrad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm happy to have helped (please feel free to acknowledge that help with some points!!!).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for your latest question, I would think that you could just add another workflow step. You could then set the workflow recipient as all the people who were workflow recipients in the previous steps (I assume that the people are "fixed" and only change infrequently).  You would probably need to set up an organisational structure to achieve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only potential problem with this approach is that I'm not sure whether you can issue a workflow which is still visible to all users even after one has processed it (I don't have SAP accessable at the moment to verify).  Something tells me you can do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this approach is not suitable, then you could simply send a SAPOffice message to each user informing them that the material is ready to use.  You would need to set up a group in SAPOffice and then send the SAPOffice message to the group (maybe as an express so that they will know to look in their inboxes). I think that the SAPOffice function modules begin with SO_???? and I think also there are some classes that handle this also (again, I don't have SAP access at the moment so I can't double check).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope that addresses your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2005 18:53:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workflow/m-p/911209#M57107</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-26T18:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow/m-p/911210#M57108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BTW - I notice that your users are following the standard paradigm of "Yeah, thats great, and I know that I just asked for one screen, but can you convert that into a full ERP system for me?  By next week?" &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2005 19:03:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workflow/m-p/911210#M57108</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-26T19:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow/m-p/911211#M57109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks again for that hints. I really need the users who did the workitems of the workflow. For this i used the coding of RSWIW3SL, collected the receivers in a table and called the function SO_OBJECT_SEND. It works !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Wolfrad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2005 17:28:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workflow/m-p/911211#M57109</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-27T17:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow/m-p/911212#M57110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good news Wolfrad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please close off this thread so that people know that you have an answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, please feel free to acknowledge those who have helped you by awarding some points (not very subtle, I know) &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2005 18:51:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workflow/m-p/911212#M57110</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-27T18:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow/m-p/911213#M57111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Parag,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm new to workflow, if possible can you please give me a brief view of the material workflow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 May 2005 14:08:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workflow/m-p/911213#M57111</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-09T14:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow/m-p/911214#M57112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brad,&lt;/P&gt;&lt;P&gt;Can you please let me knwo what exactly a workflow consultant will be doing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 May 2005 14:10:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workflow/m-p/911214#M57112</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-09T14:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow/m-p/911215#M57113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Wolfrad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could you please contact me (klick name for email address)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings from the past&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wilhelm J.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Mar 2006 16:27:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workflow/m-p/911215#M57113</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-02T16:27:31Z</dc:date>
    </item>
  </channel>
</rss>

