<?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: Using BAPI_PRICES_CONDITIONS in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-prices-conditions/m-p/8055584#M1612216</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Never experienced this sort of issue....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is an other post where we had some discussion and code, may be not be helpful to you &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="10506582"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rather than a program, create a class and call the bapi in the method. it worked for me...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Aug 2011 13:21:34 GMT</pubDate>
    <dc:creator>Shahid</dc:creator>
    <dc:date>2011-08-02T13:21:34Z</dc:date>
    <item>
      <title>Using BAPI_PRICES_CONDITIONS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-prices-conditions/m-p/8055583#M1612215</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;I have developed a functional module ZXX_FM which calls the BAPI_PRICES_CONDITIONS to create/change prices. I also developed a ZXX_Prog program which calls the fm ZXX_FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem:&lt;/P&gt;&lt;P&gt;If I call the fm ZXX_FM directly using the code SE37 and execute. All prices were created as expected. Fine. I can also see the prices using code VK13.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now if use the ZXX_Prog and call the fm ZXX_FM within the program, the condition records are created in all DB (A006, KONH, KONP) but using code VK13, I am not getting the price displayed. I have debugged the underlying report to VK13 (RV13ANBC) and found out that at code line 393, my creadted condition records (using prog ZXX_Prog) is not selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Question:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Has anyone had such experience before?&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Why the prices are created using the function module ZXX_FM and not when using Program ZXX_Prog?&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2011 12:38:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-prices-conditions/m-p/8055583#M1612215</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-02T12:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: Using BAPI_PRICES_CONDITIONS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-prices-conditions/m-p/8055584#M1612216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Never experienced this sort of issue....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is an other post where we had some discussion and code, may be not be helpful to you &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="10506582"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rather than a program, create a class and call the bapi in the method. it worked for me...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2011 13:21:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-prices-conditions/m-p/8055584#M1612216</guid>
      <dc:creator>Shahid</dc:creator>
      <dc:date>2011-08-02T13:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: Using BAPI_PRICES_CONDITIONS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-prices-conditions/m-p/8055585#M1612217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess I will have to use the class method CL_CACS_APPL_DATA_SERVICES-&amp;gt;CREATE_NEW_CONDITION_RECORD or the FM RV_CONDITION_COPY&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2011 19:50:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-prices-conditions/m-p/8055585#M1612217</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-03T19:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: Using BAPI_PRICES_CONDITIONS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-prices-conditions/m-p/8055586#M1612218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I also found out what I am doing wrong. The VAKEY input was errornous. I inputed the value in Debug modus and the prices conditions were created successfully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2011 19:52:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-prices-conditions/m-p/8055586#M1612218</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-03T19:52:45Z</dc:date>
    </item>
  </channel>
</rss>

