<?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: Transfer attachment between two SAP in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-attachment-between-two-sap/m-p/7876986#M1594350</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Melissa,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess your GOS attachments are stored in a content repository (by default it's not), and you want to move them to another content repository.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is called "relocation", and explained here : &lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/ae/ba9f3879b9bb42938c5bad14587648/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/ae/ba9f3879b9bb42938c5bad14587648/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do it as a whole, or partially with a program you can customize (see SAP notes indicated in the doc above)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Sandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Apr 2011 12:42:43 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2011-04-21T12:42:43Z</dc:date>
    <item>
      <title>Transfer attachment between two SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-attachment-between-two-sap/m-p/7876982#M1594346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good aftenoon, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we want to transfer phisically attachments between two SAP using GOS functionalities.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible? Can Someone help me to understand how manage these files?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Melissa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2011 14:13:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-attachment-between-two-sap/m-p/7876982#M1594346</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-20T14:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer attachment between two SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-attachment-between-two-sap/m-p/7876983#M1594347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;GOS attachments are not stored as the files but rather as some sort of raw data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A while ago I worked on an ABAP function module that received the PDF attachment data in internal table (TABLES) and built a GOS attachment to a travel document in SAP. This FM was exposed as a web service to an external (non-SAP) system. The same way would work for another SAP system, I believe.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There might be some better options (Document Management?), this is just from the top of my head.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My code was based on a well-known SDN blog for GOS attachments, just Google it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2011 17:58:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-attachment-between-two-sap/m-p/7876983#M1594347</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2011-04-20T17:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer attachment between two SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-attachment-between-two-sap/m-p/7876984#M1594348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jelena,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you indicate me the link where I can find informations?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Melissa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2011 10:44:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-attachment-between-two-sap/m-p/7876984#M1594348</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-21T10:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer attachment between two SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-attachment-between-two-sap/m-p/7876985#M1594349</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;Check this one:&lt;/P&gt;&lt;P&gt;/people/rammanohar.tiwari/blog/2005/10/10/generic-object-services-gos--in-background&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ernesto.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2011 11:49:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-attachment-between-two-sap/m-p/7876985#M1594349</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-21T11:49:27Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer attachment between two SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-attachment-between-two-sap/m-p/7876986#M1594350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Melissa,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess your GOS attachments are stored in a content repository (by default it's not), and you want to move them to another content repository.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is called "relocation", and explained here : &lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/ae/ba9f3879b9bb42938c5bad14587648/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/ae/ba9f3879b9bb42938c5bad14587648/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do it as a whole, or partially with a program you can customize (see SAP notes indicated in the doc above)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Sandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2011 12:42:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-attachment-between-two-sap/m-p/7876986#M1594350</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2011-04-21T12:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer attachment between two SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-attachment-between-two-sap/m-p/7876987#M1594351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Ernesto - this was the blog that I was mentioning.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interesting point by Sandra. I was under the impression from the original post that the transfer meant to be performed regularly (i.e. something like an interface), but I might be wrong. Live and learn...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2011 20:41:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transfer-attachment-between-two-sap/m-p/7876987#M1594351</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2011-04-21T20:41:51Z</dc:date>
    </item>
  </channel>
</rss>

