<?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: ME_PROCESS_REQ_CUST method CHECK call twice in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/me-process-req-cust-method-check-call-twice/m-p/11557191#M1937034</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try - Import/export using memory ID ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This may help you. Try to set the value using this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Meenakshi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Feb 2016 13:43:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2016-02-29T13:43:04Z</dc:date>
    <item>
      <title>ME_PROCESS_REQ_CUST method CHECK call twice</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/me-process-req-cust-method-check-call-twice/m-p/11557190#M1937033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Guru's&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have searched low and high in SCN for a solution to my problem with method CHECK in badi ME_PROCESS_REQ_CUST called twice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are many threads, but none seems to solve my isuue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How Do I make sure that me error message is only displayed once in the error log?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to set a flag, but that is cleared with the second pass of the method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone have solved this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Feb 2016 13:08:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/me-process-req-cust-method-check-call-twice/m-p/11557190#M1937033</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-02-29T13:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: ME_PROCESS_REQ_CUST method CHECK call twice</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/me-process-req-cust-method-check-call-twice/m-p/11557191#M1937034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try - Import/export using memory ID ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This may help you. Try to set the value using this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Meenakshi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Feb 2016 13:43:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/me-process-req-cust-method-check-call-twice/m-p/11557191#M1937034</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-02-29T13:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: ME_PROCESS_REQ_CUST method CHECK call twice</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/me-process-req-cust-method-check-call-twice/m-p/11557192#M1937035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thomas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;did you solve this issue? If not, this is my proposal:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Evaluate the ABAP callstack, it shows differences between the first call and subsequent calls.&lt;/P&gt;&lt;P&gt;Please see attachment for details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Udo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 14:41:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/me-process-req-cust-method-check-call-twice/m-p/11557192#M1937035</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-03-23T14:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: ME_PROCESS_REQ_CUST method CHECK call twice</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/me-process-req-cust-method-check-call-twice/m-p/11557193#M1937036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Usually I use some code similar to following sample to remove my previous message in PR/PO BAdI:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P style="font-family: courier; color: black;"&gt;&amp;nbsp; mmpur_context mmcnt_context_badi&lt;SPAN style="color: #800080;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;if&lt;/SPAN&gt; data-id &lt;SPAN style="color: #0000ff;"&gt;is&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;initial&lt;/SPAN&gt;&lt;SPAN style="color: #800080;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; mmpur_remove_msg_by_context data-id mmcnt_context_badi&lt;SPAN style="color: #800080;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;endif&lt;/SPAN&gt;&lt;SPAN style="color: #800080;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&lt;/P&gt;


&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;(where data is structure get from... get_data for current object, header/item/account)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2016 10:35:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/me-process-req-cust-method-check-call-twice/m-p/11557193#M1937036</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2016-03-24T10:35:40Z</dc:date>
    </item>
  </channel>
</rss>

