<?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: GOS Link in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/gos-link/m-p/5367370#M1234932</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naimesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is not working for me. The internal table t_links is blank for me. Please advice, can I do something else to see if its working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see the attachment in MIRO. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; gs_lpor-instid = '57000250912009'.&lt;/P&gt;&lt;P&gt;  gs_lpor-typeid = 'BUS2081'.&lt;/P&gt;&lt;P&gt;  gs_lpor-catid  = 'BO'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  la_relat-sign = 'I'.&lt;/P&gt;&lt;P&gt;  la_relat-option = 'EQ'.&lt;/P&gt;&lt;P&gt;  la_relat-low = 'ATTA'.&lt;/P&gt;&lt;P&gt;  APPEND la_relat TO lt_relat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      CALL METHOD cl_binary_relation=&amp;gt;read_links&lt;/P&gt;&lt;P&gt;        EXPORTING&lt;/P&gt;&lt;P&gt;          is_object           = gs_lpor&lt;/P&gt;&lt;P&gt;          it_relation_options = lt_relat&lt;/P&gt;&lt;P&gt;        IMPORTING&lt;/P&gt;&lt;P&gt;          et_links            = t_links.&lt;/P&gt;&lt;P&gt;    CATCH cx_root INTO lo_root.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Apr 2009 14:10:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-04-08T14:10:35Z</dc:date>
    <item>
      <title>GOS Link</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gos-link/m-p/5367367#M1234929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to this area of SAP. I have a custom report which lists all PO status the PO has. It displays GR and IR data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My client now wants additional column in the output of the report. This column should have an icon which when clicked should link to vendor invoice (attached to MIRO and Accountings doc's). &lt;/P&gt;&lt;P&gt;This Vendor Invoice is saved as attachment. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The transaction OAAD and then click on Technical Search push button, I have all documents stored in the archive link. If I double click on the Invoice number which is stored under column SAP Object ID, it opens up Vendor Invoice with Java Viewer or Live Link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I achieve this in my custom program. Please guide me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2009 16:13:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gos-link/m-p/5367367#M1234929</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-03T16:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: GOS Link</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gos-link/m-p/5367368#M1234930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can method READ_LINKS of the Class CL_BINARY_RELATION to get all the attachements which are attached to GOS of the Incoming invoice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this: [Generic Object Services (GOS) Toolbar : Get Attachements |http://help-abap.blogspot.com/2009/02/generic-object-services-gos-toolbar_03.html].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to have the Business object and key where the Attachement was attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2009 20:08:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gos-link/m-p/5367368#M1234930</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2009-04-03T20:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: GOS Link</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gos-link/m-p/5367369#M1234931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Naimesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Apr 2009 15:44:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gos-link/m-p/5367369#M1234931</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-05T15:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: GOS Link</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gos-link/m-p/5367370#M1234932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naimesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is not working for me. The internal table t_links is blank for me. Please advice, can I do something else to see if its working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see the attachment in MIRO. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; gs_lpor-instid = '57000250912009'.&lt;/P&gt;&lt;P&gt;  gs_lpor-typeid = 'BUS2081'.&lt;/P&gt;&lt;P&gt;  gs_lpor-catid  = 'BO'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  la_relat-sign = 'I'.&lt;/P&gt;&lt;P&gt;  la_relat-option = 'EQ'.&lt;/P&gt;&lt;P&gt;  la_relat-low = 'ATTA'.&lt;/P&gt;&lt;P&gt;  APPEND la_relat TO lt_relat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      CALL METHOD cl_binary_relation=&amp;gt;read_links&lt;/P&gt;&lt;P&gt;        EXPORTING&lt;/P&gt;&lt;P&gt;          is_object           = gs_lpor&lt;/P&gt;&lt;P&gt;          it_relation_options = lt_relat&lt;/P&gt;&lt;P&gt;        IMPORTING&lt;/P&gt;&lt;P&gt;          et_links            = t_links.&lt;/P&gt;&lt;P&gt;    CATCH cx_root INTO lo_root.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2009 14:10:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gos-link/m-p/5367370#M1234932</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-08T14:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: GOS Link</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gos-link/m-p/5367371#M1234933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naimesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I digged into and found that the database table SRGBTBREL does not hold the document I am looking for. I used FM ARCHIV_GET_CONNECTIONS to get the connections. It return me archived documents. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a place I can find this information. Why isn't SRGBTBREL populated with GOS Releationship?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advise.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2009 15:02:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gos-link/m-p/5367371#M1234933</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-08T15:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: GOS Link</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gos-link/m-p/5367372#M1234934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No idea why it is not updating table SRGBTBREL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;READ_LINK should be able to read all the connections. It is uses the method READ_LINKS_BY_REF which intrun calls the FM SOBL_ARCHIVE_READ_LINKS_INTERN to read the archive links. I don't have archive settings set up in my system so, I am not able to dig it up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Naimesh Patel on Apr 8, 2009 10:14 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2009 15:12:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gos-link/m-p/5367372#M1234934</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2009-04-08T15:12:52Z</dc:date>
    </item>
  </channel>
</rss>

