<?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>Question Re: BAPI for changing equipment description in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/bapi-for-changing-equipment-description/qaa-p/11916576#M4476341</link>
    <description>&lt;P&gt;Don't worry, I also found some program of mine where it was called...&lt;/P&gt;&lt;P&gt;Its documentation start with 'This function module is used for creating and changing equipment. Its                                                             function corresponds to the function modules BAPI_EQUI_CREATE and BAPI_EQUI_CHANGE.' ... and actually, in source code, it call the other 2 BAPI FM...&lt;/P&gt;</description>
    <pubDate>Thu, 18 Jul 2019 10:01:21 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2019-07-18T10:01:21Z</dc:date>
    <item>
      <title>BAPI for changing equipment description</title>
      <link>https://community.sap.com/t5/technology-q-a/bapi-for-changing-equipment-description/qaq-p/11916571</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
  &lt;P&gt;I am trying to change equipment description of an equipment and would like to know which BAPI I can use.&lt;/P&gt;
  &lt;P&gt;I tried using the below BAPI but am not sure if it is the right one:&lt;/P&gt;
  &lt;P&gt;function = conn.get_function("BAPI_EQUI_CHANGE")&lt;/P&gt;
  &lt;P&gt;Note: I am using nwrfc ruby library to make calls to SAP.&lt;/P&gt;
  &lt;P&gt;I am very new to SAP and would appreciate your guidance on this&lt;/P&gt;
  &lt;P&gt;Thanks much!&lt;/P&gt;</description>
      <pubDate>Sun, 07 Jul 2019 23:55:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/bapi-for-changing-equipment-description/qaq-p/11916571</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-07-07T23:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for changing equipment description</title>
      <link>https://community.sap.com/t5/technology-q-a/bapi-for-changing-equipment-description/qaa-p/11916572#M4476337</link>
      <description>&lt;P&gt;if you want to change the short description (40 characters) yes it's the correct BAPI &lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Pass the equipment number (18 character) to parameter EQUIPMENT &lt;/LI&gt;&lt;LI&gt;Pass the new description to subfield DESCRIPT of structured parameter DATA_GENERAL &lt;/LI&gt;&lt;LI&gt;Pass an 'X' to to subfield DESCRIPT of structured parameter DATA_GENERALX (indicate that the corresponding field is to be updated) &lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Once BAPI_EQUI_CHANGE called, analyze the returned RETURN parameter, look for error &lt;/P&gt;&lt;UL&gt;&lt;LI&gt;subfied TYPE = 'E', message text in MESSAGE subfield &lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;If no error call BAPI_TRANSACTION_COMMIT to validate the changes&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2019 06:49:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/bapi-for-changing-equipment-description/qaa-p/11916572#M4476337</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2019-07-08T06:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for changing equipment description</title>
      <link>https://community.sap.com/t5/technology-q-a/bapi-for-changing-equipment-description/qaa-p/11916573#M4476338</link>
      <description>&lt;P&gt;Are you sure, Raymond? Shouldn't be better BAPI_EQUIPMENT_SAVEREPLICA?&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2019 07:38:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/bapi-for-changing-equipment-description/qaa-p/11916573#M4476338</guid>
      <dc:creator>SimoneMilesi</dc:creator>
      <dc:date>2019-07-15T07:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for changing equipment description</title>
      <link>https://community.sap.com/t5/technology-q-a/bapi-for-changing-equipment-description/qaa-p/11916574#M4476339</link>
      <description>&lt;P&gt;Is BAPI_EQUIPMENT_SAVEREPLICA released in your version?&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2019 07:26:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/bapi-for-changing-equipment-description/qaa-p/11916574#M4476339</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2019-07-18T07:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for changing equipment description</title>
      <link>https://community.sap.com/t5/technology-q-a/bapi-for-changing-equipment-description/qaa-p/11916575#M4476340</link>
      <description>&lt;P&gt;Ops!&lt;/P&gt;&lt;P&gt;I'm not sure to be honest: I used it for a massive upload and found no problems.&lt;/P&gt;&lt;P&gt;Never tought to check if it was release &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2019 07:49:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/bapi-for-changing-equipment-description/qaa-p/11916575#M4476340</guid>
      <dc:creator>SimoneMilesi</dc:creator>
      <dc:date>2019-07-18T07:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for changing equipment description</title>
      <link>https://community.sap.com/t5/technology-q-a/bapi-for-changing-equipment-description/qaa-p/11916576#M4476341</link>
      <description>&lt;P&gt;Don't worry, I also found some program of mine where it was called...&lt;/P&gt;&lt;P&gt;Its documentation start with 'This function module is used for creating and changing equipment. Its                                                             function corresponds to the function modules BAPI_EQUI_CREATE and BAPI_EQUI_CHANGE.' ... and actually, in source code, it call the other 2 BAPI FM...&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2019 10:01:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/bapi-for-changing-equipment-description/qaa-p/11916576#M4476341</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2019-07-18T10:01:21Z</dc:date>
    </item>
  </channel>
</rss>

