<?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: OO ALV , Screen Buttons ( seconds delay while displaying. ) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/oo-alv-screen-buttons-seconds-delay-while-displaying/m-p/6804765#M1468015</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hii,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use this way in place of custom container&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CREATE OBJECT c_alv&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      i_lifetime        = cntl_lifetime_dynpro&lt;/P&gt;&lt;P&gt;      i_parent          = cl_gui_container=&amp;gt;screen0&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      error_cntl_create = 1&lt;/P&gt;&lt;P&gt;      error_cntl_init   = 2&lt;/P&gt;&lt;P&gt;      error_cntl_link   = 3&lt;/P&gt;&lt;P&gt;      error_dp_create   = 4&lt;/P&gt;&lt;P&gt;      OTHERS            = 5.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Apr 2010 09:34:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-04-13T09:34:19Z</dc:date>
    <item>
      <title>OO ALV , Screen Buttons ( seconds delay while displaying. )</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/oo-alv-screen-buttons-seconds-delay-while-displaying/m-p/6804763#M1468013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a OO ALV ( Custom container ) &amp;amp; 2 buttons on screen . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I run my transacton for the first time the display is perfect . ( ex : my transaction is 'ZTRAN').&lt;/P&gt;&lt;P&gt;Note : I dont have a selection screen , Hence it directly displays output. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i do /nZTRAN on the existing output , both buttons come first and after couple of seconds the ALV comes . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to remove this delay . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any help is highly appriciated.. Awarding points is for sure . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sandeep.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Apr 2010 09:22:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/oo-alv-screen-buttons-seconds-delay-while-displaying/m-p/6804763#M1468013</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-13T09:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: OO ALV , Screen Buttons ( seconds delay while displaying. )</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/oo-alv-screen-buttons-seconds-delay-while-displaying/m-p/6804764#M1468014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you do a /nZTRAN, your TA is tarted newly, so i dont see why there should be a difference to using ZTRAN right from scratch....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What happens if you just press F3 and then F8 again?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Apr 2010 09:26:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/oo-alv-screen-buttons-seconds-delay-while-displaying/m-p/6804764#M1468014</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-13T09:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: OO ALV , Screen Buttons ( seconds delay while displaying. )</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/oo-alv-screen-buttons-seconds-delay-while-displaying/m-p/6804765#M1468015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hii,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use this way in place of custom container&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CREATE OBJECT c_alv&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      i_lifetime        = cntl_lifetime_dynpro&lt;/P&gt;&lt;P&gt;      i_parent          = cl_gui_container=&amp;gt;screen0&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      error_cntl_create = 1&lt;/P&gt;&lt;P&gt;      error_cntl_init   = 2&lt;/P&gt;&lt;P&gt;      error_cntl_link   = 3&lt;/P&gt;&lt;P&gt;      error_dp_create   = 4&lt;/P&gt;&lt;P&gt;      OTHERS            = 5.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Apr 2010 09:34:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/oo-alv-screen-buttons-seconds-delay-while-displaying/m-p/6804765#M1468015</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-13T09:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: OO ALV , Screen Buttons ( seconds delay while displaying. )</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/oo-alv-screen-buttons-seconds-delay-while-displaying/m-p/6804766#M1468016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when i press F3, Alv disappears first , then after couple of seconds buttons will disappear. ( which is my problem)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cannot press f8 as there is  no selection screen . &lt;/P&gt;&lt;P&gt;all i have to do is rerun the transaction . &lt;/P&gt;&lt;P&gt;ie /nZTRAN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Apr 2010 09:41:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/oo-alv-screen-buttons-seconds-delay-while-displaying/m-p/6804766#M1468016</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-13T09:41:27Z</dc:date>
    </item>
  </channel>
</rss>

