<?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: BADI ME_PROCESS_OUT_CUS posting error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-me-process-out-cus-posting-error/m-p/7359073#M1541690</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pranav&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I have tried with get_data and  set_data in method process_header.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; But I need to bypass the below error message by passing the value of ekko-stako = 'X'.  This error message is getting triggered before the process_header method is being called. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pgm Code:&lt;/P&gt;&lt;P&gt;IF l_context-&amp;gt;header_new-&amp;gt;header-stako IS INITIAL.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;system supports documents with master conditions only!&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;mmpur_message_forced 'E' 'MEOUT' '019'&lt;/P&gt;&lt;P&gt;l_context-&amp;gt;header_new-&amp;gt;header-bsart '' '' ''.&lt;/P&gt;&lt;P&gt;re_valid = mmpur_rule_invalid.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even I tried with other methods.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I pass bypass this error message?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Oct 2010 15:59:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-10-22T15:59:37Z</dc:date>
    <item>
      <title>BADI ME_PROCESS_OUT_CUS posting error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-me-process-out-cus-posting-error/m-p/7359071#M1541688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Processing IDOC IDOC_INPUT_PURSAG_CREATE for schedule agreements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the BAPI BAPI_SAG_CREATE is being called internally to create schdule agreements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using this BADI ME_PROCESS_OUT_CUS to update the field EKKO-STAKO for time dependent condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to update the value EKKO-STAKO = 'X' inorder to get IDOC posted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The value 'X' which I update in this class is not getting populated in the subsequent include LMEOUTP07.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using this class IF_EX_ME_PROCESS_OUT_CUST~OPEN to update the field EKKO-STAKO. This is the class which is getting triggered before the below mentioned error code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pgm Code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF l_context-&amp;gt;header_new-&amp;gt;header-stako IS INITIAL.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;system supports documents with master conditions only!&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;mmpur_message_forced 'E' 'MEOUT' '019'&lt;/P&gt;&lt;P&gt;l_context-&amp;gt;header_new-&amp;gt;header-bsart '' '' ''.&lt;/P&gt;&lt;P&gt;re_valid = mmpur_rule_invalid.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It wld be helpful if anyone suggest to update this field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Oct 2010 14:19:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-me-process-out-cus-posting-error/m-p/7359071#M1541688</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-22T14:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: BADI ME_PROCESS_OUT_CUS posting error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-me-process-out-cus-posting-error/m-p/7359072#M1541689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should use method PROCESS_HEADER to apply any kind of change to header data. Use GET_DATA and SET_DATA methods to set changed data back to standard data structures. see interface documentation for more details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Pranav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Oct 2010 14:41:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-me-process-out-cus-posting-error/m-p/7359072#M1541689</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-22T14:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: BADI ME_PROCESS_OUT_CUS posting error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-me-process-out-cus-posting-error/m-p/7359073#M1541690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pranav&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I have tried with get_data and  set_data in method process_header.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; But I need to bypass the below error message by passing the value of ekko-stako = 'X'.  This error message is getting triggered before the process_header method is being called. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pgm Code:&lt;/P&gt;&lt;P&gt;IF l_context-&amp;gt;header_new-&amp;gt;header-stako IS INITIAL.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;system supports documents with master conditions only!&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;mmpur_message_forced 'E' 'MEOUT' '019'&lt;/P&gt;&lt;P&gt;l_context-&amp;gt;header_new-&amp;gt;header-bsart '' '' ''.&lt;/P&gt;&lt;P&gt;re_valid = mmpur_rule_invalid.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even I tried with other methods.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I pass bypass this error message?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Oct 2010 15:59:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-me-process-out-cus-posting-error/m-p/7359073#M1541690</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-22T15:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: BADI ME_PROCESS_OUT_CUS posting error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-me-process-out-cus-posting-error/m-p/7359074#M1541691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to impliment external enhancement point - BAPI_SAG_CREATE_G6 available in BAPI_SAG_CREATE. You can change Header and Headerx tables with field MAST_COND = 'X' (which is your STAKO).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Pranav&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: PBHATT on Oct 22, 2010 11:43 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Oct 2010 16:43:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-me-process-out-cus-posting-error/m-p/7359074#M1541691</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-22T16:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: BADI ME_PROCESS_OUT_CUS posting error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-me-process-out-cus-posting-error/m-p/7359075#M1541692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pranav&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I  set a break point in the enhancement BAPI_SAG_CREATE_G6  and changed the value of  MAST_COND set to 'X' in header and headerx.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this value is not being poplulated in this code.  include -&amp;gt; LMEOUTP07&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if  l_context-&amp;gt;header_new-&amp;gt;header-stako is initital  ---&amp;gt; this value is not changed to 'X' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mmpur_message_forced 'E' 'MEOUT' '019' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This error messgae shld be avoided &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Oct 2010 08:24:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-me-process-out-cus-posting-error/m-p/7359075#M1541692</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-23T08:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: BADI ME_PROCESS_OUT_CUS posting error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-me-process-out-cus-posting-error/m-p/7359076#M1541693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Pranav.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its solved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Oct 2010 07:30:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-me-process-out-cus-posting-error/m-p/7359076#M1541693</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-25T07:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: BADI ME_PROCESS_OUT_CUS posting error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-me-process-out-cus-posting-error/m-p/7359077#M1541694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ragul g!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please let us know how you solved this problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Dec 2015 21:58:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-me-process-out-cus-posting-error/m-p/7359077#M1541694</guid>
      <dc:creator>fellipe_mendes</dc:creator>
      <dc:date>2015-12-08T21:58:35Z</dc:date>
    </item>
  </channel>
</rss>

