<?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: Creating PM plans using /ISDFPS/MPLAN_CREATE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-pm-plans-using-isdfps-mplan-create/m-p/2023889#M414576</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: calibri, verdana, arial, sans-serif;"&gt;Hi Lourdu,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: calibri, verdana, arial, sans-serif;"&gt;It is always advisable to use a standard FM whenever possible, rather than BDC. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: calibri, verdana, arial, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: calibri, verdana, arial, sans-serif;"&gt;As Reddy suggested, we should use the FM NUMBER_GET_NEXT. Belated thanks to Reddy by the way.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: calibri, verdana, arial, sans-serif;"&gt;I have previously tried with MPLA_NR for to retrieve the next number for maintenance plan, and MPOS_NR for the next maintenance plan item number.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: calibri, verdana, arial, sans-serif;"&gt;&lt;SPAN style="color: #000000; font-weight: bold;"&gt;CALL FUNCTION&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-weight: bold;"&gt; 'NUMBER_GET_NEXT'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: #000000; font-weight: bold; font-family: calibri, verdana, arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp; EXPORTING&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: #000000; font-family: calibri, verdana, arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; nr_range_nr&amp;nbsp;&amp;nbsp; = '01'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: #000000; font-family: calibri, verdana, arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; object&amp;nbsp;&amp;nbsp; = '&lt;SPAN style="color: #333333;"&gt;MPLA_NR'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: #000000; font-weight: bold; font-family: calibri, verdana, arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp; IMPORTING&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: #000000; font-family: calibri, verdana, arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; number&amp;nbsp;&amp;nbsp; = lv_mpla_nr&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: #000000; font-weight: bold; font-family: calibri, verdana, arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp; EXCEPTIONS&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: #000000; font-family: calibri, verdana, arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; interval_not_found&amp;nbsp;&amp;nbsp; = &lt;SPAN style="font-weight: bold;"&gt;1&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: #000000; font-family: calibri, verdana, arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; number_range_not_intern = &lt;SPAN style="font-weight: bold;"&gt;2&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: #000000; font-family: calibri, verdana, arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; object_not_found&amp;nbsp;&amp;nbsp; = &lt;SPAN style="font-weight: bold;"&gt;3&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: #000000; font-family: calibri, verdana, arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; quantity_is_0&amp;nbsp;&amp;nbsp; = &lt;SPAN style="font-weight: bold;"&gt;4&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: #000000; font-family: calibri, verdana, arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; quantity_is_not_1&amp;nbsp;&amp;nbsp; = &lt;SPAN style="font-weight: bold;"&gt;5&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: #000000; font-family: calibri, verdana, arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; interval_overflow&amp;nbsp;&amp;nbsp; = &lt;SPAN style="font-weight: bold;"&gt;6&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: #000000; font-family: calibri, verdana, arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; buffer_overflow&amp;nbsp;&amp;nbsp; = &lt;SPAN style="font-weight: bold;"&gt;7&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="color: #000000; font-size: 8pt; font-family: calibri, verdana, arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OTHERS&amp;nbsp;&amp;nbsp; = &lt;SPAN style="font-weight: bold;"&gt;8&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt; font-family: calibri, verdana, arial, sans-serif;"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 8pt; font-family: calibri, verdana, arial, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 8pt; font-family: calibri, verdana, arial, sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 8pt; font-family: calibri, verdana, arial, sans-serif;"&gt;Joanne&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Apr 2015 07:16:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2015-04-02T07:16:04Z</dc:date>
    <item>
      <title>Creating PM plans using /ISDFPS/MPLAN_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-pm-plans-using-isdfps-mplan-create/m-p/2023883#M414570</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 am trying to creat maintenance plan for a equipment by using the function module '/ISDFPS/MPLAN_CREATE'. When i create plan using transaction IP01 plan number and item are internally generated. When i am creating the plan by using the above function module what should i pass for plan number and item. i am trying to pass like %0000001, it is giving an error saying there is no maintenanace plan with %0000001. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Rajavardana Reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2007 15:13:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-pm-plans-using-isdfps-mplan-create/m-p/2023883#M414570</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-14T15:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: Creating PM plans using /ISDFPS/MPLAN_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-pm-plans-using-isdfps-mplan-create/m-p/2023884#M414571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Before calling this function module FM NUMBER_GET_NEXT is used to get the next number for plan and item. This is number is passed to create function module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        rajavardhana reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2007 08:22:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-pm-plans-using-isdfps-mplan-create/m-p/2023884#M414571</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-19T08:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: Creating PM plans using /ISDFPS/MPLAN_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-pm-plans-using-isdfps-mplan-create/m-p/2023885#M414572</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'm trying to create a maintenance plan with multiple counters but unable to find any BAPIs or FMs. BDC was one of my option but had trouble controlling the multiple cycles.&lt;/P&gt;&lt;P&gt;Anyhow, What do you feed in for the&lt;/P&gt;&lt;P&gt;1. Number range number (Current latest number?)&lt;/P&gt;&lt;P&gt;2. Number range object. Where do you find the number range object for maintenance plan. I found a Tcode IP20 for maintenance plan number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help. Thank you very much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Joanne Kerk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2007 11:25:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-pm-plans-using-isdfps-mplan-create/m-p/2023885#M414572</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-25T11:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: Creating PM plans using /ISDFPS/MPLAN_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-pm-plans-using-isdfps-mplan-create/m-p/2023886#M414573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I later managed to find out the object numbers for the following tables:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the header table - MPLA&lt;/P&gt;&lt;P&gt;Object: MPLA_NR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the item table - MPOS&lt;/P&gt;&lt;P&gt;Object: MPOS_NR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2007 07:34:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-pm-plans-using-isdfps-mplan-create/m-p/2023886#M414573</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-14T07:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: Creating PM plans using /ISDFPS/MPLAN_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-pm-plans-using-isdfps-mplan-create/m-p/2023887#M414574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi reddy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to use the fm 'Number_get_text'&amp;nbsp; with the values for Importing parameters&lt;/P&gt;&lt;P&gt;NR_RANGE_NR--&amp;gt; 20 or 00 and OBJECT = 'WARPL'&amp;nbsp; i am getting the error message "The Number ranage object WARPL does not exist" .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please let me know which value i need to pass in the function module importing parameters.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2014 08:17:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-pm-plans-using-isdfps-mplan-create/m-p/2023887#M414574</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-09-30T08:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: Creating PM plans using /ISDFPS/MPLAN_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-pm-plans-using-isdfps-mplan-create/m-p/2023888#M414575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joanne,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. I am retriving the existing maintenance plan data from the table Mpla, mpos,mmpt and creating the maintenance plan for the new contract and item with using of this data except Wapos and WARPL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to use the function module 'MPLAN_CREATE' to create and the customer is not prefer to use the BDC.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2014 08:21:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-pm-plans-using-isdfps-mplan-create/m-p/2023888#M414575</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-09-30T08:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: Creating PM plans using /ISDFPS/MPLAN_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-pm-plans-using-isdfps-mplan-create/m-p/2023889#M414576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: calibri, verdana, arial, sans-serif;"&gt;Hi Lourdu,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: calibri, verdana, arial, sans-serif;"&gt;It is always advisable to use a standard FM whenever possible, rather than BDC. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: calibri, verdana, arial, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: calibri, verdana, arial, sans-serif;"&gt;As Reddy suggested, we should use the FM NUMBER_GET_NEXT. Belated thanks to Reddy by the way.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: calibri, verdana, arial, sans-serif;"&gt;I have previously tried with MPLA_NR for to retrieve the next number for maintenance plan, and MPOS_NR for the next maintenance plan item number.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: calibri, verdana, arial, sans-serif;"&gt;&lt;SPAN style="color: #000000; font-weight: bold;"&gt;CALL FUNCTION&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-weight: bold;"&gt; 'NUMBER_GET_NEXT'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: #000000; font-weight: bold; font-family: calibri, verdana, arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp; EXPORTING&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: #000000; font-family: calibri, verdana, arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; nr_range_nr&amp;nbsp;&amp;nbsp; = '01'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: #000000; font-family: calibri, verdana, arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; object&amp;nbsp;&amp;nbsp; = '&lt;SPAN style="color: #333333;"&gt;MPLA_NR'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: #000000; font-weight: bold; font-family: calibri, verdana, arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp; IMPORTING&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: #000000; font-family: calibri, verdana, arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; number&amp;nbsp;&amp;nbsp; = lv_mpla_nr&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: #000000; font-weight: bold; font-family: calibri, verdana, arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp; EXCEPTIONS&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: #000000; font-family: calibri, verdana, arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; interval_not_found&amp;nbsp;&amp;nbsp; = &lt;SPAN style="font-weight: bold;"&gt;1&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: #000000; font-family: calibri, verdana, arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; number_range_not_intern = &lt;SPAN style="font-weight: bold;"&gt;2&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: #000000; font-family: calibri, verdana, arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; object_not_found&amp;nbsp;&amp;nbsp; = &lt;SPAN style="font-weight: bold;"&gt;3&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: #000000; font-family: calibri, verdana, arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; quantity_is_0&amp;nbsp;&amp;nbsp; = &lt;SPAN style="font-weight: bold;"&gt;4&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: #000000; font-family: calibri, verdana, arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; quantity_is_not_1&amp;nbsp;&amp;nbsp; = &lt;SPAN style="font-weight: bold;"&gt;5&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: #000000; font-family: calibri, verdana, arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; interval_overflow&amp;nbsp;&amp;nbsp; = &lt;SPAN style="font-weight: bold;"&gt;6&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; color: #000000; font-family: calibri, verdana, arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; buffer_overflow&amp;nbsp;&amp;nbsp; = &lt;SPAN style="font-weight: bold;"&gt;7&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="color: #000000; font-size: 8pt; font-family: calibri, verdana, arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OTHERS&amp;nbsp;&amp;nbsp; = &lt;SPAN style="font-weight: bold;"&gt;8&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 8pt; font-family: calibri, verdana, arial, sans-serif;"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 8pt; font-family: calibri, verdana, arial, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 8pt; font-family: calibri, verdana, arial, sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 8pt; font-family: calibri, verdana, arial, sans-serif;"&gt;Joanne&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 07:16:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-pm-plans-using-isdfps-mplan-create/m-p/2023889#M414576</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-02T07:16:04Z</dc:date>
    </item>
  </channel>
</rss>

