<?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: reg BDC_INSERT Function module parameters in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-bdc-insert-function-module-parameters/m-p/3757604#M904001</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;TCODE&lt;/P&gt;&lt;P&gt;In which transaction you want to insert the data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;POST_LOCAL&lt;/P&gt;&lt;P&gt;This specifies the local update.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PRINTING&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SIMUBATCH&lt;/P&gt;&lt;P&gt;If you can upload data to multiple transactions..you can set this,which defines simultaneous batch inpu process&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CTUPARAMS&lt;/P&gt;&lt;P&gt;If you want to handle screen resolution for line items , you can set this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Dara.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Apr 2008 06:42:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-29T06:42:30Z</dc:date>
    <item>
      <title>reg BDC_INSERT Function module parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-bdc-insert-function-module-parameters/m-p/3757601#M903998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi friends..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is the purpose of following parameters in the FM BDC_INSERT,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TCODE&lt;/P&gt;&lt;P&gt;POST_LOCAL&lt;/P&gt;&lt;P&gt;PRINTING&lt;/P&gt;&lt;P&gt;SIMUBATCH&lt;/P&gt;&lt;P&gt;CTUPARAMS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here TCODE is to specify the transaction code..&lt;/P&gt;&lt;P&gt;i need the purpose of remaining parameters..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2008 06:36:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-bdc-insert-function-module-parameters/m-p/3757601#M903998</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-29T06:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: reg BDC_INSERT Function module parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-bdc-insert-function-module-parameters/m-p/3757602#M903999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BDC_INSERT takes the following parameters:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TCODE&lt;/P&gt;&lt;P&gt;The code of the transaction that is to be run. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TCODE is an EXPORTING parameter in the function module. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;POST_LOCAL&lt;/P&gt;&lt;P&gt;Parameter to update data locally. If POST_LOCAL = &amp;#145;X&amp;#146;, data will be updated locally.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SIMUBATCH    (save recording option                 'Simualte Background Mode') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CTUPARAMS    (Save 'Call Transaction Using Parameter') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DYNPROTAB&lt;/P&gt;&lt;P&gt;The BDCDATA structure that contains the data that is to be processed by the transaction. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DYNPROTAB is a tables parameter in the function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please have a look at below link for details:&lt;/P&gt;&lt;P&gt;[Adding Data to a Session: BDC_INSERT |http://help.sap.com/saphelp_erp2005/helpdata/en/fa/097133543b11d1898e0000e8322d00/frameset.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vibha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please mark all the useful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2008 06:38:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-bdc-insert-function-module-parameters/m-p/3757602#M903999</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-29T06:38:30Z</dc:date>
    </item>
    <item>
      <title>Re: reg BDC_INSERT Function module parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-bdc-insert-function-module-parameters/m-p/3757603#M904000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Deva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Goto SE37 transaction and press the button 'Function Module Documentation' in the display mode ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2008 06:40:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-bdc-insert-function-module-parameters/m-p/3757603#M904000</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-29T06:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: reg BDC_INSERT Function module parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-bdc-insert-function-module-parameters/m-p/3757604#M904001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;TCODE&lt;/P&gt;&lt;P&gt;In which transaction you want to insert the data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;POST_LOCAL&lt;/P&gt;&lt;P&gt;This specifies the local update.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PRINTING&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SIMUBATCH&lt;/P&gt;&lt;P&gt;If you can upload data to multiple transactions..you can set this,which defines simultaneous batch inpu process&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CTUPARAMS&lt;/P&gt;&lt;P&gt;If you want to handle screen resolution for line items , you can set this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Dara.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2008 06:42:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-bdc-insert-function-module-parameters/m-p/3757604#M904001</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-29T06:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: reg BDC_INSERT Function module parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-bdc-insert-function-module-parameters/m-p/3757605#M904002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi dara..&lt;/P&gt;&lt;P&gt;thanks for ur replay..&lt;/P&gt;&lt;P&gt;i need some more clear yaar...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;POST_LOCAL&lt;/P&gt;&lt;P&gt;(This specifies the local update.) means where it update  ?&lt;/P&gt;&lt;P&gt;actually if upload with session method means it create a session in sm35 after process that then only it get update...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but by usage of post_local kindly tell me exact purpose..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PRINTING&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SIMUBATCH&lt;/P&gt;&lt;P&gt;If you can upload data to multiple transactions..you can set this,which defines simultaneous batch inpu process&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CTUPARAMS&lt;/P&gt;&lt;P&gt;If you want to handle screen resolution for line items , you can set this.&lt;/P&gt;&lt;P&gt;plz give me some details regarding this ctuparams &amp;amp; simubatch&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2008 07:01:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-bdc-insert-function-module-parameters/m-p/3757605#M904002</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-29T07:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: reg BDC_INSERT Function module parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-bdc-insert-function-module-parameters/m-p/3757606#M904003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Feb 2011 10:31:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-bdc-insert-function-module-parameters/m-p/3757606#M904003</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-25T10:31:31Z</dc:date>
    </item>
  </channel>
</rss>

