<?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 Problem in BADI in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-badi/m-p/4666236#M1097716</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;          I am working on the BADI method IF_EX_ME_PO_PRICING_CUST~PROCESS_KOMP.&lt;/P&gt;&lt;P&gt;I have used a condition that &lt;/P&gt;&lt;P&gt;{if IM_KOMP-MENGE eq '220'.}&lt;/P&gt;&lt;P&gt;   { IM_KOMP-MENGE = '250'.}&lt;/P&gt;&lt;P&gt;In debugging it is reading as 250 which is correct.&lt;/P&gt;&lt;P&gt;But when i come out of this method its again reading the value as 220.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried with some update and modify statements ,but getting same problem.&lt;/P&gt;&lt;P&gt;What is that I need to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Sudheer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Oct 2008 17:29:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-21T17:29:55Z</dc:date>
    <item>
      <title>Problem in BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-badi/m-p/4666236#M1097716</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;          I am working on the BADI method IF_EX_ME_PO_PRICING_CUST~PROCESS_KOMP.&lt;/P&gt;&lt;P&gt;I have used a condition that &lt;/P&gt;&lt;P&gt;{if IM_KOMP-MENGE eq '220'.}&lt;/P&gt;&lt;P&gt;   { IM_KOMP-MENGE = '250'.}&lt;/P&gt;&lt;P&gt;In debugging it is reading as 250 which is correct.&lt;/P&gt;&lt;P&gt;But when i come out of this method its again reading the value as 220.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried with some update and modify statements ,but getting same problem.&lt;/P&gt;&lt;P&gt;What is that I need to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Sudheer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2008 17:29:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-badi/m-p/4666236#M1097716</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-21T17:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-badi/m-p/4666237#M1097717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sudheer,&lt;/P&gt;&lt;P&gt;May be you need to update some other structure. There are several cases  where you need to update the other structure.&lt;/P&gt;&lt;P&gt;Try to find the actual structure or the internal table which holds the data and try to modify that field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chidanand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2008 17:31:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-badi/m-p/4666237#M1097717</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-21T17:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-badi/m-p/4666238#M1097718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chidanand,&lt;/P&gt;&lt;P&gt;                     I have debugged some part of the code where it is triggering this BADI.&lt;/P&gt;&lt;P&gt;In debugging it is coming to the method&lt;/P&gt;&lt;P&gt;CALL METHOD EXITINTF-&amp;gt;PROCESS_KOMP&lt;/P&gt;&lt;P&gt;   EXPORTING&lt;/P&gt;&lt;P&gt;     IM_EKPO = IM_EKPO&lt;/P&gt;&lt;P&gt;     IM_T001W = IM_T001W&lt;/P&gt;&lt;P&gt;     IM_EKKO = IM_EKKO&lt;/P&gt;&lt;P&gt;     IM_KOMK = IM_KOMK&lt;/P&gt;&lt;P&gt;     IM_MT06E = IM_MT06E&lt;/P&gt;&lt;P&gt;     IM_EINA = IM_EINA&lt;/P&gt;&lt;P&gt;     IM_EINE = IM_EINE&lt;/P&gt;&lt;P&gt;     IM_KNT = IM_KNT&lt;/P&gt;&lt;P&gt;   CHANGING&lt;/P&gt;&lt;P&gt;     CH_KOMP = CH_KOMP.&lt;/P&gt;&lt;P&gt;so for this I have written the above code I have mentioned.&lt;/P&gt;&lt;P&gt;Its calling this method and going to my code.After coming out from this methos again I am getting the old value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Sudheer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2008 17:43:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-badi/m-p/4666238#M1097718</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-21T17:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-badi/m-p/4666239#M1097719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sudheer,&lt;/P&gt;&lt;P&gt;Did you check the structure CH_KOMP what value it contains .&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chidanand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2008 17:49:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-badi/m-p/4666239#M1097719</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-21T17:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-badi/m-p/4666240#M1097720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Sudhir,&lt;/P&gt;&lt;P&gt;Create a watch point and see whr the value of the field gets changed, Accordingly do the needful.&lt;/P&gt;&lt;P&gt;Regards'&lt;/P&gt;&lt;P&gt;Avi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2008 17:50:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-badi/m-p/4666240#M1097720</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-21T17:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-badi/m-p/4666241#M1097721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi chidanand,&lt;/P&gt;&lt;P&gt;                       I have even written a code for chaging values in CH_KOMP.&lt;/P&gt;&lt;P&gt;But the same problem I am facing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Sudheer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2008 18:10:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-badi/m-p/4666241#M1097721</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-21T18:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-badi/m-p/4666242#M1097722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Avi,&lt;/P&gt;&lt;P&gt;           As I already mentioned the value is getting changed after the Method.&lt;/P&gt;&lt;P&gt;Thanks..&lt;/P&gt;&lt;P&gt;Sudheer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2008 18:16:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-badi/m-p/4666242#M1097722</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-21T18:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-badi/m-p/4666243#M1097723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sudheer,&lt;/P&gt;&lt;P&gt;Then try to go to the Stack and do some hit and trial method to find the appropriate table which holds the data .&lt;/P&gt;&lt;P&gt;Go to the debugging mode and click on the Calls Stack button to see the stack andselect the progam name and pass your structure name to see &lt;/P&gt;&lt;P&gt;eg:  (PRG_NAME)KOMP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chidanand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2008 18:19:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-badi/m-p/4666243#M1097723</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-21T18:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-badi/m-p/4666244#M1097724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chidanand,&lt;/P&gt;&lt;P&gt;                    Working on this.....Tell u the result after I complete..&lt;/P&gt;&lt;P&gt;But really its taking a lot of time..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Sudheer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2008 19:27:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-badi/m-p/4666244#M1097724</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-21T19:27:44Z</dc:date>
    </item>
  </channel>
</rss>

