<?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 Validations at Subscreen in Dialog programming in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/validations-at-subscreen-in-dialog-programming/m-p/8295832#M1635204</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I have a requirement where in the i have two selection screens.First one is the normal selection screen and the other is displayed in the o/p screen.When the user enters the selection criteria at Selection Screen I and executes the report ,an output screen is displayed which is divided into two parts.Upeer part is agian a selection screen (II selection screen) and the lower part is the ALV Grid display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For my output screen i have designed a screen with upper part as a subscreen area and the lower part as container.In the lower part am displaying the ALV grid .In the upper part i have 3 radio buttons based on the selection of radio buttons, fields available under it should be enabled/disabled also based on the selection of radio button and the selection parameter entered the data in the second&lt;/P&gt;&lt;P&gt;screen should change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the selection screen in the o/p screen i have defined a select options as sub screen in my program .&lt;/P&gt;&lt;P&gt;Now my issue is how should i enable/disable the fields based on the selection of radio buttons.Am not sure but it think at selection screen events for the Selection screen willnot work as it is defined as subscreen.Is there anyother way out to achive this?&lt;/P&gt;&lt;P&gt;Please suggest&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pseudo Code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Defined Selection Screen I
Defined Selection Screen II as subscreen.

Start-of-selection.
Retrieve data to be displayed in the o/p
Call Screen 100.(created screen 100 with upper part as subscreen area and lower part as container)
   MODULE status_0100."ALV design
   MODULE user_command_0100."Capturing user commang&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know any further detials are required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Oct 2011 06:34:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-10-24T06:34:43Z</dc:date>
    <item>
      <title>Validations at Subscreen in Dialog programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validations-at-subscreen-in-dialog-programming/m-p/8295832#M1635204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I have a requirement where in the i have two selection screens.First one is the normal selection screen and the other is displayed in the o/p screen.When the user enters the selection criteria at Selection Screen I and executes the report ,an output screen is displayed which is divided into two parts.Upeer part is agian a selection screen (II selection screen) and the lower part is the ALV Grid display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For my output screen i have designed a screen with upper part as a subscreen area and the lower part as container.In the lower part am displaying the ALV grid .In the upper part i have 3 radio buttons based on the selection of radio buttons, fields available under it should be enabled/disabled also based on the selection of radio button and the selection parameter entered the data in the second&lt;/P&gt;&lt;P&gt;screen should change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the selection screen in the o/p screen i have defined a select options as sub screen in my program .&lt;/P&gt;&lt;P&gt;Now my issue is how should i enable/disable the fields based on the selection of radio buttons.Am not sure but it think at selection screen events for the Selection screen willnot work as it is defined as subscreen.Is there anyother way out to achive this?&lt;/P&gt;&lt;P&gt;Please suggest&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pseudo Code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Defined Selection Screen I
Defined Selection Screen II as subscreen.

Start-of-selection.
Retrieve data to be displayed in the o/p
Call Screen 100.(created screen 100 with upper part as subscreen area and lower part as container)
   MODULE status_0100."ALV design
   MODULE user_command_0100."Capturing user commang&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know any further detials are required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Oct 2011 06:34:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validations-at-subscreen-in-dialog-programming/m-p/8295832#M1635204</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-24T06:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: Validations at Subscreen in Dialog programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validations-at-subscreen-in-dialog-programming/m-p/8295833#M1635205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now my issue is how should i enable/disable the fields based on the selection of radio buttons&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What fields ? Fields in ALV ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note that the subscreen has its own PBO and PAI events. I suggested you to design a module pool instead of a report program to avoid these confusions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kesav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Oct 2011 06:39:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validations-at-subscreen-in-dialog-programming/m-p/8295833#M1635205</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2011-10-24T06:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: Validations at Subscreen in Dialog programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validations-at-subscreen-in-dialog-programming/m-p/8295834#M1635206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Enabling/diabling the fields of Selection screen II.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Every radio button has 3 fields .When first radio button is selected the fields in the other two radio buttons should be greyed out and vice versa.&lt;/P&gt;&lt;P&gt;Can you suggest the events for subscreen?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Oct 2011 06:59:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validations-at-subscreen-in-dialog-programming/m-p/8295834#M1635206</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-24T06:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: Validations at Subscreen in Dialog programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validations-at-subscreen-in-dialog-programming/m-p/8295835#M1635207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2011 08:00:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validations-at-subscreen-in-dialog-programming/m-p/8295835#M1635207</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-06T08:00:30Z</dc:date>
    </item>
  </channel>
</rss>

