<?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 Function Module : TH_LONG_USR_INFO . in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-th-long-usr-info/m-p/2120990#M444518</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 working on one of the requirement where I am using the Function Module,TH_LONG_USR_INFO, but some requirement I am not able to complete with this Function Module,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly let me know if any knows the alternate Function Module for TH_LONG_USR_INFO which includes all the Import / Export Parameters alongwith some additional.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your inputs are appreciated in this regard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Prasad Ganegaonkar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Apr 2007 14:48:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-11T14:48:22Z</dc:date>
    <item>
      <title>Function Module : TH_LONG_USR_INFO .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-th-long-usr-info/m-p/2120990#M444518</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 working on one of the requirement where I am using the Function Module,TH_LONG_USR_INFO, but some requirement I am not able to complete with this Function Module,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly let me know if any knows the alternate Function Module for TH_LONG_USR_INFO which includes all the Import / Export Parameters alongwith some additional.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your inputs are appreciated in this regard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Prasad Ganegaonkar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2007 14:48:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-th-long-usr-info/m-p/2120990#M444518</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-11T14:48:22Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module : TH_LONG_USR_INFO .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-th-long-usr-info/m-p/2120991#M444519</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 can use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
DATA: GUITYPE TYPE I VALUE 5,
      GUIRETURN(20).

CALL FUNCTION 'GUI_GET_DESKTOP_INFO'
  EXPORTING
    TYPE          = GUITYPE
  CHANGING
    RETURN        = GUIRETURN.

WRITE:/ GUIRETURN. 

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&lt;/P&gt;&lt;P&gt;This function is platform-specific and should therefore be used with care.&lt;/P&gt;&lt;P&gt;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or try to use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fm TERMINAL_ID_GET or fm TH_USER_INFO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aRs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2007 15:02:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-th-long-usr-info/m-p/2120991#M444519</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2007-04-11T15:02:09Z</dc:date>
    </item>
  </channel>
</rss>

