<?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: all Z reports list in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/all-z-reports-list/m-p/4517349#M1068115</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You an get the details fron table &lt;STRONG&gt;TRDIRT&lt;/STRONG&gt; pass the &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;NAME as Z*.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; List of Z progams will get displayed based on language with teh text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this solves your query.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 20 Sep 2008 04:59:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-20T04:59:27Z</dc:date>
    <item>
      <title>all Z reports list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/all-z-reports-list/m-p/4517348#M1068114</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;Pl tell me how to take list of ALL Z REPORTS WITH SHORT DESCRIPTION .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;sree hari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Sep 2008 04:52:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/all-z-reports-list/m-p/4517348#M1068114</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-20T04:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: all Z reports list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/all-z-reports-list/m-p/4517349#M1068115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You an get the details fron table &lt;STRONG&gt;TRDIRT&lt;/STRONG&gt; pass the &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;NAME as Z*.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; List of Z progams will get displayed based on language with teh text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this solves your query.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Sep 2008 04:59:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/all-z-reports-list/m-p/4517349#M1068115</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-20T04:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: all Z reports list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/all-z-reports-list/m-p/4517350#M1068116</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;PRE&gt;&lt;CODE&gt;Go with TSTC table and execute the table. In the transaction code just z* and execute the table, u will find all the program name, short description.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Sep 2008 04:55:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/all-z-reports-list/m-p/4517350#M1068116</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-22T04:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: all Z reports list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/all-z-reports-list/m-p/4517351#M1068117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Se80&amp;gt;program&amp;gt;Z*&amp;gt;enter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Sep 2008 04:58:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/all-z-reports-list/m-p/4517351#M1068117</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-22T04:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: all Z reports list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/all-z-reports-list/m-p/4517352#M1068118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sreehari,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write a report with the select query as below;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA : it_trdirt TYPE STANDARD TABLE OF trdirt.

SELECT * FROM trdirt into CORRESPONDING FIELDS OF TABLE it_trdirt
  WHERE Name LIKE 'Z%'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherswise Goto Tcode &lt;STRONG&gt;SE16N&lt;/STRONG&gt;, give table name as &lt;STRONG&gt;TRDIRT&lt;/STRONG&gt;, then in Program give  Z* , Language Give &lt;STRONG&gt;EN&lt;/STRONG&gt; and execute. All Z programs will be displayed in a ALV list, you can export that to any local file with the help of the export option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Karthik D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Sep 2008 05:16:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/all-z-reports-list/m-p/4517352#M1068118</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-22T05:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: all Z reports list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/all-z-reports-list/m-p/4517353#M1068119</link>
      <description>&lt;P&gt;Great it works !&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2023 07:31:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/all-z-reports-list/m-p/4517353#M1068119</guid>
      <dc:creator>khanauman</dc:creator>
      <dc:date>2023-08-23T07:31:01Z</dc:date>
    </item>
  </channel>
</rss>

