<?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 ABAP Query in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-query/m-p/1427729#M204879</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 have a transaction attached to a program which is a program generated from an ABAP Query(in short Query attached to the transaction). According to the naming conventions of a program generated from a query &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A query definition generates an ABAP report with the name &amp;#145;Aqmmb...bq   q&amp;#146; where&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        mm stands for the client in the standard area&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the clients 0 to 99, mm = 00 - 99.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For clients &amp;gt; 99, mm = a two-character key determined by the system. In the global area mm=ZZ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        b...b stands for your user group&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        q...q stands for the query name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        Blank characters in names (for example when a user group contains less than 12 characters) are replaced by equals signs (&amp;#145;=&amp;#145;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The report name generated here for my query is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AQA0DL_PPP_SD===PPP_BILLLIST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I presume from the above definition that DL_PPP_SD is the user group and PPP_BILLLIST is the query name but I dont see any user group in the system with the above name. Any pointers in this regard would be of great help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Karthik&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Jul 2006 09:08:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-19T09:08:30Z</dc:date>
    <item>
      <title>ABAP Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-query/m-p/1427729#M204879</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 have a transaction attached to a program which is a program generated from an ABAP Query(in short Query attached to the transaction). According to the naming conventions of a program generated from a query &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A query definition generates an ABAP report with the name &amp;#145;Aqmmb...bq   q&amp;#146; where&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        mm stands for the client in the standard area&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the clients 0 to 99, mm = 00 - 99.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For clients &amp;gt; 99, mm = a two-character key determined by the system. In the global area mm=ZZ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        b...b stands for your user group&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        q...q stands for the query name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        Blank characters in names (for example when a user group contains less than 12 characters) are replaced by equals signs (&amp;#145;=&amp;#145;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The report name generated here for my query is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AQA0DL_PPP_SD===PPP_BILLLIST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I presume from the above definition that DL_PPP_SD is the user group and PPP_BILLLIST is the query name but I dont see any user group in the system with the above name. Any pointers in this regard would be of great help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Karthik&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2006 09:08:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-query/m-p/1427729#M204879</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-19T09:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-query/m-p/1427730#M204880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Karthik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you check for the user group either in the global area &lt;/P&gt;&lt;P&gt;or standard area.&lt;/P&gt;&lt;P&gt; Go to transaction SQ01&lt;/P&gt;&lt;P&gt;Environment=&amp;gt; query areas =&amp;gt; Standard areas.&lt;/P&gt;&lt;P&gt;Edit =&amp;gt; other user group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2006 09:26:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-query/m-p/1427730#M204880</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-19T09:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-query/m-p/1427731#M204881</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 user group = query-name+4(12)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt; look here too:&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="1933793"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Andreas Mann&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2006 09:46:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-query/m-p/1427731#M204881</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2006-07-19T09:46:36Z</dc:date>
    </item>
  </channel>
</rss>

