<?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: Activating General object services in module pool in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/activating-general-object-services-in-module-pool/m-p/8586611#M1661244</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MY program is calling different T-codes and I want to attach gos to these codes so help me in attaching gos .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Feb 2012 03:59:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-02-22T03:59:00Z</dc:date>
    <item>
      <title>Activating General object services in module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/activating-general-object-services-in-module-pool/m-p/8586608#M1661241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Abap team,&lt;/P&gt;&lt;P&gt;I have used the following logic for adding gos toolbar in my program: DATA: lo_manager  TYPE REF TO cl_gos_manager,&lt;/P&gt;&lt;P&gt;      la_obj      TYPE borident.&lt;/P&gt;&lt;P&gt;  la_obj-objtype = 'TSTCT'.&lt;/P&gt;&lt;P&gt;  la_obj-objkey  = 'ZPMLOG'.&lt;/P&gt;&lt;P&gt;  CREATE OBJECT lo_manager&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;      is_object    = la_obj&lt;/P&gt;&lt;P&gt;      ip_no_commit = 'R' "space&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      OTHERS = 1.&lt;/P&gt;&lt;P&gt;  CALL METHOD lo_manager-&amp;gt;set_rw_mode&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      ip_mode = 'E' .&lt;/P&gt;&lt;P&gt;**This code adds the Gos toolbar in my program but while using it there is a message that the service 'Create Attachment ' is not available. *&lt;STRONG&gt;GOS_MULT_PUBLISH&lt;/STRONG&gt;* I am trying to use this badi can you help with the logic.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2012 04:05:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/activating-general-object-services-in-module-pool/m-p/8586608#M1661241</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-21T04:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: Activating General object services in module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/activating-general-object-services-in-module-pool/m-p/8586609#M1661242</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 programs below. They'll help you to understand the functionality.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;GOS_SERV_TOOLS_TEST    
GOS_SERVICE_TEST                    
GOS_TOOLBOX_TEST&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2012 08:07:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/activating-general-object-services-in-module-pool/m-p/8586609#M1661242</guid>
      <dc:creator>huseyindereli</dc:creator>
      <dc:date>2012-02-21T08:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: Activating General object services in module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/activating-general-object-services-in-module-pool/m-p/8586610#M1661243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess you are trying to activate the GOS on the Custom Transaction ZPMLOG. And you are using TSTCT as the object for that. This is incorrect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GOS can be attached to Business Object. LA_OBJ-OBJTYPE should be a Business object defined in the SWO1. Lets say your transaction code is to add the GOS on the Sales Order, you need to pass the Object Type as BUS2032 and Object Key as the Sales Order #.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check a sample code snippet available at:  [Generic Object Services (GOS) Toolbar Part 3 : Add toolbar in Custom Program|http://help-abap.zevolving.com/2009/02/generic-object-services-gos-toolbar-part-3-add-toolbar-in-custom-program/]&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>Tue, 21 Feb 2012 14:42:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/activating-general-object-services-in-module-pool/m-p/8586610#M1661243</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2012-02-21T14:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: Activating General object services in module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/activating-general-object-services-in-module-pool/m-p/8586611#M1661244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MY program is calling different T-codes and I want to attach gos to these codes so help me in attaching gos .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 03:59:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/activating-general-object-services-in-module-pool/m-p/8586611#M1661244</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-22T03:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: Activating General object services in module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/activating-general-object-services-in-module-pool/m-p/8586612#M1661245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;TCodes are not business Objects. Unless you make them as Business Object, you can attach GOS to them.&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>Wed, 22 Feb 2012 14:45:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/activating-general-object-services-in-module-pool/m-p/8586612#M1661245</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2012-02-22T14:45:26Z</dc:date>
    </item>
  </channel>
</rss>

