<?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 BAPI, FM or Program to classify equipment in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-fm-or-program-to-classify-equipment/m-p/3235645#M772067</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;We need make an Program to  classify in mass equipments (IE02), that they can have or not already the classes attributed.  &lt;/P&gt;&lt;P&gt;We need to add existing class's and set the characteristics values or if the class is already attributed, only set the value of the characteristics.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Someone has a program to do something similar or know a FM or BAPI to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All Inputs are Rewarded . &lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Carlos Duarte&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Carlos Duarte on Jan 14, 2008 5:54 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 12 Jan 2008 17:29:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-12T17:29:18Z</dc:date>
    <item>
      <title>BAPI, FM or Program to classify equipment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-fm-or-program-to-classify-equipment/m-p/3235645#M772067</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;We need make an Program to  classify in mass equipments (IE02), that they can have or not already the classes attributed.  &lt;/P&gt;&lt;P&gt;We need to add existing class's and set the characteristics values or if the class is already attributed, only set the value of the characteristics.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Someone has a program to do something similar or know a FM or BAPI to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All Inputs are Rewarded . &lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Carlos Duarte&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Carlos Duarte on Jan 14, 2008 5:54 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Jan 2008 17:29:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-fm-or-program-to-classify-equipment/m-p/3235645#M772067</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-12T17:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI, FM or Program to classify equipment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-fm-or-program-to-classify-equipment/m-p/3235646#M772068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this FM.. Worked for me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   CALL FUNCTION 'EQUIPMENT_CLASSIFY'&lt;/P&gt;&lt;P&gt;         EXPORTING&lt;/P&gt;&lt;P&gt;             EQ_CLASS          = w_class&lt;/P&gt;&lt;P&gt;             COMMIT_NEW        = 'X'&lt;/P&gt;&lt;P&gt;         TABLES&lt;/P&gt;&lt;P&gt;              ITAB_EVAL         = lit_char&lt;/P&gt;&lt;P&gt;         CHANGING&lt;/P&gt;&lt;P&gt;              S_EQUI            = w_equi&lt;/P&gt;&lt;P&gt;         EXCEPTIONS&lt;/P&gt;&lt;P&gt;              ERR_CLASSIFY      = 1&lt;/P&gt;&lt;P&gt;              OTHERS            = 2.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2008 18:56:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-fm-or-program-to-classify-equipment/m-p/3235646#M772068</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-14T18:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI, FM or Program to classify equipment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-fm-or-program-to-classify-equipment/m-p/3235647#M772069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also use standard programs:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RCCLBI02&lt;/STRONG&gt; or &lt;STRONG&gt;RCCLBI03&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OBJEK - Equipment Number&lt;/P&gt;&lt;P&gt;CLASS - Class &lt;/P&gt;&lt;P&gt;KLART - Class Type&lt;/P&gt;&lt;P&gt;ATNAM - Characteristic Name&lt;/P&gt;&lt;P&gt;ATWRT - Value&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2008 20:11:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-fm-or-program-to-classify-equipment/m-p/3235647#M772069</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-14T20:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI, FM or Program to classify equipment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-fm-or-program-to-classify-equipment/m-p/3235648#M772070</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 have a similar requirement where I have to modify the equipment class. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For ex an equipment has class and the charactristics assigned. (Seen in Class Overview tab in Transaction IE03)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Now if I give an input text/ excel such that the characteristics of the class are blank in the input , then the characteristics need not be modified. They should remian as they are. NO CHANGE in current values in SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried using the FM EQUIPMENT_CLASSIFY but it makes the characterstics on the CLASS blank once the program is run. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can u suggest? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance, &lt;/P&gt;&lt;P&gt;prajakt dhumal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2011 10:27:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-fm-or-program-to-classify-equipment/m-p/3235648#M772070</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-13T10:27:16Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI, FM or Program to classify equipment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-fm-or-program-to-classify-equipment/m-p/3235649#M772071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is teh functionality of the FM - Classify Equipments? &lt;/P&gt;&lt;P&gt;Can someone pls explain&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance, &lt;/P&gt;&lt;P&gt;Prajakt Dhumal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2011 04:47:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-fm-or-program-to-classify-equipment/m-p/3235649#M772071</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-14T04:47:07Z</dc:date>
    </item>
  </channel>
</rss>

