<?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: BAPI_EQUI_CHANGE, customer fields in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-equi-change-customer-fields/m-p/5380152#M1237323</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use fm &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;EQUIPMENT_UPDATE&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Mar 2009 10:45:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-26T10:45:52Z</dc:date>
    <item>
      <title>BAPI_EQUI_CHANGE, customer fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-equi-change-customer-fields/m-p/5380151#M1237322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we are using the screen exit and the EQUI Include CI_EQUI in order to show our customer fields in the equipment. I would like to change the equipment with BAPI_EQUI_CHANGE but I can not find our custumer fields in the BAPI. Is there any way to change the customer fields with this BAPI?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is very much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2009 10:43:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-equi-change-customer-fields/m-p/5380151#M1237322</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-26T10:43:33Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_EQUI_CHANGE, customer fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-equi-change-customer-fields/m-p/5380152#M1237323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use fm &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;EQUIPMENT_UPDATE&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2009 10:45:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-equi-change-customer-fields/m-p/5380152#M1237323</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-26T10:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_EQUI_CHANGE, customer fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-equi-change-customer-fields/m-p/5380153#M1237324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i dont think this is possible since input sturctures to bapi do not have these fileds enabled.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2009 10:47:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-equi-change-customer-fields/m-p/5380153#M1237324</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-26T10:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_EQUI_CHANGE, customer fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-equi-change-customer-fields/m-p/5380154#M1237325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi use below FM:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
CALL FUNCTION 'EQUIPMENT_UPDATE'
  EXPORTING
    *heqkt                =
    *hequi                =
    *hequz                =
    *hiloa                =
*   *HEQBS                =
*   *HFLEET               =
*   HAKTYP                = ' '
    heqkt                 =
    hequi                 =                        "Customer include fileds will be available in header structure.
    hequz                 =
    hiloa                 =
*   HEQBS                 =
*   HFLEET                =
    hx_xreftp             =
*   HX_XZEITS             = ' '
*   INHB_COUNTER          = 0
*   INHB_DELETE           = ' '
*   DATE                  = SY-DATUM
*   TIME                  = SY-UZEIT
*   HX_XAEBKZ             = ' '
*   HX_XWFKNZ             =
*   ADD_REMAINDER         = ' '
*   IND_DIRECT_POST       = ' '
* IMPORTING
*   E_ILOAN               =

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2009 10:50:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-equi-change-customer-fields/m-p/5380154#M1237325</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-26T10:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_EQUI_CHANGE, customer fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-equi-change-customer-fields/m-p/5380155#M1237326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kishan and Santosh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2009 11:48:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-equi-change-customer-fields/m-p/5380155#M1237326</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-26T11:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_EQUI_CHANGE, customer fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-equi-change-customer-fields/m-p/5380156#M1237327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Just in case anybody else finds this thread.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;BR /&gt;SAP have addressed the issue.&amp;nbsp; See note &lt;A href="http://service.sap.com/sap/support/notes/2146575" title="http://service.sap.com/sap/support/notes/2146575"&gt;http://service.sap.com/sap/support/notes/2146575&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 May 2016 03:29:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-equi-change-customer-fields/m-p/5380156#M1237327</guid>
      <dc:creator>RobynCouch</dc:creator>
      <dc:date>2016-05-06T03:29:33Z</dc:date>
    </item>
  </channel>
</rss>

