<?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 table control in bdc in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-bdc/m-p/1390493#M189770</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi im working on bdc in which i have a table control .in my screen im able to see 4 line items where i f i run the same program in other system it is not working as in that system only 2 line items of table control are visible.how to handle here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Jul 2006 04:57:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-18T04:57:11Z</dc:date>
    <item>
      <title>table control in bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-bdc/m-p/1390493#M189770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi im working on bdc in which i have a table control .in my screen im able to see 4 line items where i f i run the same program in other system it is not working as in that system only 2 line items of table control are visible.how to handle here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2006 04:57:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-bdc/m-p/1390493#M189770</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-18T04:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: table control in bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-bdc/m-p/1390494#M189771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;make the screen resolution of both machines same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2006 05:00:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-bdc/m-p/1390494#M189771</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-18T05:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: table control in bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-bdc/m-p/1390495#M189772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Babita&lt;/P&gt;&lt;P&gt;You could even use the variable CTUPARAMS in which the Default screen size for CALL TRANSACTION USING... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find this parameter in the FM "BDC_INSERT"&lt;/P&gt;&lt;P&gt;could be used to set the screen size which would not give an error when the line itme in the other screen are more or less.&lt;/P&gt;&lt;P&gt;cheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2006 05:19:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-bdc/m-p/1390495#M189772</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-18T05:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: table control in bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-bdc/m-p/1390496#M189773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Babita,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you are dealing with a BDC for Header &amp;amp; Details, one to many relations. Please tell me the transaction for which u are developing this BDC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alok.&lt;/P&gt;&lt;P&gt;9818122672&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2006 05:24:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-bdc/m-p/1390496#M189773</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-18T05:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: table control in bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-bdc/m-p/1390497#M189774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi babita,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. This a common practical problem with table control bdc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. We have a few solutions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  a) don't use bdc, instead find some appropriate BAPI FM&lt;/P&gt;&lt;P&gt;     to put data in the transaction&lt;/P&gt;&lt;P&gt;  b) run bdc in Foreground, in the same machine,&lt;/P&gt;&lt;P&gt;    and hardcode the number of lines (in table control)&lt;/P&gt;&lt;P&gt;    in the program itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  c) run bdc in background and check whethre&lt;/P&gt;&lt;P&gt;    the number of lines is ok.&lt;/P&gt;&lt;P&gt;    So, this ok number will always be the same,   &lt;/P&gt;&lt;P&gt;    whenever we run in background, from any machine.&lt;/P&gt;&lt;P&gt;   &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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2006 05:27:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-bdc/m-p/1390497#M189774</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-18T05:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: table control in bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-bdc/m-p/1390498#M189775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, &lt;/P&gt;&lt;P&gt;long ago i found this example in a forum:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"CTU_PARMS will force the BDC to use the standard default screen size (rather than being dynamic based on the user's settings. I think I explained that right, but all I know is that it keeps the BDC from behaving differently between users and makes things more consistent for coding logic". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's an example (note that DEFSIZE is the key to the solution here):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: begin of tran_opts, &lt;/P&gt;&lt;P&gt;dismode type ctu_params-dismode value 'N', &lt;/P&gt;&lt;P&gt;updmode type ctu_params-updmode value 'S', &lt;/P&gt;&lt;P&gt;cattmode type ctu_params-cattmode, &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;defsize type ctu_params-defsize value 'X'&amp;lt;/b&amp;gt;, &lt;/P&gt;&lt;P&gt;racommit type ctu_params-racommit, &lt;/P&gt;&lt;P&gt;nobinpt type ctu_params-nobinpt, &lt;/P&gt;&lt;P&gt;nobiend type ctu_params-nobiend, &lt;/P&gt;&lt;P&gt;end of tran_opts. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call transaction 'F-02'&lt;/P&gt;&lt;P&gt;using bdcdata&lt;/P&gt;&lt;P&gt;options from tran_opts&lt;/P&gt;&lt;P&gt;messages into bdc_messages&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps,&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2006 05:42:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-bdc/m-p/1390498#M189775</guid>
      <dc:creator>former_member182371</dc:creator>
      <dc:date>2006-07-18T05:42:45Z</dc:date>
    </item>
    <item>
      <title>Re: table control in bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-bdc/m-p/1390499#M189776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to use this code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a) count the number of line items (say i)&lt;/P&gt;&lt;P&gt;b) do i times.&lt;/P&gt;&lt;P&gt;c) concatenate 'itab-line(' i ')' into a variable (say FNAM) &lt;/P&gt;&lt;P&gt;d) preform BDC using FNAM and value. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Anirban&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2006 05:44:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-bdc/m-p/1390499#M189776</guid>
      <dc:creator>former_member480923</dc:creator>
      <dc:date>2006-07-18T05:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: table control in bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-bdc/m-p/1390500#M189777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI babita,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because of the differences in screen resultion, these problem occur. This can be overcome by passing the Default Screen size option during CALL TRANSACTION.&lt;/P&gt;&lt;P&gt;Then this probem wont occur.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call transaction in this way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

&amp;lt;b&amp;gt;DATA : it_ctu_params TYPE STANDARD TABLE OF ctu_params WITH HEADER LINE.&amp;lt;/b&amp;gt;


it_ctu_params-dismode = 'A'.      "Processing mode  (same as MODE option)
it_ctu_params-updmode = 'S'.      "Update mode   (same as UPDATE option)

&amp;lt;b&amp;gt;it_ctu_params-defsize = 'X'.      "Default screen size for CALL TRANSACTION USING&amp;lt;/b&amp;gt;

it_ctu_params-cattmode = space.   "CATT mode for CALL TRANSACTION USING...
it_ctu_params-racommit = space.   "CALL TRANSACTION USING... is not completed by COMMIT
it_ctu_params-nobinpt  = 'X'.     "Batch input mode
it_ctu_params-nobiend  = 'X'.     "Batch input mode also active after BDC data has been read

&amp;lt;b&amp;gt;APPEND it_ctu_params.&amp;lt;/b&amp;gt;

CALL TRANSACTION 'IA06'
USING it_bdcdata
MESSAGES INTO  it_messtab
&amp;lt;b&amp;gt;OPTIONS FROM   it_ctu_params.&amp;lt;/b&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Refer to F1 help on CALL TRANSACTION for more details.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;... OPTIONS FROM opt&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;This addition gives you control using the values of the components of the structure opt, which must be of the Dictionary type CTU_PARAMS. The components have the following meaning: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DISMODE&lt;/P&gt;&lt;P&gt;Processing mode (comparable with the MODE addition) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UPDMODE&lt;/P&gt;&lt;P&gt;Update mode (comparable with the UPDATE addition) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CATTMODE&lt;/P&gt;&lt;P&gt;CATT mode (controlling a CATT procedure) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The CATT mode can have the following values: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;' ' No CATT procedure active &lt;/P&gt;&lt;P&gt;'N' CATT procedure without single screen control &lt;/P&gt;&lt;P&gt;'A' CATT procedure with single screen control &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DEFSIZE&lt;/P&gt;&lt;P&gt;Use standard window size &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RACOMMIT&lt;/P&gt;&lt;P&gt;COMMIT WORK does not end CATT procedure &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOBINPT&lt;/P&gt;&lt;P&gt;No batch input mode, that s SY-BINPT = SPACE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOBIEND&lt;/P&gt;&lt;P&gt;No batch input mode after BDC data has been read &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The components DEFSIZE , RACOMMIT, NOBINPT, NOBIEND always take the following values: &lt;/P&gt;&lt;P&gt;'X' Yes &lt;/P&gt;&lt;P&gt;' ' No &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;&lt;/P&gt;&lt;P&gt;If the OPTIONS addition is omitted, the following settings are valid for the control parameters: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DISMODE from the MODE addition &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UPDMODE&lt;/P&gt;&lt;P&gt;from the UPDATE addition &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CATTMODE&lt;/P&gt;&lt;P&gt;No CATT procedure active &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DEFSIZE&lt;/P&gt;&lt;P&gt;Do not use standard window size &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RACOMMIT&lt;/P&gt;&lt;P&gt;COMMIT WORK ends procedure successfully &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOBINPT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Batch input mode, that is SY-BINPT =X. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOBIEND&lt;/P&gt;&lt;P&gt;Batch input mode also active after BDC data has been read &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;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arun Sambargi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2006 05:48:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-bdc/m-p/1390500#M189777</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-18T05:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: table control in bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-bdc/m-p/1390501#M189778</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;data: opt type ctu_params.
opt-dismode = 'N'.
opt-upmoade = 'A'.
&amp;lt;b&amp;gt;opt-defsize = 'X'.&amp;lt;/b&amp;gt; "this will set the same no of lines in all the Systems.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Call transaction tcode options &amp;lt;b&amp;gt;opt&amp;lt;/b&amp;gt; messages...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2006 06:08:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-bdc/m-p/1390501#M189778</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-18T06:08:49Z</dc:date>
    </item>
  </channel>
</rss>

