<?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: Upload attachments in multi origin in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-attachments-in-multi-origin/m-p/836757#M43888</link>
    <description>&lt;P&gt;You can comment on the original answer.&lt;/P&gt;&lt;P&gt;Can you check why the csrf token error is coming. Ideally if we test from the sap system, it shouldn't come.&lt;/P&gt;</description>
    <pubDate>Tue, 22 Jan 2019 07:50:03 GMT</pubDate>
    <dc:creator>maheshpalavalli</dc:creator>
    <dc:date>2019-01-22T07:50:03Z</dc:date>
    <item>
      <title>Upload attachments in multi origin</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-attachments-in-multi-origin/m-p/836750#M43881</link>
      <description>&lt;P&gt;we have two backend systems A and B.irrespective of the system alias it is always calling the A system.I have created the upload document logic in createstream and I have created a entity named attachment.is any other addition thing I have to add from backend for multi origin?&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jan 2019 16:44:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-attachments-in-multi-origin/m-p/836750#M43881</guid>
      <dc:creator>former_member502164</dc:creator>
      <dc:date>2019-01-21T16:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: Upload attachments in multi origin</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-attachments-in-multi-origin/m-p/836751#M43882</link>
      <description>&lt;P&gt;The new back-end is arrived a bit late for me and I've managed that in the gateway.&lt;/P&gt;&lt;P&gt;I suppose you have to define on which erp you want to assign your file. There's a topic on that&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.sap.com/doc/saphelp_nw751abap/7.51.0/en-US/52/1ad57a1bfd47f0b0c1f02d0a8acfba/content.htm?no_cache=true" target="test_blank"&gt;https://help.sap.com/doc/saphelp_nw751abap/7.51.0/en-US/52/1ad57a1bfd47f0b0c1f02d0a8acfba/content.htm?no_cache=true&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You have perhaps to extend and add the erp (as SLUG information)&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jan 2019 17:02:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-attachments-in-multi-origin/m-p/836751#M43882</guid>
      <dc:creator>chris_SAP</dc:creator>
      <dc:date>2019-01-21T17:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: Upload attachments in multi origin</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-attachments-in-multi-origin/m-p/836752#M43883</link>
      <description>&lt;P&gt;Hi &lt;A href="https://answers.sap.com/users/492096/senkarthee.html"&gt;Karthik S&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;You need to pass the "SAP__Origin" with the alias name. Check the blogs below for more details:&lt;/P&gt;&lt;P&gt;&lt;A href="https://blogs.sap.com/2014/07/11/getting-data-from-2-erp-systems-using-multi-origin/" target="test_blank"&gt;https://blogs.sap.com/2014/07/11/getting-data-from-2-erp-systems-using-multi-origin/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://blogs.sap.com/2015/01/29/support-of-multiple-backend-systems-how-to-use-multi-origin-composition-and-routing/" target="test_blank"&gt;https://blogs.sap.com/2015/01/29/support-of-multiple-backend-systems-how-to-use-multi-origin-composition-and-routing/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;BR,&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jan 2019 17:02:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-attachments-in-multi-origin/m-p/836752#M43883</guid>
      <dc:creator>maheshpalavalli</dc:creator>
      <dc:date>2019-01-21T17:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: Upload attachments in multi origin</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-attachments-in-multi-origin/m-p/836753#M43884</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;                jQuery.sap.declare("ODataFileUploader");
                jQuery.sap.require("sap.ui.commons.FileUploader");
                sap.ui.commons.FileUploader.extend("ODataFileUploader", {
                metadata : {
                    properties : {
                    "modelName" : "string",
                    "slug"    : "string"
                }

&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 21 Jan 2019 17:03:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-attachments-in-multi-origin/m-p/836753#M43884</guid>
      <dc:creator>chris_SAP</dc:creator>
      <dc:date>2019-01-21T17:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: Upload attachments in multi origin</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-attachments-in-multi-origin/m-p/836754#M43885</link>
      <description>&lt;P&gt;Thanks Christophe and Mahesh for the response.&lt;/P&gt;&lt;P&gt;Actually in Gateway we are maintaining the system alias for both A(Default system) and B system. Front End Developer also passing the respective system alias as part of the URL. Even then also it is calling the same A system i.e default system. I have no knowledge about front end.From back end side, Do we need to add anything redefine/add any methods apart from create stream or i am missing anything from back end for multi origin concept.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Karthik S&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jan 2019 05:14:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-attachments-in-multi-origin/m-p/836754#M43885</guid>
      <dc:creator>former_member502164</dc:creator>
      <dc:date>2019-01-22T05:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: Upload attachments in multi origin</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-attachments-in-multi-origin/m-p/836755#M43886</link>
      <description>&lt;P&gt;Did you try passing the "SAP__Origin" with the system alias and test it in the "/IWFND/GW_CLIENT" ?&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jan 2019 05:25:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-attachments-in-multi-origin/m-p/836755#M43886</guid>
      <dc:creator>maheshpalavalli</dc:creator>
      <dc:date>2019-01-22T05:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: Upload attachments in multi origin</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-attachments-in-multi-origin/m-p/836756#M43887</link>
      <description>&lt;P&gt;Hi Mahesh,&lt;/P&gt;&lt;P&gt;From gateway i was trying with mo origin it is asking for CSRF token, so i requested front end guys to give the URL based on the entity set and slug parameters. Attached the execution screenshot from /IWFND/GW_CLIENT. &lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/266361-gateway-err.png" /&gt;&lt;/P&gt;&lt;P&gt;if you have already tried with multi origin, can you please provide the url to check.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Karthik S&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jan 2019 07:41:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-attachments-in-multi-origin/m-p/836756#M43887</guid>
      <dc:creator>former_member502164</dc:creator>
      <dc:date>2019-01-22T07:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: Upload attachments in multi origin</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-attachments-in-multi-origin/m-p/836757#M43888</link>
      <description>&lt;P&gt;You can comment on the original answer.&lt;/P&gt;&lt;P&gt;Can you check why the csrf token error is coming. Ideally if we test from the sap system, it shouldn't come.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jan 2019 07:50:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-attachments-in-multi-origin/m-p/836757#M43888</guid>
      <dc:creator>maheshpalavalli</dc:creator>
      <dc:date>2019-01-22T07:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: Upload attachments in multi origin</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upload-attachments-in-multi-origin/m-p/836758#M43889</link>
      <description>&lt;P&gt;You can also check the core_samples to see how sap is passing the data.&lt;/P&gt;&lt;P&gt;You can check the blog by  &lt;SPAN class="mention-scrubbed"&gt;andre.fischer&lt;/SPAN&gt;  for core samples. Maybe he can help you as well with this issue.&lt;/P&gt;&lt;P&gt;&lt;A href="https://blogs.sap.com/2013/06/21/demo-test-cases/" target="test_blank"&gt;https://blogs.sap.com/2013/06/21/demo-test-cases/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jan 2019 07:58:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upload-attachments-in-multi-origin/m-p/836758#M43889</guid>
      <dc:creator>maheshpalavalli</dc:creator>
      <dc:date>2019-01-22T07:58:02Z</dc:date>
    </item>
  </channel>
</rss>

