<?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: ABAP/Support in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-support/m-p/3173930#M755249</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Vasu&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;          That materials say its getting created in plant 'A' , might not be alowing to use standard price....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;generally materials can be created with prices S or V.. standard price and moving avg price... give a try with V&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check with the FC, how is that plant configured... and is there any thing spl with that plant...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Dec 2007 14:51:53 GMT</pubDate>
    <dc:creator>former_member156446</dc:creator>
    <dc:date>2007-12-19T14:51:53Z</dc:date>
    <item>
      <title>ABAP/Support</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-support/m-p/3173929#M755248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SAP experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to SAP support  project . I got issue regarding material creation through MM01 while creating a material it gives the message like "Impossible to use S price for plant".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls help me in this regard and give me some directions to resolve it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;Vasu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2007 14:47:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-support/m-p/3173929#M755248</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-19T14:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP/Support</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-support/m-p/3173930#M755249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Vasu&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;          That materials say its getting created in plant 'A' , might not be alowing to use standard price....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;generally materials can be created with prices S or V.. standard price and moving avg price... give a try with V&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check with the FC, how is that plant configured... and is there any thing spl with that plant...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2007 14:51:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-support/m-p/3173930#M755249</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2007-12-19T14:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP/Support</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-support/m-p/3173931#M755250</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;Thanks for your prompt reply..&lt;/P&gt;&lt;P&gt;Actually i found an enhancement which related to the message .Pls check the code  and suggest me how to resolve it..?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF  wmbew-bwkey NE space.    &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;check  s v &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  TABLES:t001k.&lt;/P&gt;&lt;P&gt;  SELECT SINGLE * FROM t001k WHERE bwkey EQ wmbew-bwkey.&lt;/P&gt;&lt;P&gt;  IF t001k-bukrs EQ '0015'&lt;/P&gt;&lt;P&gt;*CA added Canada company code Begin.&lt;/P&gt;&lt;P&gt;   OR t001k-bukrs EQ 'CA01'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;CA added company code End.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;added by erp-zengyin for speed II project, on 2007/05/17-------begin&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;   OR t001k-bukrs EQ '0011'&lt;/P&gt;&lt;P&gt;-end*&lt;/P&gt;&lt;P&gt;*Insertion by zhouhm_cn for SOH project on 20070215 begin ***&lt;/P&gt;&lt;P&gt;   OR t001k-bukrs EQ 'SG01'.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Insertion by zhouhm_cn for SOH project on 20070215 end&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; IF wmbew-vprsv EQ 'S'.  " 0015&lt;/P&gt;&lt;P&gt;      MESSAGE e002(zhk).&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;  ELSE.&lt;/P&gt;&lt;P&gt;    IF wmbew-vprsv EQ 'V' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      MESSAGE e003(zhk).&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;vasu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2007 16:36:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-support/m-p/3173931#M755250</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-19T16:36:00Z</dc:date>
    </item>
  </channel>
</rss>

