<?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: Program not working in background. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-not-working-in-background/m-p/11938515#M1965362</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems that, offline mode imposible for cl_gui_alv_tree.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Raghu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Oct 2016 13:51:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2016-10-03T13:51:21Z</dc:date>
    <item>
      <title>Program not working in background.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-not-working-in-background/m-p/11938513#M1965360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a Z Program and i have used my Z' fm in this program. I've used &lt;SPAN style="font-size: 13.3333px;"&gt;class of &lt;/SPAN&gt;CKMLQS alv tree in this FM.&lt;BR /&gt;Class name is CL_QSTREE_CKML . When i calling this class it is generating custom and docking containers for alv tree.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've searched google than i found some info about screen objects and bakcground sample program as below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;link removed by moderator&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CL_GUI_ALV_TREE object has not offline method. So, how can i manage background proccess is active or not?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i start to write this discussion i found a fm then it has solved my problem. But, still i dont know how can i catch alv_tree offline mode?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your valuable answers...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Matthew Billingham - link to banned site&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 12:57:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-not-working-in-background/m-p/11938513#M1965360</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-10-03T12:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: Program not working in background.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-not-working-in-background/m-p/11938514#M1965361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CL_GUI_ALV_TREE uses classical error handling (use sy-subrc instead of TRY... CATCH). All the initial create errors are visible right in the SE24 interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/1047476" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 13:33:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-not-working-in-background/m-p/11938514#M1965361</guid>
      <dc:creator>raghug</dc:creator>
      <dc:date>2016-10-03T13:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: Program not working in background.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-not-working-in-background/m-p/11938515#M1965362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems that, offline mode imposible for cl_gui_alv_tree.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Raghu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 13:51:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-not-working-in-background/m-p/11938515#M1965362</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-10-03T13:51:21Z</dc:date>
    </item>
    <item>
      <title>Re: Program not working in background.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-not-working-in-background/m-p/11938516#M1965363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check class CL_GUI_LIST_TREE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in general, for online processing one would use ALV classes and function modules, for batch processing usually one wants to use LISTs. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, not what you asked, but for an ALV grid you would use for an online execution fm REUSE_ALV_GRID_DISPLAY, for batch execution REUSE_ALV_LIST_DISPLAY instead&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 15:27:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-not-working-in-background/m-p/11938516#M1965363</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-10-03T15:27:00Z</dc:date>
    </item>
  </channel>
</rss>

