<?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: BAPI- BAPI_VENDOR_EDIT for Vendor Update in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-vendor-edit-for-vendor-update/m-p/9584201#M1756774</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;You can't update the field by using BAPI_VENDOR_EDIT. Since inside the BAPI calling the statement &lt;SPAN class="L0S52"&gt;&lt;STRONG&gt;call &lt;SPAN class="L0S52"&gt;transaction &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class="L0S33"&gt;&lt;STRONG&gt;'XK02'&lt;/STRONG&gt;. I think inside the program it will directly call the screen in change mode! you have to enter the values manually!&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S33"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S33"&gt;If you want to update the one filed go for the below logic!&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S33"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN class="L0S52"&gt;call &lt;SPAN class="L0S52"&gt;function &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'ENQUEUE_EXLFA1'&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;exporting&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lifnr&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55"&gt;=&amp;nbsp; lfa1-&lt;/SPAN&gt;&lt;SPAN class="L0S70"&gt;&lt;/SPAN&gt;lifnr&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;exceptions&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; foreign_lock&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;1&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; system_failure &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;2.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S32"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN class="L0S52"&gt;update lfa1 set &lt;/SPAN&gt;STGDL = 'XXXX'&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WHERE LIFNR =&amp;nbsp; lfa1-lifnr&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN class="L0S52"&gt;call &lt;SPAN class="L0S52"&gt;function &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'DEQUEUE_ALL'.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S33"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S33"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Jan 2014 05:49:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-01-21T05:49:23Z</dc:date>
    <item>
      <title>BAPI- BAPI_VENDOR_EDIT for Vendor Update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-vendor-edit-for-vendor-update/m-p/9584197#M1756770</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 want to update the field LFA1-STGDL in SAP Vendor master.&lt;/P&gt;&lt;P&gt;This can be done through BDC however I want to Use BAPI for the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I searched SDN &amp;amp; got information that BAPI- Vendor_Update is not released &amp;amp; should not be used.&lt;/P&gt;&lt;P&gt; ( This is an update Task FM So it is called by SAP standard program at the end of control and after the COMMIT WORK to update the database.&lt;/P&gt;&lt;P&gt;If we use an update task FM you will not perform any check and will not execute the other FM that the standard programs call&lt;STRONG&gt;. In fact using this FM you would have only executed an open-sql update statement.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I used BAPI_VENDOR_EDIT, it takes us to XK02 screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;&lt;SPAN style=": ; color: #0000ff; font-size: 10pt;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;CALL&lt;/P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;FUNCTION&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #4da619; font-size: 10pt;"&gt;'BAPI_VENDOR_EDIT'&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;EXPORTING&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;vendorno = wa_lfa1-lifnr&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;IMPORTING&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;return &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;= wa_return.&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please let me know how can we use the BAPI in our program to update the field LFA1-STGDL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vinay &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Aug 2013 11:14:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-vendor-edit-for-vendor-update/m-p/9584197#M1756770</guid>
      <dc:creator>vinay_pasalkar</dc:creator>
      <dc:date>2013-08-07T11:14:27Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI- BAPI_VENDOR_EDIT for Vendor Update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-vendor-edit-for-vendor-update/m-p/9584198#M1756771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I got the same scenario which is relevant to your doubt.&lt;/P&gt;&lt;P&gt;My scenario is as follows.&lt;/P&gt;&lt;P&gt;I want to create vender master record in FK01. When we run PRAA tcode a standard BDC recording will get created in SM35. When we execute that recording, Email address should get updated in email id field in FK01 tcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In standard it is not updating.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So i created an implicit enhancement inside the standard report of tcode PRAA and appended the mail id into the standard BDC recording.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Same way you also try.&amp;nbsp; Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And my doubt is, why you want to use BAPI. And also where you are calling that BAPI and in which program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Aug 2013 11:36:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-vendor-edit-for-vendor-update/m-p/9584198#M1756771</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-07T11:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI- BAPI_VENDOR_EDIT for Vendor Update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-vendor-edit-for-vendor-update/m-p/9584199#M1756772</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:39:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-vendor-edit-for-vendor-update/m-p/9584199#M1756772</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-20T09:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI- BAPI_VENDOR_EDIT for Vendor Update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-vendor-edit-for-vendor-update/m-p/9584200#M1756773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The Vendor data can be updated using a BAPI which will be using any of the FM's (Vendor_Update or &lt;SPAN style="color: #4da619; font-size: 10pt;"&gt;BAPI_VENDOR_EDIT )&lt;/SPAN&gt; mentioned above.&lt;/P&gt;&lt;P&gt;The BAPI will be called remotely.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to avoid creating duplicate record, you can use any customer exit in SAP &amp;amp; put a validation on the same in order to avoid duplicate entries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vinay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 05:31:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-vendor-edit-for-vendor-update/m-p/9584200#M1756773</guid>
      <dc:creator>vinay_pasalkar</dc:creator>
      <dc:date>2014-01-21T05:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI- BAPI_VENDOR_EDIT for Vendor Update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-vendor-edit-for-vendor-update/m-p/9584201#M1756774</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;You can't update the field by using BAPI_VENDOR_EDIT. Since inside the BAPI calling the statement &lt;SPAN class="L0S52"&gt;&lt;STRONG&gt;call &lt;SPAN class="L0S52"&gt;transaction &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class="L0S33"&gt;&lt;STRONG&gt;'XK02'&lt;/STRONG&gt;. I think inside the program it will directly call the screen in change mode! you have to enter the values manually!&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S33"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S33"&gt;If you want to update the one filed go for the below logic!&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S33"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN class="L0S52"&gt;call &lt;SPAN class="L0S52"&gt;function &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'ENQUEUE_EXLFA1'&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;exporting&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lifnr&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55"&gt;=&amp;nbsp; lfa1-&lt;/SPAN&gt;&lt;SPAN class="L0S70"&gt;&lt;/SPAN&gt;lifnr&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;exceptions&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; foreign_lock&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;1&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; system_failure &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;2.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S32"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN class="L0S52"&gt;update lfa1 set &lt;/SPAN&gt;STGDL = 'XXXX'&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WHERE LIFNR =&amp;nbsp; lfa1-lifnr&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN class="L0S52"&gt;call &lt;SPAN class="L0S52"&gt;function &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'DEQUEUE_ALL'.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S33"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S33"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 05:49:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-vendor-edit-for-vendor-update/m-p/9584201#M1756774</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-21T05:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI- BAPI_VENDOR_EDIT for Vendor Update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-vendor-edit-for-vendor-update/m-p/9584202#M1756775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All, I used the FM - VENDOR_UPDATE &amp;amp; applied the error handling techniques in the code so that user will get to know the status if the Vendor data has been updated or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also try to lock the record before updating it will reduce the possibility of 'No data update' due to lock issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 05:54:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-vendor-edit-for-vendor-update/m-p/9584202#M1756775</guid>
      <dc:creator>vinay_pasalkar</dc:creator>
      <dc:date>2014-01-21T05:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI- BAPI_VENDOR_EDIT for Vendor Update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-vendor-edit-for-vendor-update/m-p/9584203#M1756776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;I found link (&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.stechno.net/sap-functions.html"&gt;http://www.stechno.net/sap-functions.html&lt;/A&gt;&lt;SPAN&gt;). On this site is overview SAP function, tables (relationship of tables etc.).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;When I look BAPI_VENDOR_EDIT there is check RFC (this function is possible call remotely). But description on this function is "Change Vendor Master Online". On another site (&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.se80.co.uk/sapfms/b/bapi/bapi_vendor_edit.htm"&gt;http://www.se80.co.uk/sapfms/b/bapi/bapi_vendor_edit.htm&lt;/A&gt;&lt;SPAN&gt;) is description, but I not see how is possible change some value of LFA1.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 06:47:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-vendor-edit-for-vendor-update/m-p/9584203#M1756776</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-21T06:47:28Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI- BAPI_VENDOR_EDIT for Vendor Update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-vendor-edit-for-vendor-update/m-p/9584204#M1756777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;H5 class="simple"&gt;kiran kumar&lt;/H5&gt;&lt;P&gt;Your sequence look like very good and very possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Never mind when I can update only one parameter at time (in c# I create loop cycle for update next parameters)&lt;/P&gt;&lt;P&gt;Because I don't work with SAP, that I have a minimal knowledge from SAP. When I programing "RFC_READ_TABLE" I fond way how it testing in SAP and I found very usefull site where was description this function (&lt;A class="jive-link-external-small" href="http://www.stechno.net/sap-functions.html?view=sapfunc&amp;amp;id=RFC_READ_TABLE"&gt;http://www.stechno.net/sap-functions.html?view=sapfunc&amp;amp;id=RFC_READ_TABLE&lt;/A&gt;). When I validate setting in SAP, then I used this setting in my program - and my program work fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I look on your example, I know how write first part (without set up exceptions, when I look on the &lt;A class="jive-link-external-small" href="http://www.se80.co.uk/sapfms/e/enqu/enqueue_exlfa1.htm"&gt;http://www.se80.co.uk/sapfms/e/enqu/enqueue_exlfa1.htm&lt;/A&gt; I think, this exceptions parameter is set up default)&lt;/P&gt;&lt;P&gt;IRfcFunction updateOneParameter = rfcRep.CreateFunction("ENQUEUE_EXLFA1");&lt;/P&gt;&lt;P&gt;updateOneParameter.SetValue("lifnr", 123456);&lt;/P&gt;&lt;P&gt;updateOneParameter.Invoke(rfcDest);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;but I don't know use or coding second part&lt;/STRONG&gt; (if I update record in SQL, that was very easy "UPDATE lfa1 SET STGDL='XXXX' WHERE lifnr=123456")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;according site (&lt;A class="jive-link-external-small" href="http://www.se80.co.uk/sapfms/d/dequ/dequeue_all.htm"&gt;http://www.se80.co.uk/sapfms/d/dequ/dequeue_all.htm&lt;/A&gt;) I think this part look like:&lt;/P&gt;&lt;P&gt;IRfcFunction executeUpdateOneParameter = rfcRep.CreateFunction("DEQUEUE_ALL");&lt;/P&gt;&lt;P&gt;IRfcTable setValueForUpdate = executeUpdateOneParameter.GetTable("DEQUEUE_ALL");&lt;/P&gt;&lt;P&gt;executeUpdateOneParameter.Insert(1);&lt;/P&gt;&lt;P&gt;executeUpdateOneParameter.SetValue(&lt;STRONG&gt;?????&lt;/STRONG&gt;, "UPDATE lfa1 SET STGDL='XXXX' WHERE lifnr=123456");&lt;/P&gt;&lt;P&gt;executeUpdateOneParameter.Invoke(rfcDest);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;update lfa1 set STGDL = 'XXXX' WHERE LIFNR =&amp;nbsp; lfa1-lifnr&lt;/P&gt;&lt;P&gt;call function 'DEQUEUE_ALL'.&lt;/P&gt;&lt;P&gt;you can help me with this part&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you very much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 08:06:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-vendor-edit-for-vendor-update/m-p/9584204#M1756777</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-21T08:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI- BAPI_VENDOR_EDIT for Vendor Update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-vendor-edit-for-vendor-update/m-p/9584205#M1756778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinay,&lt;/P&gt;&lt;P&gt;I want to update the LFB1-pernr field and few z fields added in LFA1 table.&lt;/P&gt;&lt;P&gt;How can I use VENDOR_update FM?&lt;/P&gt;&lt;P&gt;Do I need to pass all the structures even though i want to update lfa1 and lfb1 only?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its urgent &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Nov 2014 09:09:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-vendor-edit-for-vendor-update/m-p/9584205#M1756778</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-29T09:09:09Z</dc:date>
    </item>
  </channel>
</rss>

