<?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: Call subscreen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-subscreen/m-p/2320001#M509199</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check these examples for subscreens&lt;/P&gt;&lt;P&gt;demo_dynpro_tabstrip_local&lt;/P&gt;&lt;P&gt;demo_dynpro_tabstrip_server&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check these examples for table control&lt;/P&gt;&lt;P&gt;demo_dynpro_tabcont_loop&lt;/P&gt;&lt;P&gt;demo_dynpro_tabcont_loop_at&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;these are very simple programs and easy to understand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gopi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 May 2007 05:09:46 GMT</pubDate>
    <dc:creator>gopi_narendra</dc:creator>
    <dc:date>2007-05-30T05:09:46Z</dc:date>
    <item>
      <title>Call subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-subscreen/m-p/2319999#M509197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to call subscreen in another screen, in that subscreen i want to call another screen and one table control screen... plz can any one send me the logic... of this Development....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2007 04:58:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-subscreen/m-p/2319999#M509197</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-30T04:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: Call subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-subscreen/m-p/2320000#M509198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the standard program 'demo_dynpro_subscreens' to call a subscreen in a screen. Check out the program 'demo_dynpro_tabcont_loop' for placing a table control in a screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2007 05:06:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-subscreen/m-p/2320000#M509198</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-30T05:06:19Z</dc:date>
    </item>
    <item>
      <title>Re: Call subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-subscreen/m-p/2320001#M509199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check these examples for subscreens&lt;/P&gt;&lt;P&gt;demo_dynpro_tabstrip_local&lt;/P&gt;&lt;P&gt;demo_dynpro_tabstrip_server&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check these examples for table control&lt;/P&gt;&lt;P&gt;demo_dynpro_tabcont_loop&lt;/P&gt;&lt;P&gt;demo_dynpro_tabcont_loop_at&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;these are very simple programs and easy to understand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gopi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2007 05:09:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-subscreen/m-p/2320001#M509199</guid>
      <dc:creator>gopi_narendra</dc:creator>
      <dc:date>2007-05-30T05:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: Call subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-subscreen/m-p/2320002#M509200</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;you should create or design those subscreen first that you needed then assign a pushbutton or function keys that could call those screens that you need....and regarding to the table control screen, use dialogue programming or se51 to design that screen then assign a transaction code so that you'll use to call that screen..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex.:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at selection-screen.&lt;/P&gt;&lt;P&gt;  case sy-ucomm.&lt;/P&gt;&lt;P&gt;     when 'PUSH'. call transaction 'ZTABLE_SCREEN'.&lt;/P&gt;&lt;P&gt;  endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;nips&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2007 05:10:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-subscreen/m-p/2320002#M509200</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-30T05:10:12Z</dc:date>
    </item>
  </channel>
</rss>

