<?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: Txn code to Query in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/txn-code-to-query/m-p/2441323#M546463</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi abhishek....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What u did is right...the problem is when u copying the report/program name and pasting it in tcode,.,..just delete the blank spaces in home and the end of the program name...and sav it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it will work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did one SAP query report for HR yes'day and same i did...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward me if useful...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sankar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Jul 2007 06:06:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-04T06:06:40Z</dc:date>
    <item>
      <title>Txn code to Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/txn-code-to-query/m-p/2441319#M546459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have made the Query in SQ01 with the User Group,..&lt;/P&gt;&lt;P&gt;now i want to assign the T-Code to the Query how can i get the Report Name &lt;/P&gt;&lt;P&gt;i am getting the Report name as&lt;/P&gt;&lt;P&gt;"!QA0FI==========ZPP456========" but when i assign this a T-code it gives error in SE93 &lt;/P&gt;&lt;P&gt;can u tell me how to give t-code to this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2007 05:53:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/txn-code-to-query/m-p/2441319#M546459</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-04T05:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: Txn code to Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/txn-code-to-query/m-p/2441320#M546460</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;When ever you create query at the runtime a Function group along with Function modules are created you can copy that function group to a ZFunction group and them create a transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just execute the query in debug mode to get the Generated FG's name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2007 05:58:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/txn-code-to-query/m-p/2441320#M546460</guid>
      <dc:creator>seshatalpasai_madala</dc:creator>
      <dc:date>2007-07-04T05:58:20Z</dc:date>
    </item>
    <item>
      <title>Re: Txn code to Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/txn-code-to-query/m-p/2441321#M546461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to SQVI&lt;/P&gt;&lt;P&gt;Select the the Query.&lt;/P&gt;&lt;P&gt;Choose the Qucik View button in the Menu bar&lt;/P&gt;&lt;P&gt;Choose More Funtions.&lt;/P&gt;&lt;P&gt;Click on DISPLAY REPORT NAME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now go to SE93.&lt;/P&gt;&lt;P&gt;K.Kiran.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Kiran K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2007 06:02:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/txn-code-to-query/m-p/2441321#M546461</guid>
      <dc:creator>kiran_k8</dc:creator>
      <dc:date>2007-07-04T06:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: Txn code to Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/txn-code-to-query/m-p/2441322#M546462</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;&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;/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;&lt;/P&gt;&lt;P&gt;Tcode for Report Painter&lt;/P&gt;&lt;P&gt;To create a TCode, follow the steps below. &lt;/P&gt;&lt;P&gt;1) Go to Transaction code SE93, Enter TCode Name and Press Create. &lt;/P&gt;&lt;P&gt;2) Give short Description and select Parameter Transaction, Press Enter &lt;/P&gt;&lt;P&gt;3) Select Transation Radio Button and write START_REPORT in the next text &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;box Also Check the box Skip Initial Screen. &lt;/P&gt;&lt;P&gt;4) On the bottom of Screen (default Values), Enter Parameters &lt;/P&gt;&lt;P&gt;i) Name = D_SREPOVARI-REPORTTYPE. Value = RW &lt;/P&gt;&lt;P&gt;ii) Name = D_SREPOVARI-REPORT Value = Your Report Group Name (Say 1SIP) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5) Save and Execute. &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>Wed, 04 Jul 2007 06:04:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/txn-code-to-query/m-p/2441322#M546462</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-04T06:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: Txn code to Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/txn-code-to-query/m-p/2441323#M546463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi abhishek....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What u did is right...the problem is when u copying the report/program name and pasting it in tcode,.,..just delete the blank spaces in home and the end of the program name...and sav it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it will work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did one SAP query report for HR yes'day and same i did...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward me if useful...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sankar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2007 06:06:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/txn-code-to-query/m-p/2441323#M546463</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-04T06:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: Txn code to Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/txn-code-to-query/m-p/2441324#M546464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just delete the spaces&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it should be like QA0FI==========ZPP456======== in the program name of the tcode....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sankar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2007 06:11:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/txn-code-to-query/m-p/2441324#M546464</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-04T06:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: Txn code to Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/txn-code-to-query/m-p/2441325#M546465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I faced the similar problem sometime back. Just try to generate the corresponding FG/query again and you will get a new query name. Everytime you generate the FG/query, you will get a different query name. I hope one of them will be without "!", use that in se93 (parameter transaction) and it will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward the helpful entries.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raman.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2007 06:12:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/txn-code-to-query/m-p/2441325#M546465</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-04T06:12:58Z</dc:date>
    </item>
  </channel>
</rss>

