<?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: REPORT ????? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/1760525#M329239</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;you can create a screen in SE51 use table control and put the internal table data into it.&lt;/P&gt;&lt;P&gt;this screen will definitely have a screen number(its given by you).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;pankaj singh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Dec 2006 12:17:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-27T12:17:31Z</dc:date>
    <item>
      <title>REPORT ?????</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/1760520#M329234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI EXPERTS,&lt;/P&gt;&lt;P&gt;                      I NEED TO DISPLAY THE CONTENTS OF THE INTERNAL TABLE IN A DEFINED SCREEN (I.E. THE SCREEN SHOULD HAVE SOME NUMBER).COULD ANYONE SUGGEST ME HOW TO DO THIS?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS IN ADVANCE,&lt;/P&gt;&lt;P&gt;RAMANA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2006 12:04:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/1760520#M329234</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-27T12:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: REPORT ?????</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/1760521#M329235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i think u can display it on pop up window. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;iam not sure will u have screen number to that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2006 12:08:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/1760521#M329235</guid>
      <dc:creator>SantoshKallem</dc:creator>
      <dc:date>2006-12-27T12:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: REPORT ?????</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/1760522#M329236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;create or desing screen in SE51 for that report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ur question is not clear or may be ur understanding ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2006 12:13:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/1760522#M329236</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-27T12:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: REPORT ?????</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/1760523#M329237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the screen place a text box or u can display in table control also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Populate the table contorl and set the screen and leave to screen.&lt;/P&gt;&lt;P&gt;so the infromation display in the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ucan display in popu windo thourght the set window &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sunil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2006 12:15:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/1760523#M329237</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-27T12:15:46Z</dc:date>
    </item>
    <item>
      <title>Re: REPORT ?????</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/1760524#M329238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If u want to have a screen number for ur screen where u are displaying the internal table then the best way to do is to use transactions ( module pool programming)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can have the internal table displayed over here in TABLE controls&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope u got it, award points if found helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2006 12:16:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/1760524#M329238</guid>
      <dc:creator>rahulkavuri</dc:creator>
      <dc:date>2006-12-27T12:16:20Z</dc:date>
    </item>
    <item>
      <title>Re: REPORT ?????</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/1760525#M329239</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;you can create a screen in SE51 use table control and put the internal table data into it.&lt;/P&gt;&lt;P&gt;this screen will definitely have a screen number(its given by you).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;pankaj singh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2006 12:17:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/1760525#M329239</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-27T12:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: REPORT ?????</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/1760526#M329240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;defined screen means you have to define it in transactions(module pool) for that screen definately you have to give a screen no while creating itself&lt;/P&gt;&lt;P&gt;about internal table data create a table control in the transaction and assign your internal table fields to that table-control in the pbo event you have to pass your internal table data to the designed table-control&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Phani.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2006 16:22:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/1760526#M329240</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-27T16:22:49Z</dc:date>
    </item>
  </channel>
</rss>

