<?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: Two fields on the same line in sreen programming in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/two-fields-on-the-same-line-in-sreen-programming/m-p/7355623#M1541347</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arpita,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you trying to have select-option field in your screen in dialog programming?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If yes than you can use the following approach else ignore this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create one screen (100) and create subscreen area on this screen and call this subscreen in PAI and PBO of screen&lt;/P&gt;&lt;P&gt;Using call subscreen check F1 help for calling subscreen in PAI and PBO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you should create your selection screen on the subscreen use selection screen begin of screen (100) option of defining &lt;/P&gt;&lt;P&gt;selection screen and then add your selection options here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pawan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Oct 2010 06:58:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-10-20T06:58:59Z</dc:date>
    <item>
      <title>Two fields on the same line in sreen programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/two-fields-on-the-same-line-in-sreen-programming/m-p/7355621#M1541345</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 need to create a selection screen which would have two fields (their texts and their irespective input fields) in the same line, on the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was able to achieve this by using code--&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 1(31) text-a04.&lt;/P&gt;&lt;P&gt;PARAMETERS: sch_begd LIKE qppnp-begda.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 52(22) text-a05.&lt;/P&gt;&lt;P&gt;PARAMETERS: sch_endd LIKE qppnp-endda.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This could allign the fields - start date (text-a04) and end date (text-a05) in the same line along with their input fields.&lt;/P&gt;&lt;P&gt;But I am facing two issues with this code-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. I am not able to get the underline same as we get when we create selection screen using 'select-options' and 'parameters'.&lt;/P&gt;&lt;P&gt;2. This is causing accessibility issues, as the field text and the input field are no more linked (since I am using text element to display the field text, like for start date), it cannot find the text to be read for the input field and hence the checkman errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest how to achieve the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Arpita.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Oct 2010 06:25:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/two-fields-on-the-same-line-in-sreen-programming/m-p/7355621#M1541345</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-20T06:25:27Z</dc:date>
    </item>
    <item>
      <title>Re: Two fields on the same line in sreen programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/two-fields-on-the-same-line-in-sreen-programming/m-p/7355622#M1541346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi arpita,&lt;/P&gt;&lt;P&gt;I dont think the 1 point which u have given can be done , u can also check in the screen table in the  at selection-screen output event, there no parameter to alignment .i.e loop at screen. endloop.&lt;/P&gt;&lt;P&gt;The 2nd point which u told i think u are getting the value in sch_begd &amp;amp; sch_endd for validation, i am not getting wat is the issue ? can u elaborate.&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;Madhukar Shetty&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Oct 2010 06:43:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/two-fields-on-the-same-line-in-sreen-programming/m-p/7355622#M1541346</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-20T06:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: Two fields on the same line in sreen programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/two-fields-on-the-same-line-in-sreen-programming/m-p/7355623#M1541347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arpita,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you trying to have select-option field in your screen in dialog programming?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If yes than you can use the following approach else ignore this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create one screen (100) and create subscreen area on this screen and call this subscreen in PAI and PBO of screen&lt;/P&gt;&lt;P&gt;Using call subscreen check F1 help for calling subscreen in PAI and PBO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you should create your selection screen on the subscreen use selection screen begin of screen (100) option of defining &lt;/P&gt;&lt;P&gt;selection screen and then add your selection options here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pawan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Oct 2010 06:58:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/two-fields-on-the-same-line-in-sreen-programming/m-p/7355623#M1541347</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-20T06:58:59Z</dc:date>
    </item>
  </channel>
</rss>

