<?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/Function module to mark customer as deleted in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-function-module-to-mark-customer-as-deleted/m-p/380065#M9031</link>
    <description>&lt;P&gt;I'll give it a go, thanks for the (lightening) fast answer!&lt;/P&gt;</description>
    <pubDate>Mon, 13 Feb 2017 14:34:30 GMT</pubDate>
    <dc:creator>bruno_esperanca</dc:creator>
    <dc:date>2017-02-13T14:34:30Z</dc:date>
    <item>
      <title>BAPI/Function module to mark customer as deleted</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-function-module-to-mark-customer-as-deleted/m-p/380063#M9029</link>
      <description>&lt;P&gt;Dear community,&lt;/P&gt;&lt;P&gt;Is there still not a function module to mark a customer for deletion in SAP?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Feb 2017 14:29:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-function-module-to-mark-customer-as-deleted/m-p/380063#M9029</guid>
      <dc:creator>bruno_esperanca</dc:creator>
      <dc:date>2017-02-13T14:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI/Function module to mark customer as deleted</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-function-module-to-mark-customer-as-deleted/m-p/380064#M9030</link>
      <description>&lt;P&gt;There is a static method CMD_EI_API=&amp;gt;MAINTAIN_BAPI to update customer, did you try it, also method CMD_EI_API_EXTRACT=&amp;gt;GET_DATA to read curent values from DB and build first class parameter.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Raymond&lt;/P&gt;</description>
      <pubDate>Mon, 13 Feb 2017 14:33:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-function-module-to-mark-customer-as-deleted/m-p/380064#M9030</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2017-02-13T14:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI/Function module to mark customer as deleted</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-function-module-to-mark-customer-as-deleted/m-p/380065#M9031</link>
      <description>&lt;P&gt;I'll give it a go, thanks for the (lightening) fast answer!&lt;/P&gt;</description>
      <pubDate>Mon, 13 Feb 2017 14:34:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-function-module-to-mark-customer-as-deleted/m-p/380065#M9031</guid>
      <dc:creator>bruno_esperanca</dc:creator>
      <dc:date>2017-02-13T14:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI/Function module to mark customer as deleted</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-function-module-to-mark-customer-as-deleted/m-p/380066#M9032</link>
      <description>&lt;P&gt;Hi again Raymond.&lt;/P&gt;&lt;P&gt;I confirm your suggestion is working (I used method MAINTAIN instead of MAINTAIN_BAPI). Don't remember why &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I have a new question now... to which I should probably create a new thread about... when I create a new customer, is there a way to extract the new number? I can't find any. It is also not saved in the KUN parameter ID.&lt;/P&gt;&lt;P&gt;Thank you, cheers!&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2017 12:51:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-function-module-to-mark-customer-as-deleted/m-p/380066#M9032</guid>
      <dc:creator>bruno_esperanca</dc:creator>
      <dc:date>2017-02-14T12:51:54Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI/Function module to mark customer as deleted</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-function-module-to-mark-customer-as-deleted/m-p/380067#M9033</link>
      <description>&lt;P&gt;If there is no such information in ES_MESSAGE_CORRECT and ES_MASTER_DATA_CORRECT then try executing cmd_ei_api_memory=&amp;gt;read_global_kna1_keys just after or before the commit.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2017 13:28:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-function-module-to-mark-customer-as-deleted/m-p/380067#M9033</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2017-02-14T13:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI/Function module to mark customer as deleted</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-function-module-to-mark-customer-as-deleted/m-p/380068#M9034</link>
      <description>&lt;P&gt;Thanks a lot Raymond. I have "worked around" the problem by providing a number from the number range myself when a number is not provided. But if the necessity arises, I will try your suggestion and will let you know if it works.&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;Bruno&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2017 14:16:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-function-module-to-mark-customer-as-deleted/m-p/380068#M9034</guid>
      <dc:creator>bruno_esperanca</dc:creator>
      <dc:date>2017-03-31T14:16:53Z</dc:date>
    </item>
  </channel>
</rss>

