<?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 call subscreen problem. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-subscreen-problem/m-p/10785165#M1879323</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;I try to use &lt;SPAN style="color: #0000ff;"&gt;CALL subscreen sel including sy-repid ‘400’.&lt;/SPAN&gt; but I´ve got a syntax erro below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"." or "ID ... FIELD ..."&amp;nbsp; expected after "SUBSCREEN".&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone clarify this problem for me ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perhaps is this&amp;nbsp; a SAP version problem??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Dec 2014 16:33:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-12-10T16:33:32Z</dc:date>
    <item>
      <title>call subscreen problem.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-subscreen-problem/m-p/10785165#M1879323</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;I try to use &lt;SPAN style="color: #0000ff;"&gt;CALL subscreen sel including sy-repid ‘400’.&lt;/SPAN&gt; but I´ve got a syntax erro below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"." or "ID ... FIELD ..."&amp;nbsp; expected after "SUBSCREEN".&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone clarify this problem for me ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perhaps is this&amp;nbsp; a SAP version problem??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 16:33:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-subscreen-problem/m-p/10785165#M1879323</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-12-10T16:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: call subscreen problem.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-subscreen-problem/m-p/10785166#M1879324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i found the answer..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 18:27:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-subscreen-problem/m-p/10785166#M1879324</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-12-10T18:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: call subscreen problem.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-subscreen-problem/m-p/10785167#M1879325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;'sel' is the name of the subscreen in the module pool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;did you name it 'sel'&amp;nbsp;&amp;nbsp; ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 18:30:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-subscreen-problem/m-p/10785167#M1879325</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-12-10T18:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: call subscreen problem.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-subscreen-problem/m-p/10785168#M1879326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes. I created subscreen name SEL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The answer is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have to put the &lt;SPAN style="color: #0000ff; font-size: 12px;"&gt;CALL subscreen sel including sy-repid ‘400’.&lt;/SPAN&gt; inside PROCESS BEFORE OUTPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;process before output.&lt;/P&gt;&lt;P&gt;&amp;nbsp; module status_0100.&lt;/P&gt;&lt;P&gt;&amp;nbsp; call subscreen sel including sy-repid '400'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;process after input.&lt;/P&gt;&lt;P&gt;&amp;nbsp; module user_command_0100.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2014 13:30:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-subscreen-problem/m-p/10785168#M1879326</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-12-11T13:30:32Z</dc:date>
    </item>
    <item>
      <title>Re: call subscreen problem.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-subscreen-problem/m-p/10785169#M1879327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also add the call (without including dynpro option) in PAI, to trigger PAI modules of the subscreen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2014 14:59:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-subscreen-problem/m-p/10785169#M1879327</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2014-12-11T14:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: call subscreen problem.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-subscreen-problem/m-p/10785170#M1879328</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;Please tell me when this issue will arise. I am also getting the same problem. I am writing very simple problem to call subscreen. it is throwing the same error.&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 01 Mar 2023 05:25:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-subscreen-problem/m-p/10785170#M1879328</guid>
      <dc:creator>pashattec</dc:creator>
      <dc:date>2023-03-01T05:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: call subscreen problem.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-subscreen-problem/m-p/10785171#M1879329</link>
      <description>&lt;P&gt;Hello,  While we're happy that you've come to SAP Community to get an answer to your question, you posted your question as an answer in an old thread.&lt;/P&gt;I've converted your answer to a comment, but even so -- posting in older threads is not the best way to get guidance.If you're looking for help, you should ask a new question: &lt;A href="https://answers.sap.com/questions/ask.html" target="test_blank"&gt;https://answers.sap.com/questions/ask.html&lt;/A&gt;.</description>
      <pubDate>Fri, 15 Dec 2023 16:13:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-subscreen-problem/m-p/10785171#M1879329</guid>
      <dc:creator>AnnePetteroe</dc:creator>
      <dc:date>2023-12-15T16:13:24Z</dc:date>
    </item>
  </channel>
</rss>

