<?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 in table control bdc in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-resolution-in-table-control-bdc/m-p/6274855#M1387245</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;i have done whatever you have mentioned but still i couldnt solve the issue.&lt;/P&gt;&lt;P&gt;what may be the problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Nov 2009 06:40:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-11-12T06:40:39Z</dc:date>
    <item>
      <title>Screen Resolution in table control bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-resolution-in-table-control-bdc/m-p/6274853#M1387243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Im working on bdc table control using call transaction method for vk11 and mek1.While uploading data for vk11 for the first time it is taking all the records of the input file and if i do the same for the second time by changing the amount value it is taking only 24 records .(i.e if the input file contains only 24 records it wil update else if it has 25 records or more it not updating even single record and it is showing error " No batch input data for screen sapmv13A ..)...this issue is with the production server......................whereas in development and quality servers there is no problem....................&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what migh be the problem and how to solve it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone plz help me on this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Nov 2009 14:33:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-resolution-in-table-control-bdc/m-p/6274853#M1387243</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-11T14:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Resolution in table control bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-resolution-in-table-control-bdc/m-p/6274854#M1387244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if its a problem in screen resolution then while recording through SHDB mark the check box &lt;STRONG&gt;default size&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to make the bdc execute in standard screen size check the code below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data x_ctuparams type ctu_params.&lt;/P&gt;&lt;P&gt;x_ctuparams-defsize = 'X'. " This would freeze the resolution in any system&lt;/P&gt;&lt;P&gt;x_ctuparams-dismode = 'N'.&lt;/P&gt;&lt;P&gt;x_ctuparams-updmode = 'S'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call transaction &amp;lt;TCODE&amp;gt; using it_bdcdata options from x_ctuparams.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So whatever is the screen size of the users front-end, the BDC will execute in standard screen size&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Nov 2009 14:35:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-resolution-in-table-control-bdc/m-p/6274854#M1387244</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2009-11-11T14:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Resolution in table control bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-resolution-in-table-control-bdc/m-p/6274855#M1387245</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;i have done whatever you have mentioned but still i couldnt solve the issue.&lt;/P&gt;&lt;P&gt;what may be the problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Nov 2009 06:40:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-resolution-in-table-control-bdc/m-p/6274855#M1387245</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-12T06:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Resolution in table control bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-resolution-in-table-control-bdc/m-p/6274856#M1387246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As you mentioned that there is no problem in QA and PRD servers, im not bale to know the exact problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of BDC you can try &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI - &lt;STRONG&gt;BAPI_PRICES_CONDITIONS&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function modules&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RV_CONDITION_RESET&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RV_CONDITION_COPY&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RV_CONDITION_SAVE&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Nov 2009 08:41:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-resolution-in-table-control-bdc/m-p/6274856#M1387246</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2009-11-12T08:41:33Z</dc:date>
    </item>
  </channel>
</rss>

