<?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 Resolution in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-resolution/m-p/2006058#M408892</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps you can switch to something other than BDC?  I know it doesn't solve your current situation; however a much better long term solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Mar 2007 18:07:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-16T18:07:00Z</dc:date>
    <item>
      <title>BDC Resolution</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-resolution/m-p/2006052#M408886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;&amp;lt;/b&amp;gt;HAI CAN ANY ONE TELL ME ABT THE RESOLUTION CONCEPT IN BDC, HOW TO HANDLE IT,FOR EXAMPLE WHEN I RECORD A TRANSACTION AND USE PAGE DOWN FOR FILLING LINES OF TABLE CONTROLS , BUT SOME TIMES THE PROBLEM ARISES WHEN IN PRODUCTION WHERE I GET MORE LINES AND THE PAGE DOWN IS TRIGGERED BEFORE ALL LINES ARE FILLED, TAKE THIS WAY IN RECORDING I GET THREE LINES AND THEN I DO PAGE DOWN, BUT IN PRODUCTION I GET FOUR LINES AND THE PAGE DOWN IS TRIGGERED FOR THRRE LINES ONLY INSTEAD OF FOUR , HOW TO RESTRICT THIS&lt;/P&gt;&lt;P&gt;BYE&lt;/P&gt;&lt;P&gt;AFZAL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2007 04:50:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-resolution/m-p/2006052#M408886</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-16T04:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Resolution</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-resolution/m-p/2006053#M408887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;where options like structure of ctu_params.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;form bdc_transaction using tcode.&lt;/P&gt;&lt;P&gt;  call function 'BDC_INSERT'&lt;/P&gt;&lt;P&gt;    exporting&lt;/P&gt;&lt;P&gt;      tcode     = tcode&lt;/P&gt;&lt;P&gt;     &amp;lt;b&amp;gt; ctuparams = options.&amp;lt;/b&amp;gt;    tables&lt;/P&gt;&lt;P&gt;      dynprotab = bdcdata.&lt;/P&gt;&lt;P&gt;endform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2007 04:52:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-resolution/m-p/2006053#M408887</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-16T04:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Resolution</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-resolution/m-p/2006054#M408888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok thanx can u give me exact statement for that and if i use bdc_insert then how to handle in that case&lt;/P&gt;&lt;P&gt;regads&lt;/P&gt;&lt;P&gt;afzal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2007 05:14:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-resolution/m-p/2006054#M408888</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-16T05:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Resolution</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-resolution/m-p/2006055#M408889</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;Table control in BDC&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/bdc-example-using-table-control-in-bdc.htm" target="test_blank"&gt;http://www.sap-img.com/abap/bdc-example-using-table-control-in-bdc.htm&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kishore.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2007 05:24:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-resolution/m-p/2006055#M408889</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-16T05:24:26Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Resolution</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-resolution/m-p/2006056#M408890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Afzal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From your question I came to know that ur problem is with Table Control Screen resolution. Try this coding to freeze the resolution irrespective of the client and system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do something like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data x_ctuparams type ctu_params.&lt;/P&gt;&lt;P&gt;&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;&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>Fri, 16 Mar 2007 06:42:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-resolution/m-p/2006056#M408890</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-16T06:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Resolution</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-resolution/m-p/2006057#M408891</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;PRE&gt;&lt;CODE&gt;WA_CTU_PARAMS type ctu_params.

WA_CTU_PARAMS-DISMODE = 'N'. "no screen mode
WA_CTU_PARAMS-UPDMODE = 'S'. "synchronus update
WA_CTU_PARAMS-NOBINPT = 'X'. 
WA_CTU_PARAMS-NOBIEND = 'X'.
WA_CTU_PARAMS-DEFSIZE = 'X'. "Default size

CALL TRANSACTION 'VA01' USING it_bdcdata
OPTIONS FROM WA_CTU_PARAMS
MESSAGES INTO it_mesg.&lt;/CODE&gt;&lt;/PRE&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;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2007 06:48:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-resolution/m-p/2006057#M408891</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-16T06:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Resolution</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-resolution/m-p/2006058#M408892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps you can switch to something other than BDC?  I know it doesn't solve your current situation; however a much better long term solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2007 18:07:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-resolution/m-p/2006058#M408892</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-16T18:07:00Z</dc:date>
    </item>
  </channel>
</rss>

