<?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: update vendor master std program? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-vendor-master-std-program/m-p/1154984#M118638</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've not used it before, but I think using it would be quite similar RFBIBL00.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Feb 2006 22:18:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-02-02T22:18:16Z</dc:date>
    <item>
      <title>update vendor master std program?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-vendor-master-std-program/m-p/1154979#M118633</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;My requirement is that I have to interface the vendor master data with the legacy system, the method used here is that in my z-prg I have to use a statement Submit "RFBIKR00" . The structure used here are BGR00, BLF00, BLFA1 &amp;amp; BLFB1. the incoming flat file has data for the field BLF00-TCOCODE = 'XK01' for the first time it sends the files... this is daily interface .. so next time the incoming file will only have the info of changed vendors only ... so second the field BLF00-TCODE = 'XK02' ... Can anybody tell me which std. SAP prg . I should use to handle the changes of vendor data??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You,&lt;/P&gt;&lt;P&gt;SB.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2006 18:14:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-vendor-master-std-program/m-p/1154979#M118633</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-02T18:14:58Z</dc:date>
    </item>
    <item>
      <title>Re: update vendor master std program?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-vendor-master-std-program/m-p/1154980#M118634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The same one - it's documented that way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2006 18:24:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-vendor-master-std-program/m-p/1154980#M118634</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-02T18:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: update vendor master std program?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-vendor-master-std-program/m-p/1154981#M118635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but my prg is erroring out saying vendor already exists....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2006 19:01:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-vendor-master-std-program/m-p/1154981#M118635</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-02T19:01:49Z</dc:date>
    </item>
    <item>
      <title>Re: update vendor master std program?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-vendor-master-std-program/m-p/1154982#M118636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Even with BLF00-TCODE = 'XK02'?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2006 19:17:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-vendor-master-std-program/m-p/1154982#M118636</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-02T19:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: update vendor master std program?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-vendor-master-std-program/m-p/1154983#M118637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you paste your code for populating the structure BLF00?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2006 21:59:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-vendor-master-std-program/m-p/1154983#M118637</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-02T21:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: update vendor master std program?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-vendor-master-std-program/m-p/1154984#M118638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've not used it before, but I think using it would be quite similar RFBIBL00.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2006 22:18:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-vendor-master-std-program/m-p/1154984#M118638</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-02T22:18:16Z</dc:date>
    </item>
  </channel>
</rss>

