<?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 session in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session/m-p/1929779#M385330</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In Call transaction you have to use the OPTIONS from X_CTUPARAMS addition.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Fill x_ctuparams as already discussed&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;call transaction 'VA01' using it_BDCDATA options from x_ctuparams &lt;/P&gt;&lt;P&gt;messages into it_messages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Feb 2007 10:48:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-22T10:48:59Z</dc:date>
    <item>
      <title>BDC session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session/m-p/1929774#M385325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing a problem with BDC Session.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a BDC  for VA01 T-Code. Where i am going to enter the line item details and selects that perticular line item and going to conditions tab. This is the requrement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am done, was going fine. But unfortunately i have come accross an issues where the index of the table control is selecting the worng line and going to conditions tab. Hence the price is coming incorrect in PROD environment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought that this might be some thing to do with the control index. But when i execuyte the same program on other machine it is going fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i saw the sessions creted in the firts run(Failed) even there the sessions are going fine if I deselect the radio button "Dynpro standard size" in SM35.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this is some thing to do with the standard window size. Coz when i run with " Dynpro standard size" selected. The index is changing on the tablecontrol.&lt;/P&gt;&lt;P&gt;Here i can see only 2 lines in the table control and if I deselect the " DYNPRO STANDARD SIZE" , then i am getting more than two line in the table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if i need to some thing here or if there is any SAP note for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mohammed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2007 10:30:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session/m-p/1929774#M385325</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-22T10:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: BDC session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session/m-p/1929775#M385326</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;Actually passing table control in a BDC is always a tricky thing so is tab strip and subscreens.&lt;/P&gt;&lt;P&gt;Check this link it might help you.&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://www.sap-img.com/abap/bdc-example-using-table-control-in-bdc.htm"&amp;gt;table control in bdc&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all helpful replies.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2007 10:34:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session/m-p/1929775#M385326</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2007-02-22T10:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: BDC session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session/m-p/1929776#M385327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohammed,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why not use function module BAPI_SALESORDER_CREATEFROMDAT2 instead of BDC session?  This is a much better way of creating sales documents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gareth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2007 10:35:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session/m-p/1929776#M385327</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-22T10:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: BDC session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session/m-p/1929777#M385328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your BDC_INSERT function module  pass the structure CTUPARAMS.&lt;/P&gt;&lt;P&gt;data x_ctuparams type ctu_params.&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;&amp;lt;b&amp;gt;x_ctuparams-DEFSIZE= 'X'.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2007 10:38:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session/m-p/1929777#M385328</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-22T10:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: BDC session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session/m-p/1929778#M385329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt;Thanks all for the replys. &lt;/P&gt;&lt;P&gt;First i am using Call transaction. If fails it should create a BDC Session.&lt;/P&gt;&lt;P&gt;Can I handle the dynpro syze in Call transaction?&lt;/P&gt;&lt;P&gt;Coz this error should not create a session. Any BDC error related to Customer/Material configuration will create a BDC Session.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mohammed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2007 10:46:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session/m-p/1929778#M385329</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-22T10:46:02Z</dc:date>
    </item>
    <item>
      <title>Re: BDC session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session/m-p/1929779#M385330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In Call transaction you have to use the OPTIONS from X_CTUPARAMS addition.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Fill x_ctuparams as already discussed&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;call transaction 'VA01' using it_BDCDATA options from x_ctuparams &lt;/P&gt;&lt;P&gt;messages into it_messages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2007 10:48:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session/m-p/1929779#M385330</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-22T10:48:59Z</dc:date>
    </item>
    <item>
      <title>Re: BDC session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session/m-p/1929780#M385331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try as below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data g_ctuparams type ctu_params.&lt;/P&gt;&lt;P&gt;g_ctuparams-DISMODE = 'N'.&lt;/P&gt;&lt;P&gt;g_ctuparams-UPDMODE = 'S'.&lt;/P&gt;&lt;P&gt;g_ctuparams-DEFSIZE= 'X'.  "for screen resolution&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSACTION &amp;lt;Tx&amp;gt; USING &amp;lt;bdcdata&amp;gt; OPTIONS FROM g_ctuparams MESSAGES INTO &amp;lt;messtab&amp;gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2007 10:56:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session/m-p/1929780#M385331</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-22T10:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: BDC session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session/m-p/1929781#M385332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Friends,&lt;/P&gt;&lt;P&gt;tried this in the past. I am using 45B system where there is no "options" variant with Call transaction statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mohammed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2007 11:09:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session/m-p/1929781#M385332</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-22T11:09:38Z</dc:date>
    </item>
  </channel>
</rss>

