<?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 Issue modifying vendor master details using class vmd_ei_api in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-modifying-vendor-master-details-using-class-vmd-ei-api/m-p/9565733#M1754693</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to change the vendor master details. I am using the method &lt;STRONG&gt;maintain_bapi &lt;/STRONG&gt;of class &lt;STRONG&gt;vmd_ei_api &lt;/STRONG&gt;to modify the existing record. In my excel am using few fields to modify and i dont want to update personal number, incoterms etc which is not there in my excel file. but after updating, personel number and incoterms are updated with 00000 and space but i want the orignial values to be as it is for incotems and personel no.&lt;/P&gt;&lt;P&gt;For example: before uploading personel no is 45 then afet uploading also it should be 45 but it is replaced with 000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Karthik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Jul 2013 10:16:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-07-09T10:16:17Z</dc:date>
    <item>
      <title>Issue modifying vendor master details using class vmd_ei_api</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-modifying-vendor-master-details-using-class-vmd-ei-api/m-p/9565733#M1754693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to change the vendor master details. I am using the method &lt;STRONG&gt;maintain_bapi &lt;/STRONG&gt;of class &lt;STRONG&gt;vmd_ei_api &lt;/STRONG&gt;to modify the existing record. In my excel am using few fields to modify and i dont want to update personal number, incoterms etc which is not there in my excel file. but after updating, personel number and incoterms are updated with 00000 and space but i want the orignial values to be as it is for incotems and personel no.&lt;/P&gt;&lt;P&gt;For example: before uploading personel no is 45 then afet uploading also it should be 45 but it is replaced with 000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Karthik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jul 2013 10:16:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-modifying-vendor-master-details-using-class-vmd-ei-api/m-p/9565733#M1754693</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-09T10:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: Issue modifying vendor master details using class vmd_ei_api</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-modifying-vendor-master-details-using-class-vmd-ei-api/m-p/9565734#M1754694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the method is creating new vendor instead of updating, Instead you can try with other FM's.&lt;/P&gt;&lt;P&gt;The links may be useful &lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/thread/1183451"&gt;http://scn.sap.com/thread/1183451&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/thread/286903"&gt;http://scn.sap.com/thread/286903&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jul 2013 10:57:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-modifying-vendor-master-details-using-class-vmd-ei-api/m-p/9565734#M1754694</guid>
      <dc:creator>NAeda</dc:creator>
      <dc:date>2013-07-09T10:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: Issue modifying vendor master details using class vmd_ei_api</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-modifying-vendor-master-details-using-class-vmd-ei-api/m-p/9565735#M1754695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you passing 'X' in datax components for above fields?&lt;/P&gt;&lt;P&gt;If you are.......then please change it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only fields which you are populating and want to change should have value of 'X' in DATAX components. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jul 2013 12:01:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-modifying-vendor-master-details-using-class-vmd-ei-api/m-p/9565735#M1754695</guid>
      <dc:creator>former_member212005</dc:creator>
      <dc:date>2013-07-09T12:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: Issue modifying vendor master details using class vmd_ei_api</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-modifying-vendor-master-details-using-class-vmd-ei-api/m-p/9565736#M1754696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'll also have a go:&lt;/P&gt;&lt;P&gt;Did you put 'M' in the TASK fields?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jul 2013 12:33:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-modifying-vendor-master-details-using-class-vmd-ei-api/m-p/9565736#M1754696</guid>
      <dc:creator>former_member206575</dc:creator>
      <dc:date>2013-07-09T12:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: Issue modifying vendor master details using class vmd_ei_api</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-modifying-vendor-master-details-using-class-vmd-ei-api/m-p/9565737#M1754697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Edwin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes i mentioned 'M' in task fields and whichever fields am passing the data for that fields am passing 'X' in the datax components.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Karthik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jul 2013 06:40:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-modifying-vendor-master-details-using-class-vmd-ei-api/m-p/9565737#M1754697</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-11T06:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: Issue modifying vendor master details using class vmd_ei_api</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-modifying-vendor-master-details-using-class-vmd-ei-api/m-p/9565738#M1754698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use functional module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;call &lt;SPAN class="L0S52"&gt;function &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'VENDOR_UPDATE'&lt;/SPAN&gt;&lt;BR /&gt;&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; i_lfa1&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;it_lfa1&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i_lfb1&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;it_lfb1&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i_lfm1&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;it_lfm1&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i_ylfa1 &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;it_lfa1&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i_ylfb1 &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;it_lfb1&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i_ylfm1 &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;it_lfm1&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;tables&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; t_xlfas &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;it_flfas&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; t_xlfb5 &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;it_flfb5&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; t_xlfbk &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;it_flfbk&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; t_xlfza &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;it_flfza&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; t_ylfas &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;it_flfas&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; t_ylfb5 &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;it_flfb5&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; t_ylfbk &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;it_flfbk&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; t_ylfza &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;it_flfza&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jul 2013 06:58:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-modifying-vendor-master-details-using-class-vmd-ei-api/m-p/9565738#M1754698</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-11T06:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: Issue modifying vendor master details using class vmd_ei_api</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-modifying-vendor-master-details-using-class-vmd-ei-api/m-p/9565739#M1754699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vinu:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check out the below link, wherein one of the person's had a similar question and which was answered.&lt;/P&gt;&lt;P&gt;There is also sample code in it. Try this and compare with yours to determine what has to be populated and what is to be not...... and let us know if it is working or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/thread/3388043"&gt;http://scn.sap.com/thread/3388043&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jul 2013 11:58:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-modifying-vendor-master-details-using-class-vmd-ei-api/m-p/9565739#M1754699</guid>
      <dc:creator>former_member212005</dc:creator>
      <dc:date>2013-07-11T11:58:11Z</dc:date>
    </item>
  </channel>
</rss>

