<?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: Problem in BDC Program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bdc-program/m-p/8473905#M1651596</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;In pricing element Table Control we have to pass condition type. For each material a set of condition types pre-exists, for us to pass condition types we have to capture index number which changes dynamically. &lt;/P&gt;&lt;P&gt;We have to pass the index number to T_BDCDATA prior calling the transaction ME47 to append the condition type to the last line of the Pricing element table control which changes dynamically.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Dec 2011 04:02:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-12-28T04:02:25Z</dc:date>
    <item>
      <title>Problem in BDC Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bdc-program/m-p/8473902#M1651593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a problem while I am doing BDC program for Maintaining Quotation.i.e,I have Header data and Item Data.In Item data it has multiple items.For each item I have to give condition type in the table control(which has already pre-existed condition types),but I have to place new Condition type at the last line of the table control.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Dec 2011 13:05:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bdc-program/m-p/8473902#M1651593</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-27T13:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in BDC Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bdc-program/m-p/8473903#M1651594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look in the tcode screen there must be a button to add new line item record that in this way you dont have to count number of lines in table control just check in menu options..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nabheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Dec 2011 13:16:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bdc-program/m-p/8473903#M1651594</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2011-12-27T13:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in BDC Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bdc-program/m-p/8473904#M1651595</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;Does using BAPI_CUSTOMER_QUOTATION_CREATE and  BAPI_CUSTOMER_QUOTATION_CHANGE doesnt suffice your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's easier and much faster.&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;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Dec 2011 14:19:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bdc-program/m-p/8473904#M1651595</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-27T14:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in BDC Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bdc-program/m-p/8473905#M1651596</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;In pricing element Table Control we have to pass condition type. For each material a set of condition types pre-exists, for us to pass condition types we have to capture index number which changes dynamically. &lt;/P&gt;&lt;P&gt;We have to pass the index number to T_BDCDATA prior calling the transaction ME47 to append the condition type to the last line of the Pricing element table control which changes dynamically.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Dec 2011 04:02:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bdc-program/m-p/8473905#M1651596</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-28T04:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in BDC Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bdc-program/m-p/8473906#M1651597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You dont need to capture index number the reason is as follow. When you go to conditions tab you will see an icon with + sign means insert row it insert the condition type at the end .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do the recording of inserting using that button you wont need an index.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nabheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Dec 2011 05:34:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bdc-program/m-p/8473906#M1651597</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2011-12-28T05:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in BDC Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bdc-program/m-p/8473907#M1651598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for Your Reply&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Dec 2011 10:31:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bdc-program/m-p/8473907#M1651598</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-28T10:31:53Z</dc:date>
    </item>
  </channel>
</rss>

