<?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 Vendor Email Problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/vendor-email-problem/m-p/5180673#M1199307</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;First of all thanks to all...for replies to my questions...&lt;/P&gt;&lt;P&gt;its really helpfull....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;im creating report of vendor...&lt;/P&gt;&lt;P&gt;im getting mail ID of all the vendors &lt;/P&gt;&lt;P&gt;but the problem is...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vendors who are not having mail id,&lt;/P&gt;&lt;P&gt;for those vendors it is displaying the previous vendors mail id....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;im not understanding y it is taking previous vendors mail id...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anybody help me on this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Feb 2009 04:01:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-18T04:01:51Z</dc:date>
    <item>
      <title>Vendor Email Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vendor-email-problem/m-p/5180673#M1199307</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;First of all thanks to all...for replies to my questions...&lt;/P&gt;&lt;P&gt;its really helpfull....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;im creating report of vendor...&lt;/P&gt;&lt;P&gt;im getting mail ID of all the vendors &lt;/P&gt;&lt;P&gt;but the problem is...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vendors who are not having mail id,&lt;/P&gt;&lt;P&gt;for those vendors it is displaying the previous vendors mail id....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;im not understanding y it is taking previous vendors mail id...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anybody help me on this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2009 04:01:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vendor-email-problem/m-p/5180673#M1199307</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-18T04:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: Vendor Email Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vendor-email-problem/m-p/5180674#M1199308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I think u r not clearing the fields,so it is taking the previous values .&lt;/P&gt;&lt;P&gt;clear the fields and try.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;jaya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2009 04:05:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vendor-email-problem/m-p/5180674#M1199308</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-18T04:05:44Z</dc:date>
    </item>
    <item>
      <title>Re: Vendor Email Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vendor-email-problem/m-p/5180675#M1199309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Clear the field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Surinder&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2009 04:06:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vendor-email-problem/m-p/5180675#M1199309</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-18T04:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: Vendor Email Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vendor-email-problem/m-p/5180676#M1199310</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;May be the work area still holdes the previous data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to clear work area after you append data to your final internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be ur not checking sy-subrc after ur read statement some where...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mr.A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2009 04:08:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vendor-email-problem/m-p/5180676#M1199310</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-18T04:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: Vendor Email Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vendor-email-problem/m-p/5180677#M1199311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;just clear the vendor email id field......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex:&lt;/P&gt;&lt;P&gt;clear vendorid.&lt;/P&gt;&lt;P&gt;&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;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2009 04:08:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vendor-email-problem/m-p/5180677#M1199311</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-18T04:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: Vendor Email Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vendor-email-problem/m-p/5180678#M1199312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for all ur ans...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its working...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2009 04:14:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vendor-email-problem/m-p/5180678#M1199312</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-18T04:14:24Z</dc:date>
    </item>
  </channel>
</rss>

