<?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: Send customer to ERP in SCCO in CRM and CX Q&amp;A</title>
    <link>https://community.sap.com/t5/crm-and-cx-q-a/send-customer-to-erp-in-scco/qaa-p/12377674#M430132</link>
    <description>&lt;P&gt;Hello  &lt;SPAN class="mention-scrubbed"&gt;kfrick&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;great answer! Just what I'm look for!&lt;/P&gt;&lt;P&gt;I don't have any form creation yet because I was testing the customer creation within the code.&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;</description>
    <pubDate>Wed, 14 Apr 2021 13:38:09 GMT</pubDate>
    <dc:creator>RicardoRenteria</dc:creator>
    <dc:date>2021-04-14T13:38:09Z</dc:date>
    <item>
      <title>Send customer to ERP in SCCO</title>
      <link>https://community.sap.com/t5/crm-and-cx-q-a/send-customer-to-erp-in-scco/qaq-p/12377670</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;
  &lt;P&gt;I have a piece of code that creates a customer in SCCO quick service mode. What should I do to sent that customer to SAP B1? Which is the function/method to start sync this object? (This is because I'm analyzing the posibility to create a form for customer creation, since the standard form can't be modified to get additional data).&lt;/P&gt;
  &lt;P&gt;Attached you will find the piece of code.&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1901755-0cuma.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Mar 2021 23:03:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/crm-and-cx-q-a/send-customer-to-erp-in-scco/qaq-p/12377670</guid>
      <dc:creator>RicardoRenteria</dc:creator>
      <dc:date>2021-03-11T23:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: Send customer to ERP in SCCO</title>
      <link>https://community.sap.com/t5/crm-and-cx-q-a/send-customer-to-erp-in-scco/qaa-p/12377671#M430129</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;can anyone share some thoughts about this topic?&lt;/P&gt;</description>
      <pubDate>Thu, 25 Mar 2021 14:56:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/crm-and-cx-q-a/send-customer-to-erp-in-scco/qaa-p/12377671#M430129</guid>
      <dc:creator>RicardoRenteria</dc:creator>
      <dc:date>2021-03-25T14:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: Send customer to ERP in SCCO</title>
      <link>https://community.sap.com/t5/crm-and-cx-q-a/send-customer-to-erp-in-scco/qaa-p/12377672#M430130</link>
      <description>&lt;P&gt;Hi &lt;SPAN class="mention-scrubbed"&gt;rzieschang&lt;/SPAN&gt; Do you have some solution for this, isn´t it?&lt;/P&gt;&lt;P&gt;Give me a hand.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Apr 2021 15:26:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/crm-and-cx-q-a/send-customer-to-erp-in-scco/qaa-p/12377672#M430130</guid>
      <dc:creator>RicardoRenteria</dc:creator>
      <dc:date>2021-04-06T15:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: Send customer to ERP in SCCO</title>
      <link>https://community.sap.com/t5/crm-and-cx-q-a/send-customer-to-erp-in-scco/qaa-p/12377673#M430131</link>
      <description>&lt;P&gt;Hello &lt;SPAN class="mention-scrubbed"&gt;ricardo.renteria2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I will have the same issue in some time, so I tried to find a solution for your question. Adding the following lines worked for me with FP10.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;BusinessPartnerErpService bpErpService = ServiceFactory.INSTANCE.getOrCreateServiceInstance(BusinessPartnerErpService.class, cdbSession);

bpErpService.sendToBackend(bp);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Please let me know if that worked for you. And it might be nice, if you could share your client creation form....&lt;/P&gt;&lt;P&gt;Best Regards&lt;BR /&gt;Klaus&lt;/P&gt;</description>
      <pubDate>Mon, 12 Apr 2021 12:58:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/crm-and-cx-q-a/send-customer-to-erp-in-scco/qaa-p/12377673#M430131</guid>
      <dc:creator>Klaus_Frick</dc:creator>
      <dc:date>2021-04-12T12:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: Send customer to ERP in SCCO</title>
      <link>https://community.sap.com/t5/crm-and-cx-q-a/send-customer-to-erp-in-scco/qaa-p/12377674#M430132</link>
      <description>&lt;P&gt;Hello  &lt;SPAN class="mention-scrubbed"&gt;kfrick&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;great answer! Just what I'm look for!&lt;/P&gt;&lt;P&gt;I don't have any form creation yet because I was testing the customer creation within the code.&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Apr 2021 13:38:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/crm-and-cx-q-a/send-customer-to-erp-in-scco/qaa-p/12377674#M430132</guid>
      <dc:creator>RicardoRenteria</dc:creator>
      <dc:date>2021-04-14T13:38:09Z</dc:date>
    </item>
  </channel>
</rss>

