<?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: CL_GUI_TOOLBAR in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-toolbar/m-p/904932#M55919</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;from SWO1 enter the object and click display, which will display a tree and one of the nodes is &amp;lt;i&amp;gt;&amp;lt;b&amp;gt;Key Fields&amp;lt;/b&amp;gt;&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example BO BUS1001 the key field is material.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;other means of getting the document.&lt;/P&gt;&lt;P&gt;Transaction OAOR&lt;/P&gt;&lt;P&gt;Enter the class name and class type as 'BO' and then the object key value .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Feb 2005 13:01:12 GMT</pubDate>
    <dc:creator>athavanraja</dc:creator>
    <dc:date>2005-02-28T13:01:12Z</dc:date>
    <item>
      <title>CL_GUI_TOOLBAR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-toolbar/m-p/904928#M55915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can we achieve the functionality of the cl_gui_toolbar exactly like we have it in &amp;lt;b&amp;gt;ME23N&amp;lt;/b&amp;gt; under the heading &amp;lt;i&amp;gt;Services for Object&amp;lt;/i&amp;gt; How can we get a toolbar attached on the title bar of the SAP application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shekhar kulkarni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Feb 2005 11:23:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-toolbar/m-p/904928#M55915</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-02-28T11:23:45Z</dc:date>
    </item>
    <item>
      <title>Re: CL_GUI_TOOLBAR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-toolbar/m-p/904929#M55916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can add the GOS icon on the title bar with the following code,  you must use a object type and key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

REPORT ZRICH_0001 .


parameters: p_check type c.


at selection-screen output.

  CALL FUNCTION 'SWU_OBJECT_PUBLISH'
    EXPORTING
      objtype                 = 'BUS2038'
      objkey                  = '000010004288'
*     CREATOR                 = ' '
*     METHOD                  = ' '
*   TABLES
*     CONTAINER               =
   EXCEPTIONS
     OBJTYPE_NOT_FOUND       = 1
     OTHERS                  = 2.


start-of-selection.



&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Feb 2005 11:26:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-toolbar/m-p/904929#M55916</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-02-28T11:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: CL_GUI_TOOLBAR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-toolbar/m-p/904930#M55917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Shekhar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure if it is going to be all that easy to have your buttons on the &amp;lt;i&amp;gt;title bar&amp;lt;/i&amp;gt; of an SAP screen. The object services is a different concept altogether.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the thread &lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="22131"&gt;&lt;/A&gt; has a related discussion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand Mandalika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Feb 2005 11:28:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-toolbar/m-p/904930#M55917</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-02-28T11:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: CL_GUI_TOOLBAR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-toolbar/m-p/904931#M55918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes it does work Rich. However one thing i wanted to know is from SWO1 we can find the object what about the key. From where do we get the key. Another thing I wanted to know is if i store a document where does get stored. How do i access it by other means or transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shekhar Kulkarni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Feb 2005 12:54:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-toolbar/m-p/904931#M55918</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-02-28T12:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: CL_GUI_TOOLBAR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-toolbar/m-p/904932#M55919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;from SWO1 enter the object and click display, which will display a tree and one of the nodes is &amp;lt;i&amp;gt;&amp;lt;b&amp;gt;Key Fields&amp;lt;/b&amp;gt;&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example BO BUS1001 the key field is material.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;other means of getting the document.&lt;/P&gt;&lt;P&gt;Transaction OAOR&lt;/P&gt;&lt;P&gt;Enter the class name and class type as 'BO' and then the object key value .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Feb 2005 13:01:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-toolbar/m-p/904932#M55919</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2005-02-28T13:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: CL_GUI_TOOLBAR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-toolbar/m-p/904933#M55920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, in this case, the key is a maintenance order number.  Eash business object would have its own "key".  &lt;/P&gt;&lt;P&gt;For example,  BUS1001 - Material,  chances are that the key would be material number.  I do not know where to look to be sure.   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you store a document, it gets uploaded into SAP.  Don't know the exact tables where the binary code exists.  I believe that you can access them via FMs  and the classes which start with CL_GOS*.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Feb 2005 13:08:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-toolbar/m-p/904933#M55920</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-02-28T13:08:41Z</dc:date>
    </item>
  </channel>
</rss>

