<?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: To Resolve Screen Resolution Problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-resolve-screen-resolution-problem/m-p/1607093#M272422</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;perhaps you whant to adjust the sise of your objects at you screen according to the resolution?&lt;/P&gt;&lt;P&gt;for exempl the sise of the docking conteiner.&lt;/P&gt;&lt;P&gt;Than you need to use something like that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WINDOW_HEIGTH = ( SY-SROWS - 9 ) * 12.&lt;/P&gt;&lt;P&gt;CREATE OBJECT G_DOCKING_CONTAINER&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;REPID = REPID&lt;/P&gt;&lt;P&gt;DYNNR = '100'&lt;/P&gt;&lt;P&gt;SIDE = CL_GUI_DOCKING_CONTAINER=&amp;gt;DOCK_AT_BOTTOM&lt;/P&gt;&lt;P&gt;EXTENSION = WINDOW_HEIGTH.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the 9 is a number of rows from the top of screen to stay free for selectionscreen of dynpro. 12 is the number of pixels per row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward with points for helpful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Alfred&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Oct 2006 11:14:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-18T11:14:08Z</dc:date>
    <item>
      <title>To Resolve Screen Resolution Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-resolve-screen-resolution-problem/m-p/1607092#M272421</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;How to resolve screen resolution problem in BDC Session Method. can't we use ctu_params?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx &amp;amp; Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2006 11:11:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-resolve-screen-resolution-problem/m-p/1607092#M272421</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-18T11:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: To Resolve Screen Resolution Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-resolve-screen-resolution-problem/m-p/1607093#M272422</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;perhaps you whant to adjust the sise of your objects at you screen according to the resolution?&lt;/P&gt;&lt;P&gt;for exempl the sise of the docking conteiner.&lt;/P&gt;&lt;P&gt;Than you need to use something like that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WINDOW_HEIGTH = ( SY-SROWS - 9 ) * 12.&lt;/P&gt;&lt;P&gt;CREATE OBJECT G_DOCKING_CONTAINER&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;REPID = REPID&lt;/P&gt;&lt;P&gt;DYNNR = '100'&lt;/P&gt;&lt;P&gt;SIDE = CL_GUI_DOCKING_CONTAINER=&amp;gt;DOCK_AT_BOTTOM&lt;/P&gt;&lt;P&gt;EXTENSION = WINDOW_HEIGTH.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the 9 is a number of rows from the top of screen to stay free for selectionscreen of dynpro. 12 is the number of pixels per row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward with points for helpful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Alfred&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2006 11:14:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-resolve-screen-resolution-problem/m-p/1607093#M272422</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-18T11:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: To Resolve Screen Resolution Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-resolve-screen-resolution-problem/m-p/1607094#M272423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, you can use ctu_params.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is for Default screen size for CALL TRANSACTION. It signifies the screen size will be constant irrespective of the screen resolution(which can vary for different user). The importance of this lies in programs(module pool) that contain table controls. With default screen size we can control the no of rows in the table control which otherwise may vary depending on the screen resolution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DEFSIZE is the Selection as to whether the screens of the called transaction are displayed in the standard screen size. Values "X" (standard size), " " (current size).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sample.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : x_ctu_params type ctu_params.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;To have default screen size, mode and update&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  x_ctu_params-defsize = 'X'.&lt;/P&gt;&lt;P&gt;  x_ctu_params-dismode = 'X'.&lt;/P&gt;&lt;P&gt;  x_ctu_params-updmode = 'X'.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;call transaction tscode using  bdcdata&lt;/P&gt;&lt;P&gt;                          options from x_ctu_params&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;Ferry Lianto&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward points if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2006 11:16:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-resolve-screen-resolution-problem/m-p/1607094#M272423</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-18T11:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: To Resolve Screen Resolution Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-resolve-screen-resolution-problem/m-p/1607095#M272424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ferry&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx For ur response.&lt;/P&gt;&lt;P&gt;But I want to confirm whether ctu_params can be used for session method also or not?&lt;/P&gt;&lt;P&gt;venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2006 14:00:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-resolve-screen-resolution-problem/m-p/1607095#M272424</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-18T14:00:07Z</dc:date>
    </item>
  </channel>
</rss>

