<?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: Reading data through BDC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-data-through-bdc/m-p/3554400#M855229</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;while recording you can capture the condition type before net price.&lt;/P&gt;&lt;P&gt;and after the perform stament where internal table say record has condition type value,you can validate &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;PERFORM bdc_field       USING  'xyz'
                                           record-j_condition_type.
if record-condition_type = 'ZUR1'.
net_price = '999999'
    PERFORM bdc_field       USING  'abc'
                                         record-net_price.
endif.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;pankaj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Pankaj Singh on Mar 15, 2008 4:42 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 15 Mar 2008 11:09:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-15T11:09:50Z</dc:date>
    <item>
      <title>Reading data through BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-data-through-bdc/m-p/3554398#M855227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can i read some sale order data through BDC?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am using BDC to create sale order.i need to change the net price when the condtion type is ZUR1.so i want to read the cond type.if it is ZUR1 , then only i will change the price.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; how can i achieve this thing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;pabitra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Mar 2008 07:33:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-data-through-bdc/m-p/3554398#M855227</guid>
      <dc:creator>former_member190312</dc:creator>
      <dc:date>2008-03-15T07:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: Reading data through BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-data-through-bdc/m-p/3554399#M855228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Pabitra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you have to check it before filling the data for the BDC. It's impossible to do it when you create the sales order. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stephan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Mar 2008 11:02:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-data-through-bdc/m-p/3554399#M855228</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-15T11:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: Reading data through BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-data-through-bdc/m-p/3554400#M855229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;while recording you can capture the condition type before net price.&lt;/P&gt;&lt;P&gt;and after the perform stament where internal table say record has condition type value,you can validate &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;PERFORM bdc_field       USING  'xyz'
                                           record-j_condition_type.
if record-condition_type = 'ZUR1'.
net_price = '999999'
    PERFORM bdc_field       USING  'abc'
                                         record-net_price.
endif.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;pankaj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Pankaj Singh on Mar 15, 2008 4:42 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Mar 2008 11:09:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-data-through-bdc/m-p/3554400#M855229</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-15T11:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: Reading data through BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-data-through-bdc/m-p/3554401#M855230</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; U can use the bapi: BAPI_SALESORDER_CHANGE for changing the sales order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the documentation of the bapi for understanding.&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;Pratap.M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Mar 2008 11:53:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-data-through-bdc/m-p/3554401#M855230</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-15T11:53:13Z</dc:date>
    </item>
  </channel>
</rss>

