<?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: Dynamic screen size in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-screen-size/m-p/3872396#M930808</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;&lt;/P&gt;&lt;P&gt;CTU_PARAMS-DEFSIZE = 'X' is nothing but setting Default screen size.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Dont forget to Reward for the useful Answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rewards,&lt;/P&gt;&lt;P&gt;Raj.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 May 2008 07:24:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-15T07:24:49Z</dc:date>
    <item>
      <title>Dynamic screen size</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-screen-size/m-p/3872392#M930804</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;Is there any method to adjust screen size according to the resolution of the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lluís i Montse&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2008 06:34:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-screen-size/m-p/3872392#M930804</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-15T06:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic screen size</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-screen-size/m-p/3872393#M930805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Suppose if,you are using in BDC,CTU_PARAMS can work for this(i.e Screen resolution).&lt;/P&gt;&lt;P&gt;In session,bdc_insert--ctu_params,&lt;/P&gt;&lt;P&gt; in call transaction--update mode.&lt;/P&gt;&lt;P&gt;1.&lt;/P&gt;&lt;P&gt;CTU_PARAMS is a structure used to control processing of CALL_TRANSACTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSACTION (...) OPTIONS FROM opt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look at CALL TRANSACTION - Calling a Transaction or other threads like CTU_PARAMS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generally CTU_PARAMS Is used to avoid unnecessary screens,even though they will not appear in the recording.i also send a sample code for that to avoid this problem check it once ok..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we have to add the below code in ur bdc program at the begin of ur code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SYNTAX AND CODE:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-------------------------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Elimination Of Illegal Screens&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-------------------------------------------------------------------------------" /&gt;&lt;P&gt; DATA: opt TYPE ctu_params.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;opt-nobinpt = 'X'.&lt;/P&gt;&lt;P&gt;opt-defsize = 'X'.&lt;/P&gt;&lt;P&gt;opt-updmode = 'A'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="5004911"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &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;Shiva Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2008 06:36:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-screen-size/m-p/3872393#M930805</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-15T06:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic screen size</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-screen-size/m-p/3872394#M930806</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;&lt;/P&gt;&lt;P&gt;For &lt;STRONG&gt;BDC&lt;/STRONG&gt; we Use CTU_params for adjusting the Screen resolution.&lt;/P&gt;&lt;P&gt;Check table CTU_PARAMS and field DEFSIZE for setting fixed line of table control.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;For CALL TRANSACTION&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'VA01' USING it_bdcdata&lt;/P&gt;&lt;P&gt;OPTIONS FROM OPT&lt;/P&gt;&lt;P&gt;MESSAGES INTO it_mesg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;opt of type ctu_params.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WA_CTU_PARAMS-DISMODE = 'N'. "no screen mode&lt;/P&gt;&lt;P&gt;WA_CTU_PARAMS-UPDMODE = 'S'. "synchronus update&lt;/P&gt;&lt;P&gt;WA_CTU_PARAMS-NOBINPT = 'X'. &lt;/P&gt;&lt;P&gt;WA_CTU_PARAMS-NOBIEND = 'X'.&lt;/P&gt;&lt;P&gt;WA_CTU_PARAMS-DEFSIZE = 'X'. "Default size&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Default size will play good role in terms of resoultion. in one system in table control you can see 10rows, but in others system it will show 20 records. it depends on resoultion. but when you set the default size then it will take same (default screen size) in all the systems when you run BDC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In session method under BDC_INSERT,you need to handle &lt;/P&gt;&lt;P&gt;CTU_PARAMS for setting screen resolution&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;For ALV Reports&lt;/STRONG&gt; follow the Procedure Given Below&lt;/P&gt;&lt;P&gt;Try the following for your screen which holds the container.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set the screen with and height to the max. extent possible. (screen attributes)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;place the custom controller on the screen and expand it to the full screen width and height.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set the custom control attributes:&lt;/P&gt;&lt;P&gt;by selecting the check box for resizing vertical, horizontal and set the min lines and min columns to 1.&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;Raj.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2008 06:36:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-screen-size/m-p/3872394#M930806</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-15T06:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic screen size</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-screen-size/m-p/3872395#M930807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks. But another question, it is possible to define the default screen size?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2008 07:15:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-screen-size/m-p/3872395#M930807</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-15T07:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic screen size</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-screen-size/m-p/3872396#M930808</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;&lt;/P&gt;&lt;P&gt;CTU_PARAMS-DEFSIZE = 'X' is nothing but setting Default screen size.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Dont forget to Reward for the useful Answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rewards,&lt;/P&gt;&lt;P&gt;Raj.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2008 07:24:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-screen-size/m-p/3872396#M930808</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-15T07:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic screen size</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-screen-size/m-p/3872397#M930809</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;CTU_PARAMS(structure)--&lt;/P&gt;&lt;P&gt;DEFSIZE	CTU_DEFSZE	CHAR	1	0	Default screen size for CALL TRANSACTION USING...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shiva Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2008 07:26:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-screen-size/m-p/3872397#M930809</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-15T07:26:06Z</dc:date>
    </item>
  </channel>
</rss>

