<?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 Problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-problem/m-p/1079476#M97336</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 have to create a custom contronl on your screen by screen painter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If custom control designed by screen painter is called MY_CONTAINER:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF CONTAINER IS INITIAL.&lt;/P&gt;&lt;P&gt;CREATE OBJECT CONTAINER&lt;/P&gt;&lt;P&gt;      EXPORTING CONTAINER_NAME = 'MY_CONTAINER'.&lt;/P&gt;&lt;P&gt;......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL METHOD MY_GRID-&amp;gt;SET_TABLE_FOR_FIRST_DISPLAY&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;ELSE.&lt;/P&gt;&lt;P&gt;CALL METHOD MY_GRID-&amp;gt;REFRESH_TABLE_DISPLAY.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: max bianchi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 10 Dec 2005 01:45:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-12-10T01:45:38Z</dc:date>
    <item>
      <title>ALV Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-problem/m-p/1079474#M97334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to display a list using ALV : CL_GUI_ALV_GRID. I wrote the program by refering to the document "An Easy reference to ALV Grid Control". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I called the method "gr_alvgrid-&amp;gt;refresh_table_display"&lt;/P&gt;&lt;P&gt;in the PBO of the screen that I am creating. I havenot created any custom control on the screen graphically. As in the document , I have coded for that using "creat object" statements in the code. The problem is when i execute the code nothing is happening. I get a blank screen without any ALV grid on it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone please let me know what I m missing upon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Shiv&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Dec 2005 01:42:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-problem/m-p/1079474#M97334</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-10T01:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-problem/m-p/1079475#M97335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am sorry, i am using the method &lt;/P&gt;&lt;P&gt;"gr_alvgrid-&amp;gt;set_table_for_first_display" if the container has to be created.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Dec 2005 01:44:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-problem/m-p/1079475#M97335</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-10T01:44:58Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-problem/m-p/1079476#M97336</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 have to create a custom contronl on your screen by screen painter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If custom control designed by screen painter is called MY_CONTAINER:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF CONTAINER IS INITIAL.&lt;/P&gt;&lt;P&gt;CREATE OBJECT CONTAINER&lt;/P&gt;&lt;P&gt;      EXPORTING CONTAINER_NAME = 'MY_CONTAINER'.&lt;/P&gt;&lt;P&gt;......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL METHOD MY_GRID-&amp;gt;SET_TABLE_FOR_FIRST_DISPLAY&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;ELSE.&lt;/P&gt;&lt;P&gt;CALL METHOD MY_GRID-&amp;gt;REFRESH_TABLE_DISPLAY.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: max bianchi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Dec 2005 01:45:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-problem/m-p/1079476#M97336</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-10T01:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-problem/m-p/1079477#M97337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You must create custom container  for getting ALV display.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Dec 2005 01:47:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-problem/m-p/1079477#M97337</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-10T01:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-problem/m-p/1079478#M97338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u have to create custom container and call that screen in ur program&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Dec 2005 01:49:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-problem/m-p/1079478#M97338</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-10T01:49:15Z</dc:date>
    </item>
  </channel>
</rss>

