<?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: Screen Resolution problem. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-resolution-problem/m-p/2071708#M429160</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abdul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this coding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WA_CTU_PARAMS 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;CALL TRANSACTION 'VA01' USING it_bdcdata&lt;/P&gt;&lt;P&gt;OPTIONS FROM WA_CTU_PARAMS&lt;/P&gt;&lt;P&gt;MESSAGES INTO it_mesg.&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;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;&lt;/P&gt;&lt;P&gt;Hope this resolves your query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all the helpful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Mar 2007 11:45:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-21T11:45:00Z</dc:date>
    <item>
      <title>Screen Resolution problem.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-resolution-problem/m-p/2071706#M429158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to handle Screen Resolution problem in Data tranfers, while using the TCODE like VA01 which nothing but table control. I came 2 know that there is structure by which we can resolve this problem, Can anybody tell me that structure name and how to use that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2007 08:59:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-resolution-problem/m-p/2071706#M429158</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-21T08:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Resolution problem.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-resolution-problem/m-p/2071707#M429159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The structure is ctu_params&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: xctu_params type ctu_params.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;xctu_params-defsize = 'X'.      " for default size&lt;/P&gt;&lt;P&gt;xctu_params-dismode = 'N'.   " N for no screen mode&lt;/P&gt;&lt;P&gt;xctu_params-updmode = 'S'.  "S for sync mode A for Async mode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call transaction 'VA01' using bdcdata options from xctu_params .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2007 09:05:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-resolution-problem/m-p/2071707#M429159</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-21T09:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Resolution problem.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-resolution-problem/m-p/2071708#M429160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abdul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this coding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WA_CTU_PARAMS 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;CALL TRANSACTION 'VA01' USING it_bdcdata&lt;/P&gt;&lt;P&gt;OPTIONS FROM WA_CTU_PARAMS&lt;/P&gt;&lt;P&gt;MESSAGES INTO it_mesg.&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;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;&lt;/P&gt;&lt;P&gt;Hope this resolves your query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all the helpful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2007 11:45:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-resolution-problem/m-p/2071708#M429160</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-21T11:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Resolution problem.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-resolution-problem/m-p/2071709#M429161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thankx alot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2007 06:05:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-resolution-problem/m-p/2071709#M429161</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-22T06:05:49Z</dc:date>
    </item>
  </channel>
</rss>

