<?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 DIALOG PROBLEM in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-dialog-problem/m-p/4040172#M965630</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Check this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your dialog program.. copy the GUI STANDA02 from the program BALVSD11to your program. Use the copied GUI in the required screen with the statemnt set pf-status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rajinikanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Jun 2008 09:27:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-19T09:27:45Z</dc:date>
    <item>
      <title>ALV DIALOG PROBLEM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-dialog-problem/m-p/4040169#M965627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need your help this is some kind of urgent. Im currently working on Dialog program right now, My counterpart is requesting that the standard toolbars from report alv will be displayed to my ALV Dialog with the same functionality. Were having a hard time to make it work all of the standard toolbars of ALV report on our ALV DIALOG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PLease help. I'll be glad to give out points&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2008 09:14:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-dialog-problem/m-p/4040169#M965627</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-19T09:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: ALV DIALOG PROBLEM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-dialog-problem/m-p/4040170#M965628</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;it is possible by using the OOALV.&lt;/P&gt;&lt;P&gt;For that you need to create the container in the screen painter.&lt;/P&gt;&lt;P&gt;and creating objects and calling the related methods and write the required logic by .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it is useful for you.&lt;/P&gt;&lt;P&gt;Reward points if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards&lt;/P&gt;&lt;P&gt;Deepika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2008 09:19:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-dialog-problem/m-p/4040170#M965628</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-19T09:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: ALV DIALOG PROBLEM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-dialog-problem/m-p/4040171#M965629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see these programs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DEMO_DYNPRO_TABLE_CONTROL_1 Table Control with LOOP Statement &lt;/P&gt;&lt;P&gt;DEMO_DYNPRO_TABLE_CONTROL_2 Table Control with LOOP AT ITAB &lt;/P&gt;&lt;P&gt;BCALV_FULLSCREEN_DEMO ALV Demo: Fullscreen Mode&lt;/P&gt;&lt;P&gt;BCALV_FULLSCREEN_DEMO_CLASSIC ALV demo: Fullscreen mode&lt;/P&gt;&lt;P&gt;BCALV_GRID_DEMO Simple ALV Control Call Demo Program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapfans.com/forums/viewtopic.php?t=84933" target="test_blank"&gt;http://www.sapfans.com/forums/viewtopic.php?t=84933&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapfans.com/forums/viewtopic.php?t=69878" target="test_blank"&gt;http://www.sapfans.com/forums/viewtopic.php?t=69878&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2008 09:26:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-dialog-problem/m-p/4040171#M965629</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-19T09:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: ALV DIALOG PROBLEM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-dialog-problem/m-p/4040172#M965630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Check this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your dialog program.. copy the GUI STANDA02 from the program BALVSD11to your program. Use the copied GUI in the required screen with the statemnt set pf-status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rajinikanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2008 09:27:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-dialog-problem/m-p/4040172#M965630</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-19T09:27:45Z</dc:date>
    </item>
  </channel>
</rss>

