<?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 Updating vendor data using IDOC or BAPI in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/updating-vendor-data-using-idoc-or-bapi/m-p/5372178#M1235768</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We need to update create or update a vendor in R/3 the data will be sent thru PI .&lt;/P&gt;&lt;P&gt;We need to decide if we can use the IDOC- CREMAS or  BAPI_VENDOR_CREATE/ EDIT.&lt;/P&gt;&lt;P&gt;It is needed that we return a vendor number in case of succesful creation of Vendor  or a message to indicate that the change has been made .&lt;/P&gt;&lt;P&gt;Any suggestions ??&lt;/P&gt;&lt;P&gt;Thanks in Advance .&lt;/P&gt;&lt;P&gt;Anjali&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Mar 2009 01:47:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-30T01:47:04Z</dc:date>
    <item>
      <title>Updating vendor data using IDOC or BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/updating-vendor-data-using-idoc-or-bapi/m-p/5372178#M1235768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We need to update create or update a vendor in R/3 the data will be sent thru PI .&lt;/P&gt;&lt;P&gt;We need to decide if we can use the IDOC- CREMAS or  BAPI_VENDOR_CREATE/ EDIT.&lt;/P&gt;&lt;P&gt;It is needed that we return a vendor number in case of succesful creation of Vendor  or a message to indicate that the change has been made .&lt;/P&gt;&lt;P&gt;Any suggestions ??&lt;/P&gt;&lt;P&gt;Thanks in Advance .&lt;/P&gt;&lt;P&gt;Anjali&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2009 01:47:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/updating-vendor-data-using-idoc-or-bapi/m-p/5372178#M1235768</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-30T01:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: Updating vendor data using IDOC or BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/updating-vendor-data-using-idoc-or-bapi/m-p/5372179#M1235769</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;Better to use BAPI, and after succesful cretaion of vendor bapi will return vendor number in return messages...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Revrt back if any issue,&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2009 04:32:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/updating-vendor-data-using-idoc-or-bapi/m-p/5372179#M1235769</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-30T04:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: Updating vendor data using IDOC or BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/updating-vendor-data-using-idoc-or-bapi/m-p/5372180#M1235770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   Vendor creation or updating be using IDOC-CREMAS would be best option, you are getting idoc through PI so it would be easy as per configuration perspective also, just you need to go for SAP to SAP ALE settings(Idoc adapter at PI, rfc destination, port creation and partner profile settings at receiver system). But we know that idoc communication is asynchronous, so you would not be able to get response back to PI system until unless you are not doing the configuration for ALEAUD message type at receiver system. Even after doing the ALEAUD configuration you will get the idoc number and the status of idoc which was created at receiver system not the vendor number (As required).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case of using the BAPI BAPI_VENDOR_CREATE/ EDIT you can achieve the synchronous communication with the target system. So I would suggest go for BAPI in this scenario. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Asit Purbey.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2009 04:39:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/updating-vendor-data-using-idoc-or-bapi/m-p/5372180#M1235770</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-30T04:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: Updating vendor data using IDOC or BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/updating-vendor-data-using-idoc-or-bapi/m-p/5372181#M1235771</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 will go ahead and use a BAPI but   when i use BAPI_VENDOR_CREATE it returns me the vendor number  but in BAPI_VENDOR_EDIT i dont get a vendor number back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any other BAPi that i can use .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anjali&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2009 06:16:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/updating-vendor-data-using-idoc-or-bapi/m-p/5372181#M1235771</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-30T06:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: Updating vendor data using IDOC or BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/updating-vendor-data-using-idoc-or-bapi/m-p/5372182#M1235772</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;Evn though BAPI_VENDOR_EDIT  doesn't return vendor number, it will return success message ( type S)  on change of particular vendor ( which yu sent to Bapi), so you know the vendor number as u r passin g the vendor to BAPI ( no need for bapi to return vendor number again) ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;y do u need  bapi to return again vendor number which yu are passing to bapi .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;revert back,,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2009 06:22:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/updating-vendor-data-using-idoc-or-bapi/m-p/5372182#M1235772</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-30T06:22:49Z</dc:date>
    </item>
    <item>
      <title>Re: Updating vendor data using IDOC or BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/updating-vendor-data-using-idoc-or-bapi/m-p/5372183#M1235773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;We am trying to call the 2 BAPI's from PI.&lt;/P&gt;&lt;P&gt;I tried calling the 2 BAPI's from a program  but both are online BAPI's so  go into transactions Xk01 and Xk02 .&lt;/P&gt;&lt;P&gt;Are there any BAPI's which i can use to call from PI or just a  program  and send the data across so that the vendor will be create/changed .&lt;/P&gt;&lt;P&gt;I am also looking at the BAPI &lt;/P&gt;&lt;P&gt;PI_BP_PROXY_BAPI_VENDOR.&lt;/P&gt;&lt;P&gt;Are there any examples i can refer to ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If these 2 BAPI's dont work then what other options i have for creating the vendor or changing the vendor??&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;Anjali&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2009 02:04:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/updating-vendor-data-using-idoc-or-bapi/m-p/5372183#M1235773</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-31T02:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: Updating vendor data using IDOC or BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/updating-vendor-data-using-idoc-or-bapi/m-p/5372184#M1235774</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;what is the prob ur facing while using Online bapi's ( go into transactions Xk01 and Xk02 ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as u r trying to call BAPI frm PI, the bapi's will be exceuted in R/3 system only and not in PI , so as per my understanding online bapi's wont create any problem...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;revrt back..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2009 05:05:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/updating-vendor-data-using-idoc-or-bapi/m-p/5372184#M1235774</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-31T05:05:44Z</dc:date>
    </item>
    <item>
      <title>Re: Updating vendor data using IDOC or BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/updating-vendor-data-using-idoc-or-bapi/m-p/5372185#M1235775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the input .My problem with onlne BAPI's is that they dont have any export parameters so i cant send  a file with the data in it .So the option of using the BAPI's does not exist any more .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are now trying to use a function module  idoc_input_creditor and trying to send the idoc from PI.&lt;/P&gt;&lt;P&gt;My problem is that how do i get the structure of what i will need to run the function module ie the input parameters .and will it give me back vendor numbers that i need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Anjali&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2009 06:11:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/updating-vendor-data-using-idoc-or-bapi/m-p/5372185#M1235775</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-01T06:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: Updating vendor data using IDOC or BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/updating-vendor-data-using-idoc-or-bapi/m-p/5372186#M1235776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the input .My problem with onlne BAPI's is that they dont have any export parameters so i cant send  a file with the data in it .So the option of using the BAPI's does not exist any more .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are now trying to use a function module  idoc_input_creditor and trying to send the idoc from PI.&lt;/P&gt;&lt;P&gt;My problem is that how do i get the structure of what i will need to run the function module ie the input parameters .and will it give me back vendor numbers that i need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Anjali&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2009 06:12:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/updating-vendor-data-using-idoc-or-bapi/m-p/5372186#M1235776</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-01T06:12:18Z</dc:date>
    </item>
  </channel>
</rss>

