<?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 LFA1 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-lfa1/m-p/1398466#M192826</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 select all the fields from LFA1 for your list of vendor and update the fields that you wanted to in the internal table. Finally use Update statement with internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraju Chidurupalli&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Jun 2006 14:49:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-29T14:49:44Z</dc:date>
    <item>
      <title>Update LFA1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-lfa1/m-p/1398465#M192825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  i have to update LFA1 table with VAT numbers and TAX codes. Input file will contain Account group(KTOKK),country key(LAND1),Vendor(LIFNR),VAT no(STCEG) and TAX code (STCD1).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my final internal table will contain all these fields&lt;/P&gt;&lt;P&gt;i want to write and update statement on LFA1 &lt;/P&gt;&lt;P&gt;UPDATE LFA1 from table ITAB. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but if i write this KTOKK and LAND1 fields will also get effected in LFA1 as LIFNR is the only key field,i want only VAT and TAX codes to get effected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i dont want to write update in loop , pls suggest any solution , i am on 4.6c&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2006 14:44:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-lfa1/m-p/1398465#M192825</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-29T14:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: Update LFA1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-lfa1/m-p/1398466#M192826</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 select all the fields from LFA1 for your list of vendor and update the fields that you wanted to in the internal table. Finally use Update statement with internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraju Chidurupalli&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2006 14:49:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-lfa1/m-p/1398466#M192826</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-29T14:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: Update LFA1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-lfa1/m-p/1398467#M192827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tra to use MASS transaction not an ABAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR, Jacek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2006 14:50:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-lfa1/m-p/1398467#M192827</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-29T14:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: Update LFA1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-lfa1/m-p/1398468#M192828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;C,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do NOT do direct updates to a core table like LFA1 !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use a BAPI or "heaven-forbid" a BDC to do this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You ALWAYS want to stay within SAP data model...  if you perform direct updates on a core table, you run a high risk of breaking the database's referential integrity.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In short... if you update LFA1 directly... you should also update your resume.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2006 14:59:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-lfa1/m-p/1398468#M192828</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-29T14:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: Update LFA1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-lfa1/m-p/1398469#M192829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can probably use standard SAP program RFBIKR00 for this. The documentation says that you can use it to change vendors, but I have not tried it.&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, 29 Jun 2006 16:01:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-lfa1/m-p/1398469#M192829</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-29T16:01:49Z</dc:date>
    </item>
    <item>
      <title>Re: Update LFA1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-lfa1/m-p/1398470#M192830</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;Can you help me, how is possible &lt;STRONG&gt;update vendor data using net. connector&lt;/STRONG&gt; with RFC function (or some another way to update vendors data from 3th party program). Up to now I read only data from LFA1 using net. connector (using RFC function RFC_READ_TABLE) and now I need update vendor data (e.g. NAME1, NAME2, ADRNR etc. from LFA1)&lt;/P&gt;&lt;P&gt;Our SAP system contains very much duplicate record (many LIFNR has the same STCD2, STCEG etc. but different NAME1 who contains typist's error or something like this. 6000 vendors has 1700 duplicates and incomplete record). Our Administrator don't know how set up SAP so that impossible create duplicite vendors! Because our system SAP contains very, very, very much elementary error, this system is not helpfull for our company.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jan 2014 09:43:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-lfa1/m-p/1398470#M192830</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-20T09:43:59Z</dc:date>
    </item>
  </channel>
</rss>

