<?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>Question Re: SAP Marketing Cloud: How to Mass update the Business User attributes in CRM and CX Q&amp;A</title>
    <link>https://community.sap.com/t5/crm-and-cx-q-a/sap-marketing-cloud-how-to-mass-update-the-business-user-attributes/qaa-p/12236638#M423529</link>
    <description>&lt;P&gt;Hi Mayank,&lt;/P&gt;&lt;P&gt;not 100% sure and never done by myself but I think it could work using the Communication Scenario SAP_COM_0193.&lt;/P&gt;&lt;P&gt;You should be able to use the Endpoint. &lt;A href="https://my123456-api.s4hana.ondemand.com/sap/bc/srt/scs_ext/sap/managebusinessuserin" target="test_blank"&gt;https://my123456-api.s4hana.ondemand.com/sap/bc/srt/scs_ext/sap/managebusinessuserin&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://api.sap.com/api/API_MKT_MANAGEBUSINESSUSERIN/overview" target="_blank"&gt;Here&lt;/A&gt; you can find the documentation to the SOAP API on API Hub.&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;BR Tobias&lt;/P&gt;</description>
    <pubDate>Wed, 01 Jul 2020 07:46:04 GMT</pubDate>
    <dc:creator>SCHNEIDERT</dc:creator>
    <dc:date>2020-07-01T07:46:04Z</dc:date>
    <item>
      <title>SAP Marketing Cloud: How to Mass update the Business User attributes</title>
      <link>https://community.sap.com/t5/crm-and-cx-q-a/sap-marketing-cloud-how-to-mass-update-the-business-user-attributes/qaq-p/12236637</link>
      <description>&lt;P&gt;Hello SAP,&lt;/P&gt;
  &lt;P&gt;I want to update the Timezone and Dateformat for 400 business users in SAP Marketing Cloud. How can we do it. In the upload file, there is no field available to update these details.&lt;/P&gt;
  &lt;P&gt;Any assistance is appreciated&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jul 2020 07:05:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/crm-and-cx-q-a/sap-marketing-cloud-how-to-mass-update-the-business-user-attributes/qaq-p/12236637</guid>
      <dc:creator>former_member576423</dc:creator>
      <dc:date>2020-07-01T07:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Marketing Cloud: How to Mass update the Business User attributes</title>
      <link>https://community.sap.com/t5/crm-and-cx-q-a/sap-marketing-cloud-how-to-mass-update-the-business-user-attributes/qaa-p/12236638#M423529</link>
      <description>&lt;P&gt;Hi Mayank,&lt;/P&gt;&lt;P&gt;not 100% sure and never done by myself but I think it could work using the Communication Scenario SAP_COM_0193.&lt;/P&gt;&lt;P&gt;You should be able to use the Endpoint. &lt;A href="https://my123456-api.s4hana.ondemand.com/sap/bc/srt/scs_ext/sap/managebusinessuserin" target="test_blank"&gt;https://my123456-api.s4hana.ondemand.com/sap/bc/srt/scs_ext/sap/managebusinessuserin&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://api.sap.com/api/API_MKT_MANAGEBUSINESSUSERIN/overview" target="_blank"&gt;Here&lt;/A&gt; you can find the documentation to the SOAP API on API Hub.&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;BR Tobias&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jul 2020 07:46:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/crm-and-cx-q-a/sap-marketing-cloud-how-to-mass-update-the-business-user-attributes/qaa-p/12236638#M423529</guid>
      <dc:creator>SCHNEIDERT</dc:creator>
      <dc:date>2020-07-01T07:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Marketing Cloud: How to Mass update the Business User attributes</title>
      <link>https://community.sap.com/t5/crm-and-cx-q-a/sap-marketing-cloud-how-to-mass-update-the-business-user-attributes/qaa-p/12236639#M423530</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;As mentioned by Tobias you can use communication arrangement SAP_COM_0193 OR SAP_COM_0093 in order to update the business user. You need to use the soap service &lt;A href="https://XXXX-api.s4hana.ondemand.com/sap/bc/srt/scs_ext/sap/managebusinessuserin" target="test_blank"&gt;https://XXXX-api.s4hana.ondemand.com/sap/bc/srt/scs_ext/sap/managebusinessuserin&lt;/A&gt; .&lt;/P&gt;&lt;P&gt;A sample request can look like this:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&amp;lt;soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:aba="http://sap.com/xi/ABA"&amp;gt;
   &amp;lt;soapenv:Header/&amp;gt;
   &amp;lt;soapenv:Body&amp;gt;
      &amp;lt;aba:BusinessUserBundleMaintainRequest_sync&amp;gt;
         &amp;lt;BusinessUser actionCode="02"&amp;gt;
            &amp;lt;PersonID&amp;gt;9980000071&amp;lt;/PersonID&amp;gt;
            &amp;lt;User actionCode="02" roleListCompleteTransmissionIndicator="false"&amp;gt;
               &amp;lt;UserName&amp;gt;MURPHY&amp;lt;/UserName&amp;gt;
               &amp;lt;DateFormatCode&amp;gt;A&amp;lt;/DateFormatCode&amp;gt;
               &amp;lt;TimeZoneCode&amp;gt;UTC&amp;lt;/TimeZoneCode&amp;gt;
            &amp;lt;/User&amp;gt;
         &amp;lt;/BusinessUser&amp;gt;
      &amp;lt;/aba:BusinessUserBundleMaintainRequest_sync&amp;gt;
   &amp;lt;/soapenv:Body&amp;gt;
&amp;lt;/soapenv:Envelope&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Pls also check &lt;A href="https://help.sap.com/viewer/f1531d40f450474dbf95f0404cb62007/2005.500/en-US/640fb5fa26664a7486de073b1882405c.html"&gt;https://help.sap.com/viewer/f1531d40f450474dbf95f0404cb62007/2005.500/en-US/640fb5fa26664a7486de073b1882405c.html&lt;/A&gt; for possible values for DateFormatCode or actionCode values.&lt;/P&gt;&lt;P&gt; Once success fully updated then SOAP UI should give you a message: "&lt;EM&gt;Employee XXXXX successfully changed.&lt;/EM&gt;"(as attached)&lt;/P&gt;&lt;P&gt;&lt;A href="https://answers.sap.com/storage/attachments/1823459-soap-result.png"&gt;soap-result.png&lt;/A&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Saurabh&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jul 2020 21:31:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/crm-and-cx-q-a/sap-marketing-cloud-how-to-mass-update-the-business-user-attributes/qaa-p/12236639#M423530</guid>
      <dc:creator>former_member226</dc:creator>
      <dc:date>2020-07-01T21:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Marketing Cloud: How to Mass update the Business User attributes</title>
      <link>https://community.sap.com/t5/crm-and-cx-q-a/sap-marketing-cloud-how-to-mass-update-the-business-user-attributes/qaa-p/12236640#M423531</link>
      <description>&lt;P&gt;Thanks Tobias. It worked!!&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2020 06:37:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/crm-and-cx-q-a/sap-marketing-cloud-how-to-mass-update-the-business-user-attributes/qaa-p/12236640#M423531</guid>
      <dc:creator>former_member576423</dc:creator>
      <dc:date>2020-07-02T06:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Marketing Cloud: How to Mass update the Business User attributes</title>
      <link>https://community.sap.com/t5/crm-and-cx-q-a/sap-marketing-cloud-how-to-mass-update-the-business-user-attributes/qaa-p/12236641#M423532</link>
      <description>&lt;P&gt;Thanks Saurabh!!! All good..&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2020 06:37:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/crm-and-cx-q-a/sap-marketing-cloud-how-to-mass-update-the-business-user-attributes/qaa-p/12236641#M423532</guid>
      <dc:creator>former_member576423</dc:creator>
      <dc:date>2020-07-02T06:37:44Z</dc:date>
    </item>
  </channel>
</rss>

