<?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: subscrreen issue. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/subscrreen-issue/m-p/7329802#M1538006</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;In the PAI of the screen. depending on the value selected from the drop down list.&lt;/P&gt;&lt;P&gt;call the subscreen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Sakshi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Oct 2010 10:15:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-10-05T10:15:19Z</dc:date>
    <item>
      <title>subscrreen issue.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/subscrreen-issue/m-p/7329800#M1538004</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 a requirement where i have to develop a module pool program , which uses  subscreens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My req is i have a drop down list.&lt;/P&gt;&lt;P&gt;if the values selected in drop down is dz then i have to display the receipt details in the subscreen area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and if the value selected in the drop down is kz i have to display the payment details in the subscreen area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have designed two subscreen areas and two sub screens&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now how should i get the subscreen to be dispalyed in the screen based on drop down input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;S.Asha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Oct 2010 09:58:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/subscrreen-issue/m-p/7329800#M1538004</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-05T09:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: subscrreen issue.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/subscrreen-issue/m-p/7329801#M1538005</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;first create a pushbutton on the screen below dropdown field, When th value DZ  is selected from the drop down, then click on the pushbutton to proceed to receipt details screen, to payment details screen when KZ is selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should be done by calling the corresponding Subscreen by using CALL SUBSCREEN statement in the PAI of the corresponding screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this gives an idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Abhii&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Oct 2010 10:09:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/subscrreen-issue/m-p/7329801#M1538005</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-05T10:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: subscrreen issue.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/subscrreen-issue/m-p/7329802#M1538006</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;In the PAI of the screen. depending on the value selected from the drop down list.&lt;/P&gt;&lt;P&gt;call the subscreen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Sakshi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Oct 2010 10:15:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/subscrreen-issue/m-p/7329802#M1538006</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-05T10:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: subscrreen issue.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/subscrreen-issue/m-p/7329803#M1538007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you think I have written other than what you have wrote.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Abhii&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Oct 2010 10:19:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/subscrreen-issue/m-p/7329803#M1538007</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-05T10:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: subscrreen issue.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/subscrreen-issue/m-p/7329804#M1538008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Asha&lt;/P&gt;&lt;P&gt;first define a variable of type sy_dynnr in your top include to capture the screen number .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;definition:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: dynnr1 type sy-dynnr values '0101'. " first subscreen (Receipt Detail),&lt;/P&gt;&lt;P&gt;      dynnr2 type sy-dynnr values '0102'. " second subscreen(payment detail),&lt;/P&gt;&lt;P&gt;      v_repid type sy-repid values sy-repid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;		&lt;/P&gt;&lt;P&gt;in the flowlogic PBO of your main screen.&lt;/P&gt;&lt;P&gt;Module PBO_9001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call subscreen SUB1 including v_repid dynnr1. " sub1 is the subscreen area 1 in your main screen(Normal Screen)&lt;/P&gt;&lt;P&gt;call subscreen SUB2 including v_repid dynnr2. " sub2 is the subscreen area 2 in your main screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In PAI flow logic of your main screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call subscreen sub1.&lt;/P&gt;&lt;P&gt;call subscreen sub2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Module user_command_input_9001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After that in your PAI in the main program.&lt;/P&gt;&lt;P&gt;apply the conditions and call your subscreen accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this will work for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Lalit Gupta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Oct 2010 10:19:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/subscrreen-issue/m-p/7329804#M1538008</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-05T10:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: subscrreen issue.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/subscrreen-issue/m-p/7329805#M1538009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lalit Gupta,&lt;/P&gt;&lt;P&gt;I have followed the procedure which you have suggested.Now I am getting the subscreens visible when I execute the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I the problem is i have to get the subscreen visible based on the selected value from drop down.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you suggest me how to make a sub screen visible and invisible, i think it will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;S.Asha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Oct 2010 10:54:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/subscrreen-issue/m-p/7329805#M1538009</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-05T10:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: subscrreen issue.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/subscrreen-issue/m-p/7329806#M1538010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Asha&lt;/P&gt;&lt;P&gt; for that you need to define one blank subscreen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;change the DYNNR1 or DYNNR2 number with the blank subscreen number on the basis of your condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;suppose at the run your data is coming.&lt;/P&gt;&lt;P&gt;but when you select one thing from your drop down list then set the DYNNR1 or DYNNR2 number to that blank subscreen number if you do not want to display any data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or display balnk screen at the run time and when you select the desired value fromthe drop down then change the value of DYNNR1 or DYNNR2 with the subscreen having the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for that you need to use if.........endif condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My SAP is not working right now otherwise I could have sent you the code fo IF condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you will figure it out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Lalit Gupta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Oct 2010 11:57:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/subscrreen-issue/m-p/7329806#M1538010</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-05T11:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: subscrreen issue.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/subscrreen-issue/m-p/7329807#M1538011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lalit Gupta,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you,&lt;/P&gt;&lt;P&gt;my issue is solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;S.Asha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Oct 2010 08:15:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/subscrreen-issue/m-p/7329807#M1538011</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-06T08:15:38Z</dc:date>
    </item>
  </channel>
</rss>

