<?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: get a syntax error when call subscreen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-a-syntax-error-when-call-subscreen/m-p/556237#M21272</link>
    <description>&lt;P&gt;yes, I just activated it with context menu on main object(program).&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/82721-222.png" /&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 10 Nov 2017 02:35:29 GMT</pubDate>
    <dc:creator>former_member379728</dc:creator>
    <dc:date>2017-11-10T02:35:29Z</dc:date>
    <item>
      <title>get a syntax error when call subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-a-syntax-error-when-call-subscreen/m-p/556222#M21257</link>
      <description>&lt;P&gt;I want to call a subscreen on a main screen, but get a syntax error 'Include block not specified, not defined or spelt incorrectly.'&lt;/P&gt;
  &lt;P&gt;coding as follow:&lt;/P&gt;
  &lt;P&gt;PROCESS BEFORE OUTPUT.&lt;BR /&gt; MODULE status_0100.&lt;BR /&gt; CALL SUBSCREEN subscr INCLUDING sy-repid sid1 .&lt;BR /&gt; &lt;BR /&gt; PROCESS AFTER INPUT.&lt;BR /&gt; CALL SUBSCREEN subscr.&lt;BR /&gt; MODULE user_command_0100.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Nov 2017 09:53:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-a-syntax-error-when-call-subscreen/m-p/556222#M21257</guid>
      <dc:creator>former_member379728</dc:creator>
      <dc:date>2017-11-02T09:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: get a syntax error when call subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-a-syntax-error-when-call-subscreen/m-p/556223#M21258</link>
      <description>&lt;P&gt;&lt;/P&gt;
  &lt;P&gt;CALL SUBSCREEN &amp;lt;subscreen name&amp;gt; INCLUDING sy-cprog &amp;lt;subscreen number&amp;gt; is the syntax. &lt;/P&gt;</description>
      <pubDate>Thu, 02 Nov 2017 10:28:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-a-syntax-error-when-call-subscreen/m-p/556223#M21258</guid>
      <dc:creator>Sathya_Gunasekaran</dc:creator>
      <dc:date>2017-11-02T10:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: get a syntax error when call subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-a-syntax-error-when-call-subscreen/m-p/556224#M21259</link>
      <description>&lt;P&gt;The syntax is correct (same code that in &lt;A href="https://help.sap.com/http.svc/rc/abapdocu_752_index_htm/7.52/en-US/dynpcall.htm"&gt;online documentation&lt;/A&gt;)&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;  CALL SUBSCREEN sub INCLUDING sy-repid dynnr.&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;So is there a subscreen area SUBSCR in your dynpro, is there a field sid1, etc.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Nov 2017 14:17:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-a-syntax-error-when-call-subscreen/m-p/556224#M21259</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2017-11-02T14:17:39Z</dc:date>
    </item>
    <item>
      <title>Re: get a syntax error when call subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-a-syntax-error-when-call-subscreen/m-p/556225#M21260</link>
      <description>&lt;P&gt;yes, both subscreen area and field sid1 exist , see the image follow:&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/83329-1.png" /&gt;&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/83331-2.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2017 08:39:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-a-syntax-error-when-call-subscreen/m-p/556225#M21260</guid>
      <dc:creator>former_member379728</dc:creator>
      <dc:date>2017-11-03T08:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: get a syntax error when call subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-a-syntax-error-when-call-subscreen/m-p/556226#M21261</link>
      <description>&lt;P&gt;yes, the name of subscreen area just is "SUBSCR".&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/83332-1.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2017 08:41:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-a-syntax-error-when-call-subscreen/m-p/556226#M21261</guid>
      <dc:creator>former_member379728</dc:creator>
      <dc:date>2017-11-03T08:41:15Z</dc:date>
    </item>
    <item>
      <title>Re: get a syntax error when call subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-a-syntax-error-when-call-subscreen/m-p/556227#M21262</link>
      <description>&lt;P&gt;Did you try to activate the whole program, any required subobject could be not yet activated?&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2017 09:37:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-a-syntax-error-when-call-subscreen/m-p/556227#M21262</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2017-11-03T09:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: get a syntax error when call subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-a-syntax-error-when-call-subscreen/m-p/556228#M21263</link>
      <description>&lt;P&gt;Try to activate the whole object (from program node context menu)&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2017 12:07:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-a-syntax-error-when-call-subscreen/m-p/556228#M21263</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2017-11-03T12:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: get a syntax error when call subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-a-syntax-error-when-call-subscreen/m-p/556229#M21264</link>
      <description>&lt;P&gt;yeah, I'm sure all of subobject of this program had been activated. &lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2017 02:04:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-a-syntax-error-when-call-subscreen/m-p/556229#M21264</guid>
      <dc:creator>former_member379728</dc:creator>
      <dc:date>2017-11-06T02:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: get a syntax error when call subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-a-syntax-error-when-call-subscreen/m-p/556230#M21265</link>
      <description>&lt;P&gt;I have activated the whole program. But the error still.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2017 02:06:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-a-syntax-error-when-call-subscreen/m-p/556230#M21265</guid>
      <dc:creator>former_member379728</dc:creator>
      <dc:date>2017-11-06T02:06:08Z</dc:date>
    </item>
    <item>
      <title>Re: get a syntax error when call subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-a-syntax-error-when-call-subscreen/m-p/556231#M21266</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
  &lt;P&gt;Syntax : CALLSUBSCREEN sub INCLUDINGsy-repid dynnr.&lt;/P&gt;
  &lt;P&gt;dynnr refers to the screen number. So, replace 'sid1' by subscreen number enclosed in single quotes (eg. '0200') which you want to call and then try activating.&lt;/P&gt;
  &lt;P&gt;Use the below statement and try. &lt;/P&gt;
  &lt;P&gt;CALL SUBSCREEN subscr INCLUDING sy-repid &amp;lt;give subscreen number&amp;gt; .&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2017 05:14:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-a-syntax-error-when-call-subscreen/m-p/556231#M21266</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-11-06T05:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: get a syntax error when call subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-a-syntax-error-when-call-subscreen/m-p/556232#M21267</link>
      <description>&lt;P&gt;Can you redefine the field 'sid1' with type 'sy[st]-dynnr'.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2017 06:49:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-a-syntax-error-when-call-subscreen/m-p/556232#M21267</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2017-11-06T06:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: get a syntax error when call subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-a-syntax-error-when-call-subscreen/m-p/556233#M21268</link>
      <description>&lt;P&gt;I had tried to replace 'sid1' by subscreen number ,like this syntax&lt;/P&gt;
  &lt;P&gt;CALL SUBSCREEN subscr INCLUDING sy-repid '0200'.&lt;/P&gt;
  &lt;P&gt;but it still get same error.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2017 06:52:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-a-syntax-error-when-call-subscreen/m-p/556233#M21268</guid>
      <dc:creator>former_member379728</dc:creator>
      <dc:date>2017-11-06T06:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: get a syntax error when call subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-a-syntax-error-when-call-subscreen/m-p/556234#M21269</link>
      <description>&lt;P&gt;Why is the screen "0100" blue (inactive)?&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2017 07:31:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-a-syntax-error-when-call-subscreen/m-p/556234#M21269</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2017-11-06T07:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: get a syntax error when call subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-a-syntax-error-when-call-subscreen/m-p/556235#M21270</link>
      <description>&lt;P&gt;'I'm sure' doesn't seem sufficient, activate with context menu on main object (program) &lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2017 07:41:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-a-syntax-error-when-call-subscreen/m-p/556235#M21270</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2017-11-06T07:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: get a syntax error when call subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-a-syntax-error-when-call-subscreen/m-p/556236#M21271</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Yes, I had redefined the field 'sid1' with type 'sy-dynnr', but it get a same error. &lt;/STRONG&gt;&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/82718-sy-dynnr.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Nov 2017 01:29:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-a-syntax-error-when-call-subscreen/m-p/556236#M21271</guid>
      <dc:creator>former_member379728</dc:creator>
      <dc:date>2017-11-10T01:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: get a syntax error when call subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-a-syntax-error-when-call-subscreen/m-p/556237#M21272</link>
      <description>&lt;P&gt;yes, I just activated it with context menu on main object(program).&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/82721-222.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Nov 2017 02:35:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-a-syntax-error-when-call-subscreen/m-p/556237#M21272</guid>
      <dc:creator>former_member379728</dc:creator>
      <dc:date>2017-11-10T02:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: get a syntax error when call subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-a-syntax-error-when-call-subscreen/m-p/556238#M21273</link>
      <description>&lt;P&gt;Because there is a error when i try to activate the screen "0100", I can forcibly activate it, but the error still exist.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Nov 2017 02:41:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-a-syntax-error-when-call-subscreen/m-p/556238#M21273</guid>
      <dc:creator>former_member379728</dc:creator>
      <dc:date>2017-11-10T02:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: get a syntax error when call subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-a-syntax-error-when-call-subscreen/m-p/556239#M21274</link>
      <description>&lt;P&gt;So, that's the issue, 0100 not activated!&lt;/P&gt;
  &lt;P&gt;But I don't see why 0100 couldn't be activated, it clearly states that the "SUBSCR" subscreen area is not found in the layout.&lt;/P&gt;
  &lt;P&gt;Could there be an issue with your SAP GUI, did you install latest version?&lt;/P&gt;
  &lt;P&gt;Another solution: delete and recreate it from scratch, just to see if the error persists.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Nov 2017 07:49:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-a-syntax-error-when-call-subscreen/m-p/556239#M21274</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2017-11-10T07:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: get a syntax error when call subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-a-syntax-error-when-call-subscreen/m-p/556240#M21275</link>
      <description>&lt;P&gt;Can you post a screenshot of the 'Element list' tab an not the 'Flow logic' tab?&lt;/P&gt;</description>
      <pubDate>Fri, 10 Nov 2017 13:15:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-a-syntax-error-when-call-subscreen/m-p/556240#M21275</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2017-11-10T13:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: get a syntax error when call subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-a-syntax-error-when-call-subscreen/m-p/556241#M21276</link>
      <description>&lt;P&gt;On the attributes tab on your subscreens - did you define them as a subscreen? Just a thought.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Nov 2017 15:18:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-a-syntax-error-when-call-subscreen/m-p/556241#M21276</guid>
      <dc:creator>mmcisme1</dc:creator>
      <dc:date>2017-11-10T15:18:53Z</dc:date>
    </item>
  </channel>
</rss>

