<?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_CUSTOMER_CHANGEFROMDATA1 error: Specify a URI type. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-customer-changefromdata1-error-specify-a-uri-type/m-p/4728137#M1109844</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It appears that this is a bug in the version we are running.  It is covered by Note 1120524: Error message AM 628 'Specify a URI type'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Oct 2008 12:08:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-30T12:08:21Z</dc:date>
    <item>
      <title>BAPI_CUSTOMER_CHANGEFROMDATA1 error: Specify a URI type.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-customer-changefromdata1-error-specify-a-uri-type/m-p/4728132#M1109839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am getting the following message on some of the customers I try to udpate using BAPI_CUSTOMER_CHANGEFROMDATA1: &lt;STRONG&gt;Specify a URI type&lt;/STRONG&gt;.  I assume this has something to do with the URI communication method.  I am, however, NOT updating the URI as part of this BAPI call.  In my program I first call BAPI_CUSTOMER_GETDETAIL1, I then update several fields in the company data structure and then call BAPI_CUSTOMER_CHANGEFROMDATA1 passing the updated data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2008 13:36:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-customer-changefromdata1-error-specify-a-uri-type/m-p/4728132#M1109839</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-29T13:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_CUSTOMER_CHANGEFROMDATA1 error: Specify a URI type.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-customer-changefromdata1-error-specify-a-uri-type/m-p/4728133#M1109840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Haven't you checked any URL field in the PI_COMPANYDATAX parameter, check only the flag related to fields you want to update.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2008 13:51:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-customer-changefromdata1-error-specify-a-uri-type/m-p/4728133#M1109840</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2008-10-29T13:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_CUSTOMER_CHANGEFROMDATA1 error: Specify a URI type.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-customer-changefromdata1-error-specify-a-uri-type/m-p/4728134#M1109841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, the only fields i have flagged for changing are: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   pi_companydatax-name = 'X'.&lt;/P&gt;&lt;P&gt;   pi_companydatax-street = 'X'.&lt;/P&gt;&lt;P&gt;   pi_companydatax-city = 'X'.&lt;/P&gt;&lt;P&gt;   pi_companydatax-region = 'X'.&lt;/P&gt;&lt;P&gt;   pi_companydatax-postl_cod1 = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Daryl Tracey on Oct 29, 2008 3:05 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2008 13:58:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-customer-changefromdata1-error-specify-a-uri-type/m-p/4728134#M1109841</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-29T13:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_CUSTOMER_CHANGEFROMDATA1 error: Specify a URI type.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-customer-changefromdata1-error-specify-a-uri-type/m-p/4728135#M1109842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you get a similar message when calling transaction XD02 on those customers, maybe some Customizing has changed since the Customer creation (fields become mandatory) ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2008 14:08:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-customer-changefromdata1-error-specify-a-uri-type/m-p/4728135#M1109842</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2008-10-29T14:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_CUSTOMER_CHANGEFROMDATA1 error: Specify a URI type.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-customer-changefromdata1-error-specify-a-uri-type/m-p/4728136#M1109843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It appears that it has something to do with having a URI Communication Method loaded to the Customer Master.  If i remove the URI Communication Method from the Customer Master prior to running my program, I do not get the error message.  Once I added it back, however, I got the message again.  Don't understand why since I am not attempting to update the URI information in my BAPI call.  I have tried saving several different, valid URIs via XD02 but continue to get the error as long as there is a URI communication method loaded.  Does anyone know if this is a BAPI_CUSTOMER_CHANGEFROMDATA1 bug or if I can do something to prevent from getting this error message.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2008 14:26:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-customer-changefromdata1-error-specify-a-uri-type/m-p/4728136#M1109843</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-29T14:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_CUSTOMER_CHANGEFROMDATA1 error: Specify a URI type.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-customer-changefromdata1-error-specify-a-uri-type/m-p/4728137#M1109844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It appears that this is a bug in the version we are running.  It is covered by Note 1120524: Error message AM 628 'Specify a URI type'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2008 12:08:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-customer-changefromdata1-error-specify-a-uri-type/m-p/4728137#M1109844</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-30T12:08:21Z</dc:date>
    </item>
  </channel>
</rss>

