<?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: Calling subscreen in tabstrip in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-subscreen-in-tabstrip/m-p/1699703#M306806</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abhi, Welcome to SDN,&lt;/P&gt;&lt;P&gt;If you are giving the program name, enclose it withing single codes('SAPMZxxx') or if the subscreen program is same as the main program use SY-CPROG and SY-DYNNR. Hope this solves your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers...&lt;/P&gt;&lt;P&gt;Santosh.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. Mark usefull Answers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Nov 2006 06:26:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-10T06:26:39Z</dc:date>
    <item>
      <title>Calling subscreen in tabstrip</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-subscreen-in-tabstrip/m-p/1699702#M306805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to include a subscreen in a tabstrip. I have created the subscreen area in the layout within the tabstrip, defined the subscreens, and included the following code in the PBO of the main screen.&lt;/P&gt;&lt;P&gt;CALL SUBSCREEN SUB1 INCLUDING &amp;lt;PROG_NAME&amp;gt; &amp;lt;SUBSCR NO&amp;gt;&lt;/P&gt;&lt;P&gt;It is giving me error as "." or "ID...FIELD" EXPECTED AFTER "SUBSCREEN" .&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Nov 2006 06:23:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-subscreen-in-tabstrip/m-p/1699702#M306805</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-10T06:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: Calling subscreen in tabstrip</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-subscreen-in-tabstrip/m-p/1699703#M306806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abhi, Welcome to SDN,&lt;/P&gt;&lt;P&gt;If you are giving the program name, enclose it withing single codes('SAPMZxxx') or if the subscreen program is same as the main program use SY-CPROG and SY-DYNNR. Hope this solves your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers...&lt;/P&gt;&lt;P&gt;Santosh.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. Mark usefull Answers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Nov 2006 06:26:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-subscreen-in-tabstrip/m-p/1699703#M306806</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-10T06:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: Calling subscreen in tabstrip</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-subscreen-in-tabstrip/m-p/1699704#M306807</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;Use CALL &amp;lt;b&amp;gt;CUSTOMER-SUBSCREEN&amp;lt;/b&amp;gt; SUB1 INCLUDING &amp;lt;PROG_NAME&amp;gt; &amp;lt;SUBSCR NO&amp;gt;..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Nov 2006 06:27:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-subscreen-in-tabstrip/m-p/1699704#M306807</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-10T06:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: Calling subscreen in tabstrip</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-subscreen-in-tabstrip/m-p/1699705#M306808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abhi,&lt;/P&gt;&lt;P&gt;    Try this logic in your flow diagram,&lt;/P&gt;&lt;P&gt;PROCESS BEFORE OUTPUT. &lt;/P&gt;&lt;P&gt;  MODULE prepare_tabstrip. &lt;/P&gt;&lt;P&gt;  CALL SUBSCREEN sub1 INCLUDING sy-repid sy-dynnr. &lt;/P&gt;&lt;P&gt;PROCESS AFTER INPUT. &lt;/P&gt;&lt;P&gt;  CALL SUBSCREEN sub1. &lt;/P&gt;&lt;P&gt;  MODULE handle_user_command. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     This worked for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Prashanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Nov 2006 06:42:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-subscreen-in-tabstrip/m-p/1699705#M306808</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-10T06:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: Calling subscreen in tabstrip</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-subscreen-in-tabstrip/m-p/1699706#M306809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Santosh,&lt;/P&gt;&lt;P&gt;I am still getting the error. I think there is some problem with SUB1 which I have defined as subscreen area name in the layout. Is SUB1 required to be defined in the ABAP program as well?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Nov 2006 06:46:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-subscreen-in-tabstrip/m-p/1699706#M306809</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-10T06:46:37Z</dc:date>
    </item>
    <item>
      <title>Re: Calling subscreen in tabstrip</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-subscreen-in-tabstrip/m-p/1699707#M306810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go through this link, which ll give you detail idea about the adding of subscreen in a table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/17/5bf1b52ba211d2954f0000e8353423/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/17/5bf1b52ba211d2954f0000e8353423/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Nov 2006 10:10:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-subscreen-in-tabstrip/m-p/1699707#M306810</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-10T10:10:41Z</dc:date>
    </item>
  </channel>
</rss>

