<?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: ALV in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2297616#M501843</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hei atish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its not just abt displaying the data. i understand when u mentioned abt giving a greater range.i tried that.  my problem here is......its not displaying the physical grid...at all...with all the rows and columns(if we forget the data for now....i guess fieldcat is not being read by the grid_display FM when i specify the selection criteria....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 May 2007 01:26:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-22T01:26:45Z</dc:date>
    <item>
      <title>ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2297612#M501839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hei,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a select option for VBELN.&lt;/P&gt;&lt;P&gt;select-option: salesdoc for vbak-vbeln.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when I dont select any data(selection screen) and simply execute it......my ALV displays grid and also data in it. It works fine&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but when I select the data in select option in selection screen...all i see is just the column headings.....no grid and no data......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my select stmt also has data retreival as....select........vbeln in salesdoc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pl help.....is something wrong with fieldcat assignment? if its the case...its displaying all fine when no selection criteria is specified&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 00:59:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2297612#M501839</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T00:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2297613#M501840</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;Go to VBAK table and check for the entries, pick any one VBELN and give it in your select-option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your issue will get resolved.&lt;/P&gt;&lt;P&gt;The problem may be that all the select statement may not be fetching records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 01:08:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2297613#M501840</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T01:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2297614#M501841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;select-option: salesdoc for vbak-vbeln.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select vbeln erdat erzet ernam angdt bnddt audat&lt;/P&gt;&lt;P&gt;    into CORRESPONDING FIELDS OF table hd_vbak&lt;/P&gt;&lt;P&gt;    UP TO 15 ROWS&lt;/P&gt;&lt;P&gt;    from vbak&lt;/P&gt;&lt;P&gt;    where vbeln IN salesdoc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is my select stmt.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 01:13:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2297614#M501841</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T01:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2297615#M501842</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;Have you tried the things which I written in my ealier post.&lt;/P&gt;&lt;P&gt;Just give more entries, or a big range in your selct option and you will see the output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also you can write this code to check if the data is being fetched or not after the selct statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select vbeln erdat erzet ernam angdt bnddt audat&lt;/P&gt;&lt;P&gt;into CORRESPONDING FIELDS OF table hd_vbak&lt;/P&gt;&lt;P&gt;UP TO 15 ROWS&lt;/P&gt;&lt;P&gt;from vbak&lt;/P&gt;&lt;P&gt;where vbeln IN salesdoc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;if sy-subrc NE 0.&lt;/P&gt;&lt;P&gt;message e000(su) with 'No Data in VBAK for given selection'.&lt;/P&gt;&lt;P&gt;endif.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 01:20:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2297615#M501842</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T01:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2297616#M501843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hei atish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its not just abt displaying the data. i understand when u mentioned abt giving a greater range.i tried that.  my problem here is......its not displaying the physical grid...at all...with all the rows and columns(if we forget the data for now....i guess fieldcat is not being read by the grid_display FM when i specify the selection criteria....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 01:26:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2297616#M501843</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T01:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2297617#M501844</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;If no data present in ITAB then it doesn't display any GRID in ALV. PLease check the data is present in database with ur selection screen and it populating the respective hd_vbak, it_vbak.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;SAB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 01:31:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2297617#M501844</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T01:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2297618#M501845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hei &lt;/P&gt;&lt;P&gt;thanks syed and atish.....&lt;/P&gt;&lt;P&gt;i was not aware that it wouldn't display grid when there is no data.&lt;/P&gt;&lt;P&gt;i gave a greater greater range.....it works......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 01:35:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2297618#M501845</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T01:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2297619#M501846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alchemi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then reward points and close the thread &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 01:37:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2297619#M501846</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T01:37:00Z</dc:date>
    </item>
  </channel>
</rss>

