<?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: Entering condition using BAPI BAPI_PO_CREATE1 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/entering-condition-using-bapi-bapi-po-create1/m-p/9256778#M1721448</link>
    <description>&lt;P&gt;Hi Sumit K.&lt;/P&gt;&lt;P&gt;I have the same problem. when you say: "I just changed my condition type pricing". what does it means? thanks a lot &lt;/P&gt;&lt;P&gt;Tito &lt;/P&gt;</description>
    <pubDate>Wed, 04 Nov 2020 16:15:40 GMT</pubDate>
    <dc:creator>former_member343878</dc:creator>
    <dc:date>2020-11-04T16:15:40Z</dc:date>
    <item>
      <title>Entering condition using BAPI BAPI_PO_CREATE1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/entering-condition-using-bapi-bapi-po-create1/m-p/9256772#M1721442</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 creating a PO using BAPI BAPI_PO_CREATE1 and I need to add condition record for the material using the same BAPI. I am able to create PO as well as insert condition record for the material in PO. How ever I am facing an issue in condition record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am providing condition record value in POCOND table in field cond_val but the value is getting displayed in Amount column in PO not in Condition value column. I want the value to be in condition value column in PO. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa_pocond&lt;SPAN class="L0S70"&gt;-ITM_NUMBER &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;lv_item.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa_pocond&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;COND_TYPE&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'ZEXD'.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa_pocond&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;COND_VALUE &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;25.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S70"&gt;&lt;SPAN class="L0S55"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S70"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa_pocond&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;CHANGE_ID&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'I'.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;APPEND &lt;/SPAN&gt;wa_pocond &lt;SPAN class="L0S52"&gt;TO &lt;/SPAN&gt;it_pocond.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa_pocondx&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;ITM_NUMBER &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;c_x.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa_pocondx&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;COND_TYPE&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;c_x.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa_pocondx&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;COND_VALUE &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;c_x.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa_pocondx&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;CHANGE_ID&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;c_x.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;APPEND &lt;/SPAN&gt;wa_pocondx &lt;SPAN class="L0S52"&gt;TO &lt;/SPAN&gt;it_pocondx.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S70"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S70"&gt;I want the value 25 to come in Condition value column not in aAmount column as in the screen shot attched.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S70"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S70"&gt;Kondly help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S70"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S70"&gt;Thanks &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S70"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S70"&gt;Sumit&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S70"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Feb 2013 19:33:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/entering-condition-using-bapi-bapi-po-create1/m-p/9256772#M1721442</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-16T19:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: Entering condition using BAPI BAPI_PO_CREATE1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/entering-condition-using-bapi-bapi-po-create1/m-p/9256773#M1721443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sumit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe the value getting updated is correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the below links. You might get a clue &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1214/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="active_link" href="https://answers.sap.com/thread/2142286" title="http://scn.sap.com/thread/2142286"&gt;http://scn.sap.com/thread/2142286&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/thread/1377265" title="http://scn.sap.com/thread/1377265"&gt;http://scn.sap.com/thread/1377265&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Feb 2013 21:23:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/entering-condition-using-bapi-bapi-po-create1/m-p/9256773#M1721443</guid>
      <dc:creator>former_member491621</dc:creator>
      <dc:date>2013-02-16T21:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: Entering condition using BAPI BAPI_PO_CREATE1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/entering-condition-using-bapi-bapi-po-create1/m-p/9256774#M1721444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please change and check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa_pocond&lt;SPAN class="L0S70"&gt;-ITM_NUMBER &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;lv_item.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa_pocond&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;COND_TYPE&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'ZEXD'.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa_pocond&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;COND_VALUE &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;25.&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="text-decoration: line-through;"&gt;wa_pocond&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;CHANGE_ID&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'I'.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S70"&gt;&lt;SPAN class="L0S55"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S70"&gt;&lt;EM&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa_pocond&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;CHANGE_ID&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'U'.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;APPEND &lt;/SPAN&gt;wa_pocond &lt;SPAN class="L0S52"&gt;TO &lt;/SPAN&gt;it_pocond.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S70"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S70"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S70"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S70"&gt;Abhijit&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Feb 2013 10:17:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/entering-condition-using-bapi-bapi-po-create1/m-p/9256774#M1721444</guid>
      <dc:creator>Abhijit74</dc:creator>
      <dc:date>2013-02-17T10:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: Entering condition using BAPI BAPI_PO_CREATE1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/entering-condition-using-bapi-bapi-po-create1/m-p/9256775#M1721445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aniket,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yeah the value is not getting updated in&amp;nbsp; &lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;KONV-KWERT&lt;/SPAN&gt; field but it is coming in the Amount column not in the Condition column . I want it to come in Condition value column.&amp;nbsp; Kindly refer screen shot attached..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sumit K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2013 04:52:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/entering-condition-using-bapi-bapi-po-create1/m-p/9256775#M1721445</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-18T04:52:09Z</dc:date>
    </item>
    <item>
      <title>Re: Entering condition using BAPI BAPI_PO_CREATE1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/entering-condition-using-bapi-bapi-po-create1/m-p/9256776#M1721446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Abhijit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;above is also not working....:(&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sumit K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2013 04:53:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/entering-condition-using-bapi-bapi-po-create1/m-p/9256776#M1721446</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-18T04:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: Entering condition using BAPI BAPI_PO_CREATE1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/entering-condition-using-bapi-bapi-po-create1/m-p/9256777#M1721447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the replies. I got it resolved. I just changed my condition type pricing and it worked..:):)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sumit K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2013 11:56:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/entering-condition-using-bapi-bapi-po-create1/m-p/9256777#M1721447</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-18T11:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: Entering condition using BAPI BAPI_PO_CREATE1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/entering-condition-using-bapi-bapi-po-create1/m-p/9256778#M1721448</link>
      <description>&lt;P&gt;Hi Sumit K.&lt;/P&gt;&lt;P&gt;I have the same problem. when you say: "I just changed my condition type pricing". what does it means? thanks a lot &lt;/P&gt;&lt;P&gt;Tito &lt;/P&gt;</description>
      <pubDate>Wed, 04 Nov 2020 16:15:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/entering-condition-using-bapi-bapi-po-create1/m-p/9256778#M1721448</guid>
      <dc:creator>former_member343878</dc:creator>
      <dc:date>2020-11-04T16:15:40Z</dc:date>
    </item>
  </channel>
</rss>

