<?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: data transfers in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfers/m-p/4610865#M1086448</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;ctu_parameters r u used for bdc on table control .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To handle the resolution we use the parameters &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you open BDC_INSERT function module in SE37......you will see CTUPARAMS parameter in Importing section..&lt;/P&gt;&lt;P&gt;when u call this function module in program...that time you will see this in Exporting section.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please look at below function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BDC_INSERT'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;TCODE = 'ME21N'&lt;/P&gt;&lt;P&gt;u2022	POST_LOCAL = &lt;/P&gt;&lt;P&gt;u2022	PRINTING = &lt;/P&gt;&lt;P&gt;u2022	SIMUBATCH = ' ' &lt;/P&gt;&lt;P&gt;CTUPARAMS = ctuparam&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;dynprotab = IT_BDCDATA&lt;/P&gt;&lt;P&gt;u2022	EXCEPTIONS &lt;/P&gt;&lt;P&gt;u2022	INTERNAL_ERROR = 1 &lt;/P&gt;&lt;P&gt;u2022	NOT_OPEN = 2 &lt;/P&gt;&lt;P&gt;u2022	QUEUE_ERROR = 3 &lt;/P&gt;&lt;P&gt;u2022	TCODE_INVALID = 4 &lt;/P&gt;&lt;P&gt;u2022	PRINTING_INVALID = 5 &lt;/P&gt;&lt;P&gt;u2022	POSTING_INVALID = 6 &lt;/P&gt;&lt;P&gt;u2022	OTHERS = 7&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Oct 2008 06:57:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-27T06:57:10Z</dc:date>
    <item>
      <title>data transfers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfers/m-p/4610863#M1086446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what exactly is 'CTU PARAMS'?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please explain with an example how to set the these params.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Khadeer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: khadeer basha on Oct 27, 2008 7:45 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2008 05:59:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfers/m-p/4610863#M1086446</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-27T05:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: data transfers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfers/m-p/4610864#M1086447</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;CTU_PARAMS is used to for BDC on Tablecontrols.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table control shows different number of rows , in different systems depending on the Resolution. To handle the resolution we will use the CTU_PARAMS option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CTU_PARAMS is having a field DEFSIZE (Default size) . If you set the Default size 'X' then During execution in all the systems it will show the same no of Rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION 'BDC_INSERT'
EXPORTING
TCODE = 'ME21N'

    * POST_LOCAL =
    * PRINTING =
    * SIMUBATCH = ' '

CTUPARAMS = ctuparam
TABLES
dynprotab = IT_BDCDATA

    * EXCEPTIONS
    * INTERNAL_ERROR = 1
    * NOT_OPEN = 2
    * QUEUE_ERROR = 3
    * TCODE_INVALID = 4
    * PRINTING_INVALID = 5
    * POSTING_INVALID = 6
    * OTHERS = 7&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vishwa.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2008 06:52:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfers/m-p/4610864#M1086447</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-27T06:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: data transfers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfers/m-p/4610865#M1086448</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;ctu_parameters r u used for bdc on table control .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To handle the resolution we use the parameters &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you open BDC_INSERT function module in SE37......you will see CTUPARAMS parameter in Importing section..&lt;/P&gt;&lt;P&gt;when u call this function module in program...that time you will see this in Exporting section.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please look at below function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BDC_INSERT'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;TCODE = 'ME21N'&lt;/P&gt;&lt;P&gt;u2022	POST_LOCAL = &lt;/P&gt;&lt;P&gt;u2022	PRINTING = &lt;/P&gt;&lt;P&gt;u2022	SIMUBATCH = ' ' &lt;/P&gt;&lt;P&gt;CTUPARAMS = ctuparam&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;dynprotab = IT_BDCDATA&lt;/P&gt;&lt;P&gt;u2022	EXCEPTIONS &lt;/P&gt;&lt;P&gt;u2022	INTERNAL_ERROR = 1 &lt;/P&gt;&lt;P&gt;u2022	NOT_OPEN = 2 &lt;/P&gt;&lt;P&gt;u2022	QUEUE_ERROR = 3 &lt;/P&gt;&lt;P&gt;u2022	TCODE_INVALID = 4 &lt;/P&gt;&lt;P&gt;u2022	PRINTING_INVALID = 5 &lt;/P&gt;&lt;P&gt;u2022	POSTING_INVALID = 6 &lt;/P&gt;&lt;P&gt;u2022	OTHERS = 7&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2008 06:57:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfers/m-p/4610865#M1086448</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-27T06:57:10Z</dc:date>
    </item>
  </channel>
</rss>

