<?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 Program with a tabstrip control in back ground in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-with-a-tabstrip-control-in-back-ground/m-p/9751112#M1774132</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 program with a tabstrip control.when execute it in background its getting cancelled fore ground display is fine.Tab strip has a call subscreen and alv grid display with docking container. run time error is like following.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Short text&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Incorrect screen type: Screen is incorrectly defined or used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What happened?&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; The attribute screen type with the values 'Normal Screen' and&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Subscreen' determines the use of the screen. If a normal screen is used&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as subscreen or vice versa, an error occurs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know what changes required to execute this program succesfully in background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Oct 2013 17:10:36 GMT</pubDate>
    <dc:creator>former_member417146</dc:creator>
    <dc:date>2013-10-16T17:10:36Z</dc:date>
    <item>
      <title>Program with a tabstrip control in back ground</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-with-a-tabstrip-control-in-back-ground/m-p/9751112#M1774132</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 program with a tabstrip control.when execute it in background its getting cancelled fore ground display is fine.Tab strip has a call subscreen and alv grid display with docking container. run time error is like following.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Short text&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Incorrect screen type: Screen is incorrectly defined or used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What happened?&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; The attribute screen type with the values 'Normal Screen' and&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Subscreen' determines the use of the screen. If a normal screen is used&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as subscreen or vice versa, an error occurs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know what changes required to execute this program succesfully in background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Oct 2013 17:10:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-with-a-tabstrip-control-in-back-ground/m-p/9751112#M1774132</guid>
      <dc:creator>former_member417146</dc:creator>
      <dc:date>2013-10-16T17:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: Program with a tabstrip control in back ground</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-with-a-tabstrip-control-in-back-ground/m-p/9751113#M1774133</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;As it it module pool ways to execute directly in background is not possible. You might have to design a BDC to do the same or write a normal program to achieve the task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Arindam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Oct 2013 01:35:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-with-a-tabstrip-control-in-back-ground/m-p/9751113#M1774133</guid>
      <dc:creator>arindam_m</dc:creator>
      <dc:date>2013-10-17T01:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: Program with a tabstrip control in back ground</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-with-a-tabstrip-control-in-back-ground/m-p/9751114#M1774134</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;1, Check whether the screen is defined as subscreen in attributes. &lt;/P&gt;&lt;P&gt;2, Use CALL SUBSCREEN instead of CALLSCREEN inside program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Oct 2013 03:23:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-with-a-tabstrip-control-in-back-ground/m-p/9751114#M1774134</guid>
      <dc:creator>A-J-S</dc:creator>
      <dc:date>2013-10-17T03:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: Program with a tabstrip control in back ground</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-with-a-tabstrip-control-in-back-ground/m-p/9751115#M1774135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Arindam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its executable program, not a modulepool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As the screen is called in tab strip it is defined as subscreen and call subscreen syntax is used. Fore ground execution is working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the issue is only backgrond execution. I want to know can we schedule a proram with tab stripcontrol and call subscreen in background ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know the possilbility ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;hareesh s&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Oct 2013 10:10:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-with-a-tabstrip-control-in-back-ground/m-p/9751115#M1774135</guid>
      <dc:creator>former_member417146</dc:creator>
      <dc:date>2013-10-17T10:10:32Z</dc:date>
    </item>
  </channel>
</rss>

