<?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: Help in BDC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-bdc/m-p/2204299#M471316</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;Have you tried using BAPI_PO_CHANGE?  It's easier...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Br!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 May 2007 13:57:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-03T13:57:21Z</dc:date>
    <item>
      <title>Help in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-bdc/m-p/2204296#M471313</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;  how to change value of a condition type 'X' in ME23N, thru BDC. the problm i m facing is, i m nt abl 2 trap dat particular cond type while doing recording bcoz of involvment of table control into it, as the cursor position is varying in every PO for that cond type. jst tell me a way hw 2 change value of ny cond type in a PO thru BDC. &lt;/P&gt;&lt;P&gt;see....&lt;/P&gt;&lt;P&gt;this line...&lt;/P&gt;&lt;P&gt;JCV1      Settoff CVD+ADD         100.000 %            22.75 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to this...&lt;/P&gt;&lt;P&gt;JCV1      Settoff CVD+ADD             0 %                      0.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2007 04:26:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-bdc/m-p/2204296#M471313</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-03T04:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: Help in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-bdc/m-p/2204297#M471314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rohit,&lt;/P&gt;&lt;P&gt;            You first do recording for a given condition type.&lt;/P&gt;&lt;P&gt;take all PO and their corresponding condition type into an internal table i_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at i_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write all the recoding code here and pass the po and condition type value from ur internal table.corresponding to those value ur next screen will appear.pass all the values from ur internal table.remove all the hard code value that are in recording.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hemant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2007 04:40:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-bdc/m-p/2204297#M471314</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-03T04:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: Help in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-bdc/m-p/2204298#M471315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hemant&lt;/P&gt;&lt;P&gt; Thnx 4 ur suggstn, actully i hav compltd that part, i m stuck at that point where the condition type is occuring at page down or u can say in table control scroll. hw to catch that particular cursor where dat cond type and its value is occuring. it can occur at ny place. since i get KOMV-KSCHL and not its name(the cond type name is JCV1) so  i hav 2 catch it by cursor pos. i hop u hav got d prob....&lt;/P&gt;&lt;P&gt;plz ask if its still nt clear...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2007 12:08:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-bdc/m-p/2204298#M471315</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-03T12:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: Help in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-bdc/m-p/2204299#M471316</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;Have you tried using BAPI_PO_CHANGE?  It's easier...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Br!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2007 13:57:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-bdc/m-p/2204299#M471316</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-03T13:57:21Z</dc:date>
    </item>
  </channel>
</rss>

