<?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: How to make t-code from queary in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-make-t-code-from-queary/m-p/3795489#M912910</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;Use the following steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Open T-code SQ01.&lt;/P&gt;&lt;P&gt;2. Select the Query which one you want to create the T-CODE.&lt;/P&gt;&lt;P&gt;3. Just execute the query (Press F8).&lt;/P&gt;&lt;P&gt;4. Open another session and execute T-code SE38.&lt;/P&gt;&lt;P&gt;5. In the program name, you can see like "AQLxxx=========ZROLxxx======="&lt;/P&gt;&lt;P&gt;6. SAP automatically create the program for that query.&lt;/P&gt;&lt;P&gt;7. Then you assign the T-Code using SE93.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if it is useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 May 2008 06:56:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-22T06:56:27Z</dc:date>
    <item>
      <title>How to make t-code from queary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-make-t-code-from-queary/m-p/3795484#M912905</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; Can u tell me how to make t-code from the queary...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz... Help me by giving step by step Procedure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Jignesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 06:40:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-make-t-code-from-queary/m-p/3795484#M912905</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-22T06:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to make t-code from queary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-make-t-code-from-queary/m-p/3795485#M912906</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;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;Refer This:&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="3801728"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shiva Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 06:46:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-make-t-code-from-queary/m-p/3795485#M912906</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-22T06:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to make t-code from queary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-make-t-code-from-queary/m-p/3795486#M912907</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;just follow these steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;whnevr u create a query a program will be generated internally.so whn u execute ur query ,in menu goto system - status and find the oprogram nam ganerated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now goto se93 , give som znam and select radiobutton report transaction (2nd one) thn give tht program nam there n check down the boxes down n  save .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now u can run ur query directly using tht tcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if hlpful,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 06:50:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-make-t-code-from-queary/m-p/3795486#M912907</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2008-05-22T06:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to make t-code from queary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-make-t-code-from-queary/m-p/3795487#M912908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;goto SE93&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;enter a tcode starting with Y or Z&lt;/P&gt;&lt;P&gt;Then in Transaction Field enter START_REPORT &lt;/P&gt;&lt;P&gt;then in the bottom table control &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Name of screen field                       Value&lt;/P&gt;&lt;P&gt;D_SREPOVARI-REPORTTYPE       AQ&lt;/P&gt;&lt;P&gt;D_SREPOVARI-REPORT               NAME_OF_GROUP&lt;/P&gt;&lt;P&gt;D_SREPOVARI-EXTD_REPORT     NAME_OF_QUERY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then save&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select &lt;STRONG&gt;skip initail screen&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 06:52:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-make-t-code-from-queary/m-p/3795487#M912908</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-22T06:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to make t-code from queary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-make-t-code-from-queary/m-p/3795488#M912909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use either SQ02 ans SQ01 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or SQVI tr code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for more information please go thru this url:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.thespot4sap.com/Articles/SAP_ABAP_Queries_Create_The_Query.asp" target="test_blank"&gt;http://www.thespot4sap.com/Articles/SAP_ABAP_Queries_Create_The_Query.asp&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://goldenink.com/abap/sap_query.html" target="test_blank"&gt;http://goldenink.com/abap/sap_query.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;once you create query system generates a report starting with AQZZ/SAPQUERY/ABAGENCY2======= assing this report to tr code for the same&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;****************Reward points,if found useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 06:54:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-make-t-code-from-queary/m-p/3795488#M912909</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-22T06:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to make t-code from queary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-make-t-code-from-queary/m-p/3795489#M912910</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;Use the following steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Open T-code SQ01.&lt;/P&gt;&lt;P&gt;2. Select the Query which one you want to create the T-CODE.&lt;/P&gt;&lt;P&gt;3. Just execute the query (Press F8).&lt;/P&gt;&lt;P&gt;4. Open another session and execute T-code SE38.&lt;/P&gt;&lt;P&gt;5. In the program name, you can see like "AQLxxx=========ZROLxxx======="&lt;/P&gt;&lt;P&gt;6. SAP automatically create the program for that query.&lt;/P&gt;&lt;P&gt;7. Then you assign the T-Code using SE93.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if it is useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 06:56:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-make-t-code-from-queary/m-p/3795489#M912910</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-22T06:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to make t-code from queary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-make-t-code-from-queary/m-p/3795490#M912911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If you want to create a tcode for a query,follow this step,&lt;/P&gt;&lt;P&gt;1) SE93&lt;/P&gt;&lt;P&gt;2) give TCODE NAME-&amp;gt;Create -&amp;gt; short text -&amp;gt;select second radio button(if yours is report transaction)&lt;/P&gt;&lt;P&gt;3)give your query name(which contains spl characters,differs from normal program.In general Normal proh starts with Z/Y which doesnt contain spl characters) in program field.&lt;/P&gt;&lt;P&gt;4) SAVE it.it will ask for Package(give package name spicified to a module).(Note: tcode needs not to be activated)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have any doubt let me know.&lt;/P&gt;&lt;P&gt;Reward points if it is useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Warm Regards,&lt;/P&gt;&lt;P&gt;Mohandoss P.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 07:02:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-make-t-code-from-queary/m-p/3795490#M912911</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-22T07:02:11Z</dc:date>
    </item>
  </channel>
</rss>

