<?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: Maintenance Plan in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-plan/m-p/3093187#M733814</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;  Try FM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*--Call the function module to get the data based on maintenance plan&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'IWP1_READ_MAINTENANCE_PLAN_DB'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      i_warpl            = wa_final-warpl&lt;/P&gt;&lt;P&gt;      i_aktyp            = space&lt;/P&gt;&lt;P&gt;    IMPORTING&lt;/P&gt;&lt;P&gt;      e_wmpla            = wa_wmpla&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      tab_wmpos          = i_wmpos&lt;/P&gt;&lt;P&gt;      tab_wiloa          = i_wiloa&lt;/P&gt;&lt;P&gt;      tab_wmmpt          = i_wmmpt&lt;/P&gt;&lt;P&gt;      tab_wmhis          = i_wmhis&lt;/P&gt;&lt;P&gt;      tab_wmhio          = i_wmhio&lt;/P&gt;&lt;P&gt;      tab_t351p          = i_t351&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      invalid_number     = 1&lt;/P&gt;&lt;P&gt;      lvorm_set_for_plan = 2&lt;/P&gt;&lt;P&gt;      plan_not_activ     = 3&lt;/P&gt;&lt;P&gt;      lokz_set_for_plan  = 4&lt;/P&gt;&lt;P&gt;      number_initial     = 5&lt;/P&gt;&lt;P&gt;      OTHERS             = 6.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and to convert the value use FM&lt;/P&gt;&lt;P&gt;*--Call function module to convert cycle &amp;amp; offset from floating to&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; character&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    CALL FUNCTION 'FLTP_CHAR_CONVERSION_FROM_SI'&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        char_unit       = v_unit&lt;/P&gt;&lt;P&gt;        decimals        = lc_dec&lt;/P&gt;&lt;P&gt;        fltp_value_si   = v_offset&lt;/P&gt;&lt;P&gt;        indicator_value = c_check&lt;/P&gt;&lt;P&gt;      IMPORTING&lt;/P&gt;&lt;P&gt;        char_value      = v_cycle&lt;/P&gt;&lt;P&gt;      EXCEPTIONS&lt;/P&gt;&lt;P&gt;        no_unit_given   = 1&lt;/P&gt;&lt;P&gt;        unit_not_found  = 2&lt;/P&gt;&lt;P&gt;        OTHERS          = 3.&lt;/P&gt;&lt;P&gt;    IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;      MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno&lt;/P&gt;&lt;P&gt;              WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.&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;Regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Dec 2007 08:24:23 GMT</pubDate>
    <dc:creator>former_member386202</dc:creator>
    <dc:date>2007-12-04T08:24:23Z</dc:date>
    <item>
      <title>Maintenance Plan</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-plan/m-p/3093184#M733811</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;In Maintenace Plan i need the Values of  Maintenance plan Cycle..&lt;/P&gt;&lt;P&gt;its storing in table MMPT-ZYKL1 and the value is comming like this  3.1104000000000000E+07 i am dividing by T006-ZAEHL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any FM to get the values of Maintenance plan Cycle...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2007 05:13:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-plan/m-p/3093184#M733811</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-04T05:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: Maintenance Plan</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-plan/m-p/3093185#M733812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;plz send me the solution....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2007 07:58:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-plan/m-p/3093185#M733812</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-04T07:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: Maintenance Plan</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-plan/m-p/3093186#M733813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;data f1 type f value '3.1104000000000000E+07'.
data f2(10)  type n.
 
move f1 to f2.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now divide f2 by T006-ZAEHL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2007 08:21:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-plan/m-p/3093186#M733813</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-04T08:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: Maintenance Plan</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-plan/m-p/3093187#M733814</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;  Try FM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*--Call the function module to get the data based on maintenance plan&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'IWP1_READ_MAINTENANCE_PLAN_DB'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      i_warpl            = wa_final-warpl&lt;/P&gt;&lt;P&gt;      i_aktyp            = space&lt;/P&gt;&lt;P&gt;    IMPORTING&lt;/P&gt;&lt;P&gt;      e_wmpla            = wa_wmpla&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      tab_wmpos          = i_wmpos&lt;/P&gt;&lt;P&gt;      tab_wiloa          = i_wiloa&lt;/P&gt;&lt;P&gt;      tab_wmmpt          = i_wmmpt&lt;/P&gt;&lt;P&gt;      tab_wmhis          = i_wmhis&lt;/P&gt;&lt;P&gt;      tab_wmhio          = i_wmhio&lt;/P&gt;&lt;P&gt;      tab_t351p          = i_t351&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      invalid_number     = 1&lt;/P&gt;&lt;P&gt;      lvorm_set_for_plan = 2&lt;/P&gt;&lt;P&gt;      plan_not_activ     = 3&lt;/P&gt;&lt;P&gt;      lokz_set_for_plan  = 4&lt;/P&gt;&lt;P&gt;      number_initial     = 5&lt;/P&gt;&lt;P&gt;      OTHERS             = 6.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and to convert the value use FM&lt;/P&gt;&lt;P&gt;*--Call function module to convert cycle &amp;amp; offset from floating to&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; character&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    CALL FUNCTION 'FLTP_CHAR_CONVERSION_FROM_SI'&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        char_unit       = v_unit&lt;/P&gt;&lt;P&gt;        decimals        = lc_dec&lt;/P&gt;&lt;P&gt;        fltp_value_si   = v_offset&lt;/P&gt;&lt;P&gt;        indicator_value = c_check&lt;/P&gt;&lt;P&gt;      IMPORTING&lt;/P&gt;&lt;P&gt;        char_value      = v_cycle&lt;/P&gt;&lt;P&gt;      EXCEPTIONS&lt;/P&gt;&lt;P&gt;        no_unit_given   = 1&lt;/P&gt;&lt;P&gt;        unit_not_found  = 2&lt;/P&gt;&lt;P&gt;        OTHERS          = 3.&lt;/P&gt;&lt;P&gt;    IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;      MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno&lt;/P&gt;&lt;P&gt;              WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.&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;Regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2007 08:24:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-plan/m-p/3093187#M733814</guid>
      <dc:creator>former_member386202</dc:creator>
      <dc:date>2007-12-04T08:24:23Z</dc:date>
    </item>
  </channel>
</rss>

