<?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: Subscreen has no data in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/subscreen-has-no-data/m-p/5988966#M1342206</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear SAPERLE,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had the same problem and could solve it by implementing an at selection-screen statement for the screen field that should be checked. This can been done int the INCLUDE where the subscreen is defined. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At least this works fine with selection parameters that use no conversion exits. For example with a paramiter of data type DATS I have teh problem that the subscreen does not return due to the fact that there is no data transport.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Sep 2009 10:08:45 GMT</pubDate>
    <dc:creator>former_member310123</dc:creator>
    <dc:date>2009-09-30T10:08:45Z</dc:date>
    <item>
      <title>Subscreen has no data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/subscreen-has-no-data/m-p/5988964#M1342204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi @ all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have one problem i had create a report with dynpro 100 in side one fix Parameter and one Subscreen called SUB_100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;* on Top Include 
selection-screen begin of screen 101 as subscreen.
selection-screen begin of block a101 with frame title text-101.
select-options: s1_bukrs for besid-bukrs memory id buk.
selection-screen end of block a101.
selection-screen end of screen 101.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on the Dynpro following code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;process before output.
  module status_0100.

* Subscreen
 call subscreen SUB_100 including sy-cprog '101'.

**********************************************************
process after input.

 MODULE exit AT EXIT-COMMAND.

  module user_command_0100.

  call subscreen SUB_100.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i would check the s1_bukrs i have no data ????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2009 13:45:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/subscreen-has-no-data/m-p/5988964#M1342204</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-21T13:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: Subscreen has no data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/subscreen-has-no-data/m-p/5988965#M1342205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any way this is not the subscreen problem. You can confirm this by calling that select-option in normal screen instead of subscreen. Did you confirm that the data element what you have used is having value table? and also that value table is having required data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check if this can help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Augustin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2009 15:25:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/subscreen-has-no-data/m-p/5988965#M1342205</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-21T15:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: Subscreen has no data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/subscreen-has-no-data/m-p/5988966#M1342206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear SAPERLE,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had the same problem and could solve it by implementing an at selection-screen statement for the screen field that should be checked. This can been done int the INCLUDE where the subscreen is defined. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At least this works fine with selection parameters that use no conversion exits. For example with a paramiter of data type DATS I have teh problem that the subscreen does not return due to the fact that there is no data transport.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2009 10:08:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/subscreen-has-no-data/m-p/5988966#M1342206</guid>
      <dc:creator>former_member310123</dc:creator>
      <dc:date>2009-09-30T10:08:45Z</dc:date>
    </item>
  </channel>
</rss>

