<?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 detect SAP client in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/detect-sap-client/m-p/6473681#M1417684</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear sirs, &lt;/P&gt;&lt;P&gt;I hope you can help me with this: I have few reports with output into MS Word using ABAP OLE. That works just fine with SAP GUI. The problem is the number of my users work with the web GUI. When using web GUI I cannot work with OLE (at least I think so, how could SAP establish a connection with word through the browser, right?).&lt;/P&gt;&lt;P&gt;I need to hide the "print it into Word" icons so the users don´t get the error every time they try in web GUI. Does anybody know how can I detect which SAP client/ frontend the users are working with? &lt;/P&gt;&lt;P&gt;Thank you all, reagrds, Otto&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Jan 2010 12:44:01 GMT</pubDate>
    <dc:creator>OttoGold</dc:creator>
    <dc:date>2010-01-07T12:44:01Z</dc:date>
    <item>
      <title>detect SAP client</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/detect-sap-client/m-p/6473681#M1417684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear sirs, &lt;/P&gt;&lt;P&gt;I hope you can help me with this: I have few reports with output into MS Word using ABAP OLE. That works just fine with SAP GUI. The problem is the number of my users work with the web GUI. When using web GUI I cannot work with OLE (at least I think so, how could SAP establish a connection with word through the browser, right?).&lt;/P&gt;&lt;P&gt;I need to hide the "print it into Word" icons so the users don´t get the error every time they try in web GUI. Does anybody know how can I detect which SAP client/ frontend the users are working with? &lt;/P&gt;&lt;P&gt;Thank you all, reagrds, Otto&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jan 2010 12:44:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/detect-sap-client/m-p/6473681#M1417684</guid>
      <dc:creator>OttoGold</dc:creator>
      <dc:date>2010-01-07T12:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: detect SAP client</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/detect-sap-client/m-p/6473682#M1417685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Otto,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can use the function module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

GUI_IS_ITS                     


&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we are using GUI, it will return nothing, else if we are using browser/ITS then it will return X.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit Mittal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jan 2010 12:48:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/detect-sap-client/m-p/6473682#M1417685</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-07T12:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: detect SAP client</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/detect-sap-client/m-p/6473683#M1417686</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;Try using these FMs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TH_DISPLAY_USER_LIST&lt;/P&gt;&lt;P&gt;TH_DISPLAY_SERVER_LIST&lt;/P&gt;&lt;P&gt;TH_REMOTE_USER_LIST&lt;/P&gt;&lt;P&gt;TH_SERVER_LIST&lt;/P&gt;&lt;P&gt;TH_SYSTEMWIDE_USER_LIST&lt;/P&gt;&lt;P&gt;TH_USER_LIST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR &lt;/P&gt;&lt;P&gt;RSPO_SERVER_GET_LIST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope these help&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aditya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jan 2010 13:02:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/detect-sap-client/m-p/6473683#M1417686</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-07T13:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: detect SAP client</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/detect-sap-client/m-p/6473684#M1417687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;heard about sy-mandt ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jan 2010 13:11:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/detect-sap-client/m-p/6473684#M1417687</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-07T13:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: detect SAP client</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/detect-sap-client/m-p/6473685#M1417688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Soumya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just for information. SY-MANDT we cannot use to detect. Bcos from wherever we login (either gui or browser or any other front-end), we will always have a MANDT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit Mittal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jan 2010 13:13:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/detect-sap-client/m-p/6473685#M1417688</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-07T13:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: detect SAP client</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/detect-sap-client/m-p/6473686#M1417689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Amit, thank you!! You´re 1) super fast 2) awesome!! &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;Your FM works of course. But... can you possibly explain:if I go into this FM I find another FM which I call with some HTML constant. There is a constant for OLE in the list as well. If I call the inner FM with OLE paramater, I would expect to get "FALSE" answer (because my problem with OLE appeared using web GUI). But I get "TRUE" what I though means "capable of XY" (capable of OLE). Why did I missinterpret this? Or what that doesn´t work:))&lt;/P&gt;&lt;P&gt;Thank you again, Otto&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jan 2010 13:33:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/detect-sap-client/m-p/6473686#M1417689</guid>
      <dc:creator>OttoGold</dc:creator>
      <dc:date>2010-01-07T13:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: detect SAP client</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/detect-sap-client/m-p/6473687#M1417690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure, but did you try calling from the browser or the gui itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we call using GUI itslelf, then return = 'X' is understandable,&lt;/P&gt;&lt;P&gt;but if this was done using browser, then no ideas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit Mittal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jan 2010 13:39:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/detect-sap-client/m-p/6473687#M1417690</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-07T13:39:39Z</dc:date>
    </item>
  </channel>
</rss>

