<?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: SAP Query in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-query/m-p/3803552#M914798</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lijo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess it is not possible with SQ01/SQVI.&lt;/P&gt;&lt;P&gt;K.Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 May 2008 08:31:36 GMT</pubDate>
    <dc:creator>kiran_k8</dc:creator>
    <dc:date>2008-05-22T08:31:36Z</dc:date>
    <item>
      <title>SAP Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-query/m-p/3803551#M914797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to trigger one transaction from SAP Query. When clicking one column in an SAP Query - Output, I have to call a new transaction .Where can I write the Code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How? Please help me..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lijo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 08:25:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-query/m-p/3803551#M914797</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-22T08:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-query/m-p/3803552#M914798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lijo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess it is not possible with SQ01/SQVI.&lt;/P&gt;&lt;P&gt;K.Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 08:31:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-query/m-p/3803552#M914798</guid>
      <dc:creator>kiran_k8</dc:creator>
      <dc:date>2008-05-22T08:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-query/m-p/3803553#M914799</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 think in SQL it is not possible&lt;/P&gt;&lt;P&gt;but in normal repotds do like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Under the At line-selection &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call the transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the example...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select kunnr  name1 land1&lt;/P&gt;&lt;P&gt;       from kna1&lt;/P&gt;&lt;P&gt;       into table it_cust&lt;/P&gt;&lt;P&gt;       where kunnr in s_kunnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at it_cust into wa_cust.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   write:/ wa_cust-kunnr hotspot on,&lt;/P&gt;&lt;P&gt;           wa_cust-name1 hotspot on,&lt;/P&gt;&lt;P&gt;           wa_cust-land1 hotspot on.&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At line-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  if sy-lsind = 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      Call transaction 'TCODE'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Reward if Helpful&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 08:31:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-query/m-p/3803553#M914799</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-22T08:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-query/m-p/3803554#M914800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jagadish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     Where can I write the code for At-Line Selection in SAP Query. Could you please help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lijo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 08:35:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-query/m-p/3803554#M914800</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-22T08:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-query/m-p/3803555#M914801</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;The following is the way to change  queries,&lt;/P&gt;&lt;P&gt;If u r able to change it u can write the code there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Changing Queries&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Provided that you have the appropriate authorizations, you are able to process a query that has been created already.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Procedure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Proceed as follows to change an existing query:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the initial screen, choose a user group and type the query name. The query you specify must already exist in the user group. &lt;/P&gt;&lt;P&gt;Choose the Change function. &lt;/P&gt;&lt;P&gt;You are taken to the Title, Format screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Field Selection, Basic List, Statistics, and Ranked List series of screens, you make the changes that you require. &lt;/P&gt;&lt;P&gt;Additional Functions &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Status info&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Choose the Extras ® Status Info function, to find out who created the query or who last made changes to the query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more information see this link,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/b7/26ddebb1f311d295f40000e82de14a/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/b7/26ddebb1f311d295f40000e82de14a/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope ur problem will get solve.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jagadish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 08:41:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-query/m-p/3803555#M914801</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-22T08:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-query/m-p/3803556#M914802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After fetching all the data, you can write the AT line selection event for the action to take place when you select a line in the output list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;reward points if useful.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Khan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 08:43:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-query/m-p/3803556#M914802</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-22T08:43:06Z</dc:date>
    </item>
  </channel>
</rss>

