<?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 subscreen in dialog programming in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/subscreen-in-dialog-programming/m-p/2689999#M622253</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;in my dialog programming i am calling a subscreen .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF SCREEN 2000 AS SUBSCREEN.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: s_lgort FOR mard-lgort NO INTERVALS.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF SCREEN 2000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in PBO&lt;/P&gt;&lt;P&gt; CALL SUBSCREEN SUBSCREEN_2000  INCLUDING SY-REPID '2000'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now my requirement is i want to control the display of the subscreen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;because my screen look like this, after st location lot of spaces then the input box appears.&lt;/P&gt;&lt;P&gt;plant          _______&lt;/P&gt;&lt;P&gt;sales org    _______&lt;/P&gt;&lt;P&gt;division       _______&lt;/P&gt;&lt;P&gt;st location               _________         -&amp;gt;(multple selection)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i want to display the subscreen equal space to plant sales org etc. &lt;/P&gt;&lt;P&gt;plant          _______&lt;/P&gt;&lt;P&gt;sales org    _______&lt;/P&gt;&lt;P&gt;division       _______&lt;/P&gt;&lt;P&gt;st location  _______      -&amp;gt;(multple selection)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to control the display of the subscreen.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Madhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Aug 2007 02:50:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-13T02:50:06Z</dc:date>
    <item>
      <title>subscreen in dialog programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/subscreen-in-dialog-programming/m-p/2689999#M622253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;in my dialog programming i am calling a subscreen .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF SCREEN 2000 AS SUBSCREEN.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: s_lgort FOR mard-lgort NO INTERVALS.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF SCREEN 2000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in PBO&lt;/P&gt;&lt;P&gt; CALL SUBSCREEN SUBSCREEN_2000  INCLUDING SY-REPID '2000'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now my requirement is i want to control the display of the subscreen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;because my screen look like this, after st location lot of spaces then the input box appears.&lt;/P&gt;&lt;P&gt;plant          _______&lt;/P&gt;&lt;P&gt;sales org    _______&lt;/P&gt;&lt;P&gt;division       _______&lt;/P&gt;&lt;P&gt;st location               _________         -&amp;gt;(multple selection)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i want to display the subscreen equal space to plant sales org etc. &lt;/P&gt;&lt;P&gt;plant          _______&lt;/P&gt;&lt;P&gt;sales org    _______&lt;/P&gt;&lt;P&gt;division       _______&lt;/P&gt;&lt;P&gt;st location  _______      -&amp;gt;(multple selection)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to control the display of the subscreen.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Madhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2007 02:50:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/subscreen-in-dialog-programming/m-p/2689999#M622253</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-13T02:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: subscreen in dialog programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/subscreen-in-dialog-programming/m-p/2690000#M622254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi madhu,&lt;/P&gt;&lt;P&gt;i think no need to control the display in your subscreen.if you placed the fields in the screen directly from database please check the field length of the label st location, noramally this will take the size of corresponding  table field.if you dont want the full size reduce the size of the label in screen painter.&lt;/P&gt;&lt;P&gt;reward if helpful&lt;/P&gt;&lt;P&gt;shibu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2007 07:26:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/subscreen-in-dialog-programming/m-p/2690000#M622254</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-16T07:26:01Z</dc:date>
    </item>
  </channel>
</rss>

