<?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 GOS functionality not appearing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/gos-functionality-not-appearing/m-p/7004887#M1495819</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;I have a requirement where in I need to implement GOS functionality in a pop-up screen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if it is possible to implement GOS in a pop-up screen. I have tried the same but it isnu2019t appearing in the pop-up screen whereas it is appearing fine in a normal screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition, I was able to get the GOS icon but the different functionalities like List change documents, create note etc arenu2019t appearing.  Your guidance would be really helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the below piece of Code i'm able to get GOS icon but not functionalities upon clicking the icon&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CREATE OBJECT manager&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     io_container     =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     is_bc_object     =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        is_object        = obj&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     it_service_selection =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     io_callback      =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     ip_start_direct  = space&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     ip_no_instance   = space&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        ip_no_commit     = 'R'&lt;/P&gt;&lt;P&gt;        ip_mode          = 'W'&lt;/P&gt;&lt;P&gt;      EXCEPTIONS&lt;/P&gt;&lt;P&gt;        object_invalid   = 1&lt;/P&gt;&lt;P&gt;        callback_invalid = 2&lt;/P&gt;&lt;P&gt;        OTHERS           = 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess some problem with IP_MODE parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please guide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Asha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 May 2010 10:39:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-05-26T10:39:06Z</dc:date>
    <item>
      <title>GOS functionality not appearing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gos-functionality-not-appearing/m-p/7004887#M1495819</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;I have a requirement where in I need to implement GOS functionality in a pop-up screen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if it is possible to implement GOS in a pop-up screen. I have tried the same but it isnu2019t appearing in the pop-up screen whereas it is appearing fine in a normal screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition, I was able to get the GOS icon but the different functionalities like List change documents, create note etc arenu2019t appearing.  Your guidance would be really helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the below piece of Code i'm able to get GOS icon but not functionalities upon clicking the icon&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CREATE OBJECT manager&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     io_container     =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     is_bc_object     =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        is_object        = obj&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     it_service_selection =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     io_callback      =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     ip_start_direct  = space&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     ip_no_instance   = space&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        ip_no_commit     = 'R'&lt;/P&gt;&lt;P&gt;        ip_mode          = 'W'&lt;/P&gt;&lt;P&gt;      EXCEPTIONS&lt;/P&gt;&lt;P&gt;        object_invalid   = 1&lt;/P&gt;&lt;P&gt;        callback_invalid = 2&lt;/P&gt;&lt;P&gt;        OTHERS           = 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess some problem with IP_MODE parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please guide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Asha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 May 2010 10:39:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gos-functionality-not-appearing/m-p/7004887#M1495819</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-26T10:39:06Z</dc:date>
    </item>
    <item>
      <title>Re: GOS functionality not appearing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gos-functionality-not-appearing/m-p/7004888#M1495820</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;You are right I guess.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IP_MODE should be,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;'E'&lt;/STRONG&gt; for Change mode and &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;'D'&lt;/STRONG&gt; for Display mode.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 May 2010 13:12:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gos-functionality-not-appearing/m-p/7004888#M1495820</guid>
      <dc:creator>asik_shameem</dc:creator>
      <dc:date>2010-05-26T13:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: GOS functionality not appearing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gos-functionality-not-appearing/m-p/7004889#M1495821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i guess thats not the reason, I have tried with all options even 'W' which is for both.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i use the same piece of code( pasted above in the first post) with some other object type for which GOS functionality is working for some other tcode, its working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do we need to maintain any entry in any table with respect to this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 May 2010 14:32:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gos-functionality-not-appearing/m-p/7004889#M1495821</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-26T14:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: GOS functionality not appearing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gos-functionality-not-appearing/m-p/7004890#M1495822</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;I am not sure where you are going wrong. Check these links. [abap_blogspot|http://help-abap.blogspot.com/2009/02/generic-object-services-gos-toolbar.html], [SAP Help|http://help.sap.com/saphelp_46c/helpdata/en/94/aa532cddd511d289860000e8216438/content.htm]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 May 2010 09:58:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gos-functionality-not-appearing/m-p/7004890#M1495822</guid>
      <dc:creator>asik_shameem</dc:creator>
      <dc:date>2010-05-27T09:58:16Z</dc:date>
    </item>
  </channel>
</rss>

