<?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: Cannot save data in IF_EX_ME_PROCESS_REQ_CUST~PROCESS_ACCOUNT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/cannot-save-data-in-if-ex-me-process-req-cust-process-account/m-p/8302071#M1635750</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Whatever You used is correct, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You put the debugger and see what is happening.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or after you set the data,  now retreive those data again (Using Get_..)&lt;/P&gt;&lt;P&gt;now you check.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Nov 2011 02:55:06 GMT</pubDate>
    <dc:creator>surajarafath</dc:creator>
    <dc:date>2011-11-18T02:55:06Z</dc:date>
    <item>
      <title>Cannot save data in IF_EX_ME_PROCESS_REQ_CUST~PROCESS_ACCOUNT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cannot-save-data-in-if-ex-me-process-req-cust-process-account/m-p/8302070#M1635749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hallo gurus.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on the Badi ME_PROCESS_REQ_CUST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My business case is to change the accounting field FIPOS in the purchase requisition. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, I put my code into the method PROCESS_ACCOUNT. &lt;/P&gt;&lt;P&gt;my code is like that:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  CALL METHOD IM_ACCOUNT-&amp;gt;GET_EXKN
    RECEIVING
      RE_EXKN = lv_exkn.

  CALL METHOD IM_ACCOUNT-&amp;gt;GET_EXKNX
    RECEIVING
      RE_EXKNX = lv_exknx.

*...... 
* do something with the FIPOS
*.....

      lv_exkn-fipos = &amp;lt;ls_entry_tab&amp;gt;-fipos.
      lv_exknx-fipos = 'X'.

    CALL METHOD IM_ACCOUNT-&amp;gt;SET_EXKN( lv_exkn ).
    CALL METHOD IM_ACCOUNT-&amp;gt;SET_EXKNX( lv_exknx ).
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so far so good. the problem is that the values in the purchase requisition don't change at all... &lt;/P&gt;&lt;P&gt;As far as I know the values in MEPOITEM_TECH and MEPOSCHEDULE_TEC cannot be changed in the Badi. but FIPOS is not part of this fields..... so I am clueless.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Every help is appreciated....&lt;EM&gt;&amp;lt;removed by moderator&amp;gt;&lt;/EM&gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and best regards,&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Thomas Zloch on Nov 17, 2011 1:56 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2011 12:42:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cannot-save-data-in-if-ex-me-process-req-cust-process-account/m-p/8302070#M1635749</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-17T12:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot save data in IF_EX_ME_PROCESS_REQ_CUST~PROCESS_ACCOUNT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cannot-save-data-in-if-ex-me-process-req-cust-process-account/m-p/8302071#M1635750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Whatever You used is correct, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You put the debugger and see what is happening.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or after you set the data,  now retreive those data again (Using Get_..)&lt;/P&gt;&lt;P&gt;now you check.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2011 02:55:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cannot-save-data-in-if-ex-me-process-req-cust-process-account/m-p/8302071#M1635750</guid>
      <dc:creator>surajarafath</dc:creator>
      <dc:date>2011-11-18T02:55:06Z</dc:date>
    </item>
  </channel>
</rss>

