<?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: CALL FUNCTION 'WS_QUERY' in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-ws-query/m-p/2282311#M496962</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi expert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm getting error(dump) from WS_QUERY. I inherite program with GuiXt, when I call WS_QUERY, it's not able to give me back the platform name. It gives me bacht ndone = - 1 (unknown platform). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use a virtual pc(windows xp) to connect to the applicatioin server (HP machine on UNIX OS)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Jul 2011 22:10:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-07-05T22:10:40Z</dc:date>
    <item>
      <title>CALL FUNCTION 'WS_QUERY'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-ws-query/m-p/2282307#M496958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; what is the use of CALL FUNCTION 'WS_QUERY' can any one give in which situvation we ill use it and what probles we get in upgradation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2007 10:50:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-ws-query/m-p/2282307#M496958</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-24T10:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: CALL FUNCTION 'WS_QUERY'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-ws-query/m-p/2282308#M496959</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;WS_QUERY is already OBSOLETE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2007 10:52:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-ws-query/m-p/2282308#M496959</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-24T10:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: CALL FUNCTION 'WS_QUERY'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-ws-query/m-p/2282309#M496960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Queries the file parameters and environment variables on the presentation server ie to check whether the particular file or directory exist. The length or the existence of files can be determined. It Execute Query Functions on Presentation Server&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This module is obsolete. Use the appropriate module from the function group SFES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The appropriate function modules from funciton group SFES.&lt;/P&gt;&lt;P&gt;GUI_GET_DESKTOP_INFO&lt;/P&gt;&lt;P&gt;GUI_GET_FILE_INFO&lt;/P&gt;&lt;P&gt;GUI_EXEC&lt;/P&gt;&lt;P&gt;GUI_RUN etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Equivalent Function Module for WS_QUERY-File Exist in ABAP 4.7 is &lt;/P&gt;&lt;P&gt;CL_GUI_FRONTEND_SERVICES=&amp;gt;FILE_EXIST or WS_QUERY-Directory Exist is CL_GUI_FRONTEND_SERVICES=&amp;gt;DIRECTORY_EXIST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2007 10:55:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-ws-query/m-p/2282309#M496960</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-24T10:55:15Z</dc:date>
    </item>
    <item>
      <title>Re: CALL FUNCTION 'WS_QUERY'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-ws-query/m-p/2282310#M496961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This FM  Queries the file parameters and environment variables on the&lt;/P&gt;&lt;P&gt;presentation server. The length or the existence of files can be&lt;/P&gt;&lt;P&gt;determined.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this FM is obsolete&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use the FMs as specified by vinay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2007 11:22:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-ws-query/m-p/2282310#M496961</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-24T11:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: CALL FUNCTION 'WS_QUERY'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-ws-query/m-p/2282311#M496962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi expert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm getting error(dump) from WS_QUERY. I inherite program with GuiXt, when I call WS_QUERY, it's not able to give me back the platform name. It gives me bacht ndone = - 1 (unknown platform). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use a virtual pc(windows xp) to connect to the applicatioin server (HP machine on UNIX OS)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2011 22:10:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-function-ws-query/m-p/2282311#M496962</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-05T22:10:40Z</dc:date>
    </item>
  </channel>
</rss>

