<?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: OOPs ALV in background in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/oops-alv-in-background/m-p/489792#M16443</link>
    <description>&lt;P&gt;Interesting query though - how come docking containers are ok in background?&lt;/P&gt;</description>
    <pubDate>Thu, 29 Jun 2017 07:13:26 GMT</pubDate>
    <dc:creator>matt</dc:creator>
    <dc:date>2017-06-29T07:13:26Z</dc:date>
    <item>
      <title>OOPs ALV in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/oops-alv-in-background/m-p/489784#M16435</link>
      <description>&lt;P&gt;Hi SDNites,&lt;/P&gt;&lt;P&gt;I have a requirement where I need to have a Header Box and ALV to be displayed in output. I should be able to execute the ALV in background as well.&lt;/P&gt;&lt;P&gt;I have written the program using OOPs ALV. When I use docking container I am able to execute the OOPs ALV in background. But in order to have Header Box, I tried splitter which works fine in foreground but not in background. Then I tried to build 2 containers and in Header box container, I wanted to use CL_GUI_TEXT_EDIT to display only text. Please advise if this can work or also this cannot be executed in background.&lt;/P&gt;&lt;P&gt;Any other approach to make it work using OOPs ALV will be welcomed.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abhi&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2017 17:38:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/oops-alv-in-background/m-p/489784#M16435</guid>
      <dc:creator>itabhishek9</dc:creator>
      <dc:date>2017-06-27T17:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: OOPs ALV in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/oops-alv-in-background/m-p/489785#M16436</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Are you referring Top of Page as header box? What actually the header box contains?&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Priyanka&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2017 01:52:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/oops-alv-in-background/m-p/489785#M16436</guid>
      <dc:creator>satyapriyanka_vana</dc:creator>
      <dc:date>2017-06-28T01:52:47Z</dc:date>
    </item>
    <item>
      <title>Re: OOPs ALV in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/oops-alv-in-background/m-p/489786#M16437</link>
      <description>&lt;P&gt;Usage of CFW requires SAP GUI. Programs using CFW cannot be executed in background. You must program it in such a way that CFW is only called if GUI is available which can be checked with FM gui_is_available.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2017 04:55:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/oops-alv-in-background/m-p/489786#M16437</guid>
      <dc:creator>retired_member</dc:creator>
      <dc:date>2017-06-28T04:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: OOPs ALV in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/oops-alv-in-background/m-p/489787#M16438</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;You should try to handle events "print_top_of_page" and "top_of_page" from cl_gui_alv_grid.&lt;/P&gt;&lt;P&gt;Please, have a look at this thread : &lt;A href="https://archive.sap.com/discussions/thread/836692" target="test_blank"&gt;https://archive.sap.com/discussions/thread/836692&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Bertrand&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2017 09:37:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/oops-alv-in-background/m-p/489787#M16438</guid>
      <dc:creator>bertrand_delvallee</dc:creator>
      <dc:date>2017-06-28T09:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: OOPs ALV in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/oops-alv-in-background/m-p/489788#M16439</link>
      <description>&lt;P&gt;CL_GUI_TEXT_EDIT can not run in background, as Horst stated, in background you need Control Framework ( CFW ) this handles the communication(synchronization) between Abap Object and Object @frontend in SAPGUI: That is usually an ActiveX object(if you run Windows). In Back Ground there is no front end!&lt;/P&gt;&lt;P&gt;Best regards, Robin.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2017 10:21:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/oops-alv-in-background/m-p/489788#M16439</guid>
      <dc:creator>former_member212264</dc:creator>
      <dc:date>2017-06-28T10:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: OOPs ALV in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/oops-alv-in-background/m-p/489789#M16440</link>
      <description>&lt;P&gt;Will this work in background?&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2017 10:32:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/oops-alv-in-background/m-p/489789#M16440</guid>
      <dc:creator>itabhishek9</dc:creator>
      <dc:date>2017-06-28T10:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: OOPs ALV in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/oops-alv-in-background/m-p/489790#M16441</link>
      <description>&lt;P&gt;As I have used docking container to execute ALV in background, can't we have an approach where we can use CL_GUI_TEXT_EDIT in background as well. If yes, some reference will be of great help. &lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2017 10:36:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/oops-alv-in-background/m-p/489790#M16441</guid>
      <dc:creator>itabhishek9</dc:creator>
      <dc:date>2017-06-28T10:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: OOPs ALV in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/oops-alv-in-background/m-p/489791#M16442</link>
      <description>&lt;P&gt;Yes.&lt;/P&gt;&lt;P&gt;The trick is to create 2 top-of-page methods : one for foreground (HTML ready) and one for background (text + basic SAP colors only). &lt;/P&gt;&lt;P&gt;You should have a look there for ideas : &lt;A href="http://abap-explorer.blogspot.fr/2008/12/demo-program-for-top-of-page-for-alv.html" target="test_blank"&gt;http://abap-explorer.blogspot.fr/2008/12/demo-program-for-top-of-page-for-alv.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Bertrand&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2017 12:34:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/oops-alv-in-background/m-p/489791#M16442</guid>
      <dc:creator>bertrand_delvallee</dc:creator>
      <dc:date>2017-06-28T12:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: OOPs ALV in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/oops-alv-in-background/m-p/489792#M16443</link>
      <description>&lt;P&gt;Interesting query though - how come docking containers are ok in background?&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2017 07:13:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/oops-alv-in-background/m-p/489792#M16443</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2017-06-29T07:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: OOPs ALV in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/oops-alv-in-background/m-p/489793#M16444</link>
      <description>&lt;P&gt;Maybe, as long as they are empty ...&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2017 07:36:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/oops-alv-in-background/m-p/489793#M16444</guid>
      <dc:creator>retired_member</dc:creator>
      <dc:date>2017-06-29T07:36:07Z</dc:date>
    </item>
  </channel>
</rss>

