<?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: help need in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-need/m-p/1485047#M226497</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Siri,&lt;/P&gt;&lt;P&gt;You will have to select all the entries from the master table into an internal table and then display the entries from your internal table.&lt;/P&gt;&lt;P&gt;eg: select lgtyp from t301 into table itab where lgtyp in s_lgtyp.&lt;/P&gt;&lt;P&gt;loop at itab.&lt;/P&gt;&lt;P&gt;write : itab-lgtyp.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Puneet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Aug 2006 23:57:09 GMT</pubDate>
    <dc:creator>Puneet_Gupta</dc:creator>
    <dc:date>2006-08-30T23:57:09Z</dc:date>
    <item>
      <title>help need</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-need/m-p/1485046#M226496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi friends,&lt;/P&gt;&lt;P&gt; Could u please send me the details&lt;/P&gt;&lt;P&gt;in report list&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:&lt;/P&gt;&lt;P&gt;Storage Type:1,2,3-----10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this has to be displayed as the header for the report and this storage type is a selection-screen select-option&lt;/P&gt;&lt;P&gt;if i give the select-option in betwen the 1 and 10 all the storage types to be displayed as given above .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to do this Plaese suggest me&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Siri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2006 18:07:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-need/m-p/1485046#M226496</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-30T18:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: help need</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-need/m-p/1485047#M226497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Siri,&lt;/P&gt;&lt;P&gt;You will have to select all the entries from the master table into an internal table and then display the entries from your internal table.&lt;/P&gt;&lt;P&gt;eg: select lgtyp from t301 into table itab where lgtyp in s_lgtyp.&lt;/P&gt;&lt;P&gt;loop at itab.&lt;/P&gt;&lt;P&gt;write : itab-lgtyp.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Puneet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2006 23:57:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-need/m-p/1485047#M226497</guid>
      <dc:creator>Puneet_Gupta</dc:creator>
      <dc:date>2006-08-30T23:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: help need</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-need/m-p/1485048#M226498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sireesha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After selection-screen input, get the data from database using select statement as given above and format it as you like into a variable. Put WRITE statement under TOP-OF-PAGE event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Aug 2006 04:45:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-need/m-p/1485048#M226498</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-31T04:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: help need</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-need/m-p/1485049#M226499</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;In the TOP-OF-PAGE event, loop at the selection table (select-options table) and write the high and low value.&lt;/P&gt;&lt;P&gt;Also calculate the intervals.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Aug 2006 04:59:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-need/m-p/1485049#M226499</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-31T04:59:06Z</dc:date>
    </item>
  </channel>
</rss>

