<?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 BAPI_AGREEMENT_MAINTAIN - in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-agreement-maintain/m-p/5155136#M1194295</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;   I am using BAPI_AGREEMENT_MAINTAIN to create contract.&lt;/P&gt;&lt;P&gt;Contract is getting created.When we view the contract through ME32K transaction Net Price is shown as '0.00'.But when we see EKPO table the net price is shown there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Let me know why the net value is not displayed in ME32k or ME32K transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;SP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Feb 2009 09:15:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-10T09:15:49Z</dc:date>
    <item>
      <title>BAPI_AGREEMENT_MAINTAIN -</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-agreement-maintain/m-p/5155136#M1194295</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;   I am using BAPI_AGREEMENT_MAINTAIN to create contract.&lt;/P&gt;&lt;P&gt;Contract is getting created.When we view the contract through ME32K transaction Net Price is shown as '0.00'.But when we see EKPO table the net price is shown there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Let me know why the net value is not displayed in ME32k or ME32K transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;SP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2009 09:15:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-agreement-maintain/m-p/5155136#M1194295</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-10T09:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_AGREEMENT_MAINTAIN -</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-agreement-maintain/m-p/5155137#M1194296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you run ME32K, start the debugger, and put a Watchpoint on field EKPO-NETPR. When it changes the program will stop in debugging mode. Also the program SAPMM06E contains user exits, so be sure to check those out. Just by searching for EKPO-NETPR in this program, I see several places where the field is being set to zero...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2009 22:36:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-agreement-maintain/m-p/5155137#M1194296</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-11T22:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_AGREEMENT_MAINTAIN -</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-agreement-maintain/m-p/5155138#M1194297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;When transaction start, Net price is 0. if you put the watch point, how can you expect watch point will stop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reagrds,&lt;/P&gt;&lt;P&gt;Jaganmohan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2009 17:56:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-agreement-maintain/m-p/5155138#M1194297</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-06T17:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_AGREEMENT_MAINTAIN -</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-agreement-maintain/m-p/5155139#M1194298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A "simple" watchpoint simply records changes in the field... if the value changes from zero to non-zero, the watchpoint will be hit. You can also specify exact values for the field (e.g. stop when the value is greater than or equal to 1), or you can set the watchpoint to trigger when it is equal to another field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Those are all the options available to you. Try using a "simple" watchpoint to see all changes to the field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2009 18:44:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-agreement-maintain/m-p/5155139#M1194298</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-06T18:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_AGREEMENT_MAINTAIN -</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-agreement-maintain/m-p/5155140#M1194299</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;comment the below lines in the BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; lv_logsys = gc_logsys_crm.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; EXPORT lv_logsys TO MEMORY ID 'LOGSYS_CRM'.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now you can see the required change .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2009 07:35:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-agreement-maintain/m-p/5155140#M1194299</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-07T07:35:56Z</dc:date>
    </item>
  </channel>
</rss>

