<?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: Table for the program code in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-the-program-code/m-p/3146998#M748179</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Reddy,&lt;/P&gt;&lt;P&gt;  Table: REPOSRC there is only programm name but not code by using program name you can get code into your report by using &lt;STRONG&gt;Read Report&lt;/STRONG&gt; syntax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameters: p_pname type reposrc-PROGNAME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: Begin of table occurs 10,&lt;/P&gt;&lt;P&gt;         line(150),&lt;/P&gt;&lt;P&gt;        end of table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;read report p_pname into table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at table.&lt;/P&gt;&lt;P&gt;  write / table.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plzzzzzz Reward if useful,&lt;/P&gt;&lt;P&gt;Mahi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Dec 2007 07:25:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-19T07:25:44Z</dc:date>
    <item>
      <title>Table for the program code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-the-program-code/m-p/3146995#M748176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Freinds,&lt;/P&gt;&lt;P&gt;is there any table to store the  program code , i mean whatever we write in  SE 38 will it be stores any data base tables? we have one option to get the code that is READ REPORT INTO ITAB. other than this is there any database tables for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tirumal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2007 07:09:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-the-program-code/m-p/3146995#M748176</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-19T07:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: Table for the program code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-the-program-code/m-p/3146996#M748177</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;Check the table REPOSRC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Omkar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2007 07:12:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-the-program-code/m-p/3146996#M748177</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-19T07:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: Table for the program code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-the-program-code/m-p/3146997#M748178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Refer the thread for details (esp Amit's reply)-&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="1249267"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2007 07:18:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-the-program-code/m-p/3146997#M748178</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2007-12-19T07:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: Table for the program code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-the-program-code/m-p/3146998#M748179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Reddy,&lt;/P&gt;&lt;P&gt;  Table: REPOSRC there is only programm name but not code by using program name you can get code into your report by using &lt;STRONG&gt;Read Report&lt;/STRONG&gt; syntax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameters: p_pname type reposrc-PROGNAME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: Begin of table occurs 10,&lt;/P&gt;&lt;P&gt;         line(150),&lt;/P&gt;&lt;P&gt;        end of table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;read report p_pname into table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at table.&lt;/P&gt;&lt;P&gt;  write / table.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plzzzzzz Reward if useful,&lt;/P&gt;&lt;P&gt;Mahi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2007 07:25:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-the-program-code/m-p/3146998#M748179</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-19T07:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: Table for the program code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-the-program-code/m-p/3146999#M748180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;code is stored in REPOSRC as in RAWSTRING type, this cant be directly read. u will have to use READ REPORT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2007 07:31:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-the-program-code/m-p/3146999#M748180</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-19T07:31:16Z</dc:date>
    </item>
  </channel>
</rss>

