<?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: Table Control Screen Resolution in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-table-control-screen-resolution/m-p/1820565#M350777</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;unfortunately, I think this is very difficult to control. Pls, check in the&lt;/P&gt;&lt;P&gt;transaction that you are working in, if there is an option or some way,&lt;/P&gt;&lt;P&gt;to say explicitly, what position you need to modify.&lt;/P&gt;&lt;P&gt;In other way, maybe you can find a Funtion Module or a BAPI, that can do&lt;/P&gt;&lt;P&gt;the same work that you need to do in your batch input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Carles&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Jan 2007 14:24:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-15T14:24:43Z</dc:date>
    <item>
      <title>BDC: Table Control Screen Resolution</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-table-control-screen-resolution/m-p/1820563#M350775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abapers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.In BDC while handling table control , how to handle screen resolution , that means in some systems i can see 5 item entries , in some systems i can see 10 item entries how to handle this , can u  send the Code relating this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards&lt;/P&gt;&lt;P&gt;Bhaskar Rao.M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jan 2007 14:18:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-table-control-screen-resolution/m-p/1820563#M350775</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-15T14:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: BDC: Table Control Screen Resolution</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-table-control-screen-resolution/m-p/1820564#M350776</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;The numeber of lines of table control for BDC depend on screen resolution, but It can't be managed by program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the better solution is to create a bdc doesn't depend on resolution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It can do that using always the first two lines of table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you start the simulation, first record has to be placed in first line of tc and the second in second one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before placing the third record, it needs to place the second record to the top and so the third record can be placed in the second line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before placing the next record, it needs to place the third record to the top and so the fourth record can be placed in the second line and so.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this way your BDC'll use alwways the first two lines of tc and your program won't depend on resolution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is the transaction you need to simulate by BDC has to have a scroll functionality to allow to place the last record was elaborated to the top of tc, so the second line of tc can always be used to place the new record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there isn't this functionality, it's better to use a BAPI instead of BDC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check these two&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="1360878"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=739193&amp;amp;messageID=823953" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=739193&amp;amp;messageID=823953&lt;/A&gt;&lt;/P&gt;&lt;P&gt;??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if found helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jan 2007 14:23:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-table-control-screen-resolution/m-p/1820564#M350776</guid>
      <dc:creator>rahulkavuri</dc:creator>
      <dc:date>2007-01-15T14:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: BDC: Table Control Screen Resolution</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-table-control-screen-resolution/m-p/1820565#M350777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;unfortunately, I think this is very difficult to control. Pls, check in the&lt;/P&gt;&lt;P&gt;transaction that you are working in, if there is an option or some way,&lt;/P&gt;&lt;P&gt;to say explicitly, what position you need to modify.&lt;/P&gt;&lt;P&gt;In other way, maybe you can find a Funtion Module or a BAPI, that can do&lt;/P&gt;&lt;P&gt;the same work that you need to do in your batch input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Carles&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jan 2007 14:24:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-table-control-screen-resolution/m-p/1820565#M350777</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-15T14:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: BDC: Table Control Screen Resolution</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-table-control-screen-resolution/m-p/1820566#M350778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Bhaskar Rao,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While recording for transactions with table control, always enter value only in the first row and click the + button just above or below the table control to enter the second value. Now the cursor will always be in the 1st position. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hence, we can code the program to enter the values always in the 1st row, no matter on which resolution the screen is displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For old transactions (which does not use SAP Enjoy controls), instead of PLUS icon, there would be some down arrow like icon; use that action.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Sajan Joseph.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jan 2007 14:29:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-table-control-screen-resolution/m-p/1820566#M350778</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-15T14:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: BDC: Table Control Screen Resolution</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-table-control-screen-resolution/m-p/1820567#M350779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bhaskar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just use the following syntax for call transaction:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
"Declare itab_bdcdata with type bdcdata.
 DATA:  f_option         TYPE ctu_params.
 DATA: fitab_bdcmsgcoll TYPE bdcmsgcoll OCCURS 0.

  f_option-updmode  = 'S'.
  f_option-defsize  =  'X'.
  f_option-dismode  = 'N'.

  CALL TRANSACTION &amp;lt;here use ur transaction&amp;gt; USING itab_bdcdata
                         OPTIONS FROM f_option
                        MESSAGES INTO fitab_bdcmsgcoll.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here in this code the defsize option makes the handling of table control same across all the systems. So just do a recording of your transaction with the default screen size &amp;amp; then increment the index based on the no which you get in the default recording for the table control entries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chetan.&lt;/P&gt;&lt;P&gt;PS:Reward points if this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jan 2007 14:29:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-table-control-screen-resolution/m-p/1820567#M350779</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-15T14:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: BDC: Table Control Screen Resolution</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-table-control-screen-resolution/m-p/1820568#M350780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friend,&lt;/P&gt;&lt;P&gt;    Please check the option CTU_PARAMS in call transaction.This will help you for screen resolution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jan 2007 15:02:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-table-control-screen-resolution/m-p/1820568#M350780</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-15T15:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: BDC: Table Control Screen Resolution</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-table-control-screen-resolution/m-p/1820569#M350781</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;How this issues was getting solved. i am facing the same issuee.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prabu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Oct 2010 11:51:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-table-control-screen-resolution/m-p/1820569#M350781</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-12T11:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: BDC: Table Control Screen Resolution</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-table-control-screen-resolution/m-p/1820570#M350782</link>
      <description>&lt;P&gt;Is this error resolved for anyone using BDC? I am getting same error ' Dynpro is too big for internal batch input' in f-36 transaction.&lt;/P&gt;&lt;P&gt;Maximum  its accepting 22 line items&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2019 08:51:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-table-control-screen-resolution/m-p/1820570#M350782</guid>
      <dc:creator>Mohammed_Nabeel</dc:creator>
      <dc:date>2019-10-30T08:51:07Z</dc:date>
    </item>
  </channel>
</rss>

