<?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 T-Code for Query in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-for-query/m-p/2530393#M573697</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Experts,&lt;/P&gt;&lt;P&gt;My function guy made a Query in SQVI. Now he want to made aT-Code for that query. I tried but didnt find the programm name for that query. so that I can make T-Code. Pl zhelp me .....urgent.&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, 19 Jul 2007 06:30:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-19T06:30:22Z</dc:date>
    <item>
      <title>T-Code for Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-for-query/m-p/2530393#M573697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Experts,&lt;/P&gt;&lt;P&gt;My function guy made a Query in SQVI. Now he want to made aT-Code for that query. I tried but didnt find the programm name for that query. so that I can make T-Code. Pl zhelp me .....urgent.&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, 19 Jul 2007 06:30:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-for-query/m-p/2530393#M573697</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-19T06:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: T-Code for Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-for-query/m-p/2530394#M573698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Refer SAP note 393160 explains how to call query via ABAP program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~ Check this too -&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;Go to se93 and select the create button. You will then be asked to writed down the tcode of your choice then create a short text for that tcode. Select the 2nd option button w/c is the "Program and Selection Screen (report transaction)." Press enter. Then key in the program name and the variant you saved in the program. When transporting to Prod, Save the variant there as well. If you placed "DEFAULT" in the creation of tcode, you should also save "DEFAULT" variant in production&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all helpful replies.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2007 06:33:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-for-query/m-p/2530394#M573698</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2007-07-19T06:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: T-Code for Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-for-query/m-p/2530395#M573699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;No need to use small report&lt;/P&gt;&lt;P&gt;No need to use generated program name (it really can change)&lt;/P&gt;&lt;P&gt;Just create a parameter transaction with reference to START_REPORT transaction. When creating a parameter transaction you have to set the following parameters:&lt;/P&gt;&lt;P&gt;D_SREPOVARI-REPORTTYPE = AQ&lt;/P&gt;&lt;P&gt;D_SREPOVARI-REPORT = precisely the first 12 characters - query user group (including trailing spaces), 13-th character is G for global queries&lt;/P&gt;&lt;P&gt;D_SREPOVARI-EXTDREPORT = Query name as shown in SQ01.&lt;/P&gt;&lt;P&gt;That's it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well, and do not forget to check the flag "Skip first screen".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To all others interested: just try to add some SAP query into a role via PFCG, then run it, and then via System -&amp;gt; Status look into the definition of the transaction generated, and you'll see the answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1622155"&gt;&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points for useful Answers&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2007 06:34:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-for-query/m-p/2530395#M573699</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-19T06:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: T-Code for Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-for-query/m-p/2530396#M573700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Goto transaction SE93.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give some name and then press CREATE. &lt;/P&gt;&lt;P&gt;A dialog box appears. &lt;/P&gt;&lt;P&gt;Press the radio button of your choice. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then assign the Object name to which you want to assign the transaction. &lt;/P&gt;&lt;P&gt;&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;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2007 06:38:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-for-query/m-p/2530396#M573700</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-19T06:38:40Z</dc:date>
    </item>
  </channel>
</rss>

