<?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: find Query name for ABAP Generated Program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/find-query-name-for-abap-generated-program/m-p/12212384#M1982957</link>
    <description>&lt;P&gt;Go to SE38 and view the coding of the report. The most important information about the generated program (GP) and where it comes from, will most likely be displayed in the first part of the report and in the comments. If it still doesnt make sense to you, please post a screenshot or the coding/comments of the first part of the generated report, so we can figure out where this report comes from. Also look and post information about the Goto-&amp;gt;Attributes of the report.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1. Data Retention Tool (DART)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Is the Report based on report rtxwvgtemplate? In that case you need to access SAP menu /nFTW0, goto Information System and Data Extract Views and then you will find your Query program name.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;report rtxwvgtemplate no standard page heading.
*----------------------------------------------------------------------*
* template program for data view query
*----------------------------------------------------------------------*
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;2. Report Painter / Report Writer&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Does the coding of your GP* report start like this, using MESSAGE-ID GR?&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;REPORT GPAXU98VEJJ9IVVOPTNNTZUD7F9200 MESSAGE-ID GR
                NO STANDARD PAGE HEADING
                LINE-SIZE 132 LINE-COUNT 59.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;In that case it is part of the Report Painter / Report Writer package and the executable for a Report Group. In the first comments you should find information about the library (GR23) and the report group (GR53).  &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3. Transformation&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If it is a transformation, you can use use table RSTRAN, look for the report name in field TRANPRG and check the field TRANID containing the Transformations ID.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;4. Include to an executable report&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If it is just an Include program, you will have to use the "Where-Used List" Function to find the actual executable report(s) and find out more from there.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;5. many more....&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;There are many more sources for a generated program. So we will need more information if you have not been able to figure it out by now.&lt;/P&gt;</description>
    <pubDate>Thu, 11 Jun 2020 03:39:46 GMT</pubDate>
    <dc:creator>michael_piesche</dc:creator>
    <dc:date>2020-06-11T03:39:46Z</dc:date>
    <item>
      <title>find Query name for ABAP Generated Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/find-query-name-for-abap-generated-program/m-p/12212379#M1982952</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
  &lt;P&gt;I have an ABAP Program looks like query generated pro, how can i find the original query name&lt;/P&gt;
  &lt;P&gt;ABAP Pro Name: &lt;STRONG&gt;GPAXU98VEJJ9IVVOPTNNTZUD7F9200&lt;/STRONG&gt;&lt;/P&gt;
  &lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jun 2020 14:28:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/find-query-name-for-abap-generated-program/m-p/12212379#M1982952</guid>
      <dc:creator>Yasin</dc:creator>
      <dc:date>2020-06-10T14:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: find Query name for ABAP Generated Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/find-query-name-for-abap-generated-program/m-p/12212380#M1982953</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Go to SE37 use FM RSAQ_DECODE_REPORT_NAME  then test FM INREPORT  = GPAXU98VEJJ9IVVOPTNNTZUD7F9200 execute it.&lt;/P&gt;&lt;P&gt;Then you get the results User group and Query name&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;R.Brahmankar&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jun 2020 14:37:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/find-query-name-for-abap-generated-program/m-p/12212380#M1982953</guid>
      <dc:creator>rupesh_brahmankar</dc:creator>
      <dc:date>2020-06-10T14:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: find Query name for ABAP Generated Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/find-query-name-for-abap-generated-program/m-p/12212381#M1982954</link>
      <description>&lt;P&gt;Query... SAP Query? Or you mean Report Painter? (or report writer) I don't remember that GPxxxxxxxxxxxxxxxxxx could correspond to any kind of object in SAP Query.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jun 2020 17:40:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/find-query-name-for-abap-generated-program/m-p/12212381#M1982954</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2020-06-10T17:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: find Query name for ABAP Generated Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/find-query-name-for-abap-generated-program/m-p/12212382#M1982955</link>
      <description>&lt;P&gt;Hi Sandra&lt;/P&gt;&lt;P&gt;am not sure about it. it is generated code but am not sure mabe it is not query based  &lt;/P&gt;&lt;P&gt;coz when i run FM:  RSAQ_DECODE_REPORT_NAME result is empty&lt;/P&gt;&lt;P&gt;I think it was created by SD or FI Cons.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jun 2020 18:24:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/find-query-name-for-abap-generated-program/m-p/12212382#M1982955</guid>
      <dc:creator>Yasin</dc:creator>
      <dc:date>2020-06-10T18:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: find Query name for ABAP Generated Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/find-query-name-for-abap-generated-program/m-p/12212383#M1982956</link>
      <description>&lt;P&gt;Hi Brahmankar&lt;/P&gt;&lt;P&gt;RSAQ_DECODE_REPORT_NAME result is empty&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jun 2020 18:29:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/find-query-name-for-abap-generated-program/m-p/12212383#M1982956</guid>
      <dc:creator>Yasin</dc:creator>
      <dc:date>2020-06-10T18:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: find Query name for ABAP Generated Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/find-query-name-for-abap-generated-program/m-p/12212384#M1982957</link>
      <description>&lt;P&gt;Go to SE38 and view the coding of the report. The most important information about the generated program (GP) and where it comes from, will most likely be displayed in the first part of the report and in the comments. If it still doesnt make sense to you, please post a screenshot or the coding/comments of the first part of the generated report, so we can figure out where this report comes from. Also look and post information about the Goto-&amp;gt;Attributes of the report.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1. Data Retention Tool (DART)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Is the Report based on report rtxwvgtemplate? In that case you need to access SAP menu /nFTW0, goto Information System and Data Extract Views and then you will find your Query program name.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;report rtxwvgtemplate no standard page heading.
*----------------------------------------------------------------------*
* template program for data view query
*----------------------------------------------------------------------*
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;2. Report Painter / Report Writer&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Does the coding of your GP* report start like this, using MESSAGE-ID GR?&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;REPORT GPAXU98VEJJ9IVVOPTNNTZUD7F9200 MESSAGE-ID GR
                NO STANDARD PAGE HEADING
                LINE-SIZE 132 LINE-COUNT 59.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;In that case it is part of the Report Painter / Report Writer package and the executable for a Report Group. In the first comments you should find information about the library (GR23) and the report group (GR53).  &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3. Transformation&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If it is a transformation, you can use use table RSTRAN, look for the report name in field TRANPRG and check the field TRANID containing the Transformations ID.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;4. Include to an executable report&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If it is just an Include program, you will have to use the "Where-Used List" Function to find the actual executable report(s) and find out more from there.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;5. many more....&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;There are many more sources for a generated program. So we will need more information if you have not been able to figure it out by now.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2020 03:39:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/find-query-name-for-abap-generated-program/m-p/12212384#M1982957</guid>
      <dc:creator>michael_piesche</dc:creator>
      <dc:date>2020-06-11T03:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: find Query name for ABAP Generated Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/find-query-name-for-abap-generated-program/m-p/12212385#M1982958</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Please make sure you have enter the correct query report name&lt;/P&gt;&lt;P&gt;As its working fine for me.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1815691-scn.png" /&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;R.Brahmankar&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2020 04:36:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/find-query-name-for-abap-generated-program/m-p/12212385#M1982958</guid>
      <dc:creator>rupesh_brahmankar</dc:creator>
      <dc:date>2020-06-11T04:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: find Query name for ABAP Generated Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/find-query-name-for-abap-generated-program/m-p/12212386#M1982959</link>
      <description>&lt;P&gt;Dear Micheal,&lt;/P&gt;&lt;P&gt;Thanks for the great information, as per your explanation it is a &lt;STRONG&gt; Report Painter / Report Writer.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;almost we reached. now how can i edit the source report / find the original report so i can modify on it.&lt;/P&gt;&lt;P&gt;and regenerate the program.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jun 2020 07:07:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/find-query-name-for-abap-generated-program/m-p/12212386#M1982959</guid>
      <dc:creator>Yasin</dc:creator>
      <dc:date>2020-06-12T07:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: find Query name for ABAP Generated Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/find-query-name-for-abap-generated-program/m-p/12212387#M1982960</link>
      <description>&lt;P&gt;&lt;SPAN class="mention-scrubbed"&gt;yaso80&lt;/SPAN&gt;, congratulations, you do know the report group now, correct?The generated report is based on the report group that is mentioned in the top comments of the report. You maintain the report group with "GR52                 Change Report Group", or simply view it with "GR53                 Display report group". You can also generate it from GR52. Or you can use "GR5G                 Generate report groups" if you want to re-generate more than one report group at once.&lt;/P&gt;&lt;P&gt;If you want to find out more about Report Painter / Report Writer, please have a look at the SAP Help Documentation, or google or search in the community.&lt;/P&gt;&lt;P&gt;  -  &lt;A href="https://help.sap.com/doc/erp2005_ehp_06/6.0.6/en-US/5b/d22bed43c611d182b30000e829fbfe/frameset.htm"&gt;SAP Help Documentation: Report Painter / Report Writer&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I would recommend closing this question as it has been answered. If you have further questions regarding Report Painter / Report Writer, please have a look at available ressources, and if there are still open questions, feel free to open another question in the community.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jun 2020 08:28:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/find-query-name-for-abap-generated-program/m-p/12212387#M1982960</guid>
      <dc:creator>michael_piesche</dc:creator>
      <dc:date>2020-06-12T08:28:52Z</dc:date>
    </item>
  </channel>
</rss>

