<?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: BDC Screen Resolution in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-screen-resolution/m-p/2368128#M524509</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;For Screen Resolution we use the CTU_PARAMS, &lt;/P&gt;&lt;P&gt;look at the below for an example program&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/ab001.htm" target="test_blank"&gt;http://www.sap-img.com/ab001.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the Example Program for Table Control&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-basis-abap.com/abap/handling-table-control-in-bdc.htm" target="test_blank"&gt;http://www.sap-basis-abap.com/abap/handling-table-control-in-bdc.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
data: i_ctu type ctu_params,

initialization.
i_ctu-dismode = 'A'.
i_ctu-updmode = 'S'.
i_ctu-cattmode = ' '.
i_ctu-defsize = 'X'.   " Screen Resolution Option
i_ctu-nobinpt = 'X'.



CALL TRANSACTION 'KE21N' 
         USING IT_BDCDATA 
          MODE 'A' 
          UPDATE 'S' 
         MESSAGES INTO I_BDCMSGCOLL 
         OPTIONS FROM I_CTU.   " Here you need to give the Screen Resolution&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Jun 2007 06:25:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-19T06:25:58Z</dc:date>
    <item>
      <title>BDC Screen Resolution</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-screen-resolution/m-p/2368127#M524508</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 have one Question&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am doing a data transfer in one laptop which has less resolution&lt;/P&gt;&lt;P&gt;i am recording a table control and i got only 5 table lines to record&lt;/P&gt;&lt;P&gt;but i need to test in PC which has more resolution than Lap top&lt;/P&gt;&lt;P&gt;here i am getting 10 lines &lt;/P&gt;&lt;P&gt;it is showing error like : NO Batch Input for screen available&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any one please help me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;Sri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 06:19:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-screen-resolution/m-p/2368127#M524508</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-19T06:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Screen Resolution</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-screen-resolution/m-p/2368128#M524509</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;For Screen Resolution we use the CTU_PARAMS, &lt;/P&gt;&lt;P&gt;look at the below for an example program&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/ab001.htm" target="test_blank"&gt;http://www.sap-img.com/ab001.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the Example Program for Table Control&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-basis-abap.com/abap/handling-table-control-in-bdc.htm" target="test_blank"&gt;http://www.sap-basis-abap.com/abap/handling-table-control-in-bdc.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
data: i_ctu type ctu_params,

initialization.
i_ctu-dismode = 'A'.
i_ctu-updmode = 'S'.
i_ctu-cattmode = ' '.
i_ctu-defsize = 'X'.   " Screen Resolution Option
i_ctu-nobinpt = 'X'.



CALL TRANSACTION 'KE21N' 
         USING IT_BDCDATA 
          MODE 'A' 
          UPDATE 'S' 
         MESSAGES INTO I_BDCMSGCOLL 
         OPTIONS FROM I_CTU.   " Here you need to give the Screen Resolution&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 06:25:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-screen-resolution/m-p/2368128#M524509</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-19T06:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Screen Resolution</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-screen-resolution/m-p/2368129#M524510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    See below code :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: f_option type ctu_params,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;f_option-updmode = 'S'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;f_option-defsize = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;f_option-dismode = 'N'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call transaction 'VA01' using bdcdata options from f_option messages into bdcerror.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 06:26:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-screen-resolution/m-p/2368129#M524510</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-19T06:26:39Z</dc:date>
    </item>
  </channel>
</rss>

