<?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>Question Re: BAPI_PR_CHANGE not updating EBAN table in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/bapi-pr-change-not-updating-eban-table/qaa-p/12543088#M4702476</link>
    <description>&lt;P&gt;If PR already released then you can't change PR and you will get return message ME664 - Change FIXKZ could not be effected from BAPI.&lt;/P&gt;&lt;P&gt;Please unrelease PR first before you change fixed indicator.&lt;/P&gt;</description>
    <pubDate>Fri, 04 Feb 2022 07:57:30 GMT</pubDate>
    <dc:creator>pataselano</dc:creator>
    <dc:date>2022-02-04T07:57:30Z</dc:date>
    <item>
      <title>BAPI_PR_CHANGE not updating EBAN table</title>
      <link>https://community.sap.com/t5/technology-q-a/bapi-pr-change-not-updating-eban-table/qaq-p/12543086</link>
      <description>&lt;P&gt;Hello Everyone ,&lt;/P&gt;
  &lt;P&gt;I am trying to update the FIXKZ field in EBAN ( From value 'X' to blank ) through BAPI_PR_CHANGE.&lt;/P&gt;
  &lt;P&gt;Any suggestions pls.&lt;/P&gt;
  &lt;P&gt;LOOP AT it_eban INTO DATA(wa_eban).&lt;BR /&gt; CALL FUNCTION 'BAPI_REQUISITION_GETDETAIL'&lt;BR /&gt; EXPORTING&lt;BR /&gt; number = wa_eban-banfn&lt;BR /&gt; account_assignment = 'X'&lt;BR /&gt; TABLES&lt;BR /&gt; requisition_items = lt_item&lt;BR /&gt; requisition_account_assignment = lt_acc&lt;BR /&gt; return = lt_return.&lt;BR /&gt; LOOP AT lt_item INTO ls_item.&lt;BR /&gt; ls_pritemx-preq_item = ls_item-preq_item.&lt;BR /&gt; ls_pritemx-preq_itemx = 'X'.&lt;BR /&gt; ls_pritemx-fixed = 'X'.&lt;BR /&gt; APPEND ls_pritemx TO lt_pritemx.&lt;BR /&gt; ls_pritem-preq_item = ls_item-preq_item.&lt;BR /&gt;* ls_item-fixed = ''.&lt;BR /&gt;* ls_pritem-fixed = ls_item-fixed.&lt;BR /&gt; APPEND ls_pritem TO lt_pritem.&lt;BR /&gt; CALL FUNCTION 'BAPI_PR_CHANGE'&lt;BR /&gt; EXPORTING&lt;BR /&gt; number = wa_eban-banfn&lt;BR /&gt; TABLES&lt;BR /&gt; return = lt_return2&lt;BR /&gt; pritem = lt_pritem&lt;BR /&gt; pritemx = lt_pritemx.&lt;BR /&gt; LOOP AT lt_return2 INTO ls_return2.&lt;BR /&gt; IF ls_return2-id = 'BAPI' AND ls_return2-number = '002'.&lt;BR /&gt; "Do not show this message&lt;BR /&gt; ELSE.&lt;BR /&gt; WRITE: / ls_return2-message.&lt;BR /&gt; ENDIF.&lt;BR /&gt; ENDLOOP.&lt;BR /&gt;&lt;BR /&gt; CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'&lt;BR /&gt; EXPORTING&lt;BR /&gt; wait = 'X'&lt;BR /&gt; IMPORTING&lt;BR /&gt; return = ls_return2.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Feb 2022 16:59:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/bapi-pr-change-not-updating-eban-table/qaq-p/12543086</guid>
      <dc:creator>former_member486293</dc:creator>
      <dc:date>2022-02-03T16:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_PR_CHANGE not updating EBAN table</title>
      <link>https://community.sap.com/t5/technology-q-a/bapi-pr-change-not-updating-eban-table/qaa-p/12543087#M4702475</link>
      <description>&lt;P&gt;Is there no Message in LT_RETURN2?? Should give you some reason.. but you may check the last set of comments in the below thread where the member seems to have had a similar problem and was able to find the solution by passing all the item details..&lt;BR /&gt;&lt;A href="https://answers.sap.com/questions/7939024/bapiprchange-not-updating-table-eban.html" target="test_blank"&gt;https://answers.sap.com/questions/7939024/bapiprchange-not-updating-table-eban.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Vijay&lt;/P&gt;</description>
      <pubDate>Fri, 04 Feb 2022 05:36:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/bapi-pr-change-not-updating-eban-table/qaa-p/12543087#M4702475</guid>
      <dc:creator>vijay_hariharan</dc:creator>
      <dc:date>2022-02-04T05:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_PR_CHANGE not updating EBAN table</title>
      <link>https://community.sap.com/t5/technology-q-a/bapi-pr-change-not-updating-eban-table/qaa-p/12543088#M4702476</link>
      <description>&lt;P&gt;If PR already released then you can't change PR and you will get return message ME664 - Change FIXKZ could not be effected from BAPI.&lt;/P&gt;&lt;P&gt;Please unrelease PR first before you change fixed indicator.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Feb 2022 07:57:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/bapi-pr-change-not-updating-eban-table/qaa-p/12543088#M4702476</guid>
      <dc:creator>pataselano</dc:creator>
      <dc:date>2022-02-04T07:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_PR_CHANGE not updating EBAN table</title>
      <link>https://community.sap.com/t5/technology-q-a/bapi-pr-change-not-updating-eban-table/qaa-p/12543089#M4702477</link>
      <description>&lt;P&gt;Hi &lt;SPAN class="mention-scrubbed"&gt;pataselano&lt;/SPAN&gt; ,&lt;/P&gt;&lt;P&gt;PR is not released , FRGKZ / FRGZU is blank for the PR. Still not working and Bapi is returning success message. Update is not happening.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Feb 2022 08:46:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/bapi-pr-change-not-updating-eban-table/qaa-p/12543089#M4702477</guid>
      <dc:creator>former_member486293</dc:creator>
      <dc:date>2022-02-04T08:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_PR_CHANGE not updating EBAN table</title>
      <link>https://community.sap.com/t5/technology-q-a/bapi-pr-change-not-updating-eban-table/qaa-p/12543090#M4702478</link>
      <description>&lt;P&gt;Hi &lt;SPAN class="mention-scrubbed"&gt;vijay.hariharan&lt;/SPAN&gt; ,&lt;/P&gt;&lt;P&gt;I already checked that thread and tried . Didn't work . also return is showing success message but table is not updating.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Feb 2022 08:47:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/bapi-pr-change-not-updating-eban-table/qaa-p/12543090#M4702478</guid>
      <dc:creator>former_member486293</dc:creator>
      <dc:date>2022-02-04T08:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_PR_CHANGE not updating EBAN table</title>
      <link>https://community.sap.com/t5/technology-q-a/bapi-pr-change-not-updating-eban-table/qaa-p/12543091#M4702479</link>
      <description>&lt;P&gt;Hi   &lt;SPAN class="mention-scrubbed"&gt;sxc8225&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;Please check following sap note &lt;A href="https://launchpad.support.sap.com/#/notes/1721189" target="_blank"&gt;1721189 - When is the fixed indicator set in requisitions?&lt;/A&gt;, fixed indicator cannot be removed manually for some PR.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Feb 2022 08:53:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/bapi-pr-change-not-updating-eban-table/qaa-p/12543091#M4702479</guid>
      <dc:creator>pataselano</dc:creator>
      <dc:date>2022-02-04T08:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_PR_CHANGE not updating EBAN table</title>
      <link>https://community.sap.com/t5/technology-q-a/bapi-pr-change-not-updating-eban-table/qaa-p/12543092#M4702480</link>
      <description>&lt;P&gt;Hi  &lt;SPAN class="mention-scrubbed"&gt;pataselano&lt;/SPAN&gt; ,&lt;/P&gt;&lt;P&gt;I understand that it can't be removed manually . But BAPI_PR_CHANGE should work for  all of the PR cases.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Feb 2022 11:37:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/bapi-pr-change-not-updating-eban-table/qaa-p/12543092#M4702480</guid>
      <dc:creator>former_member486293</dc:creator>
      <dc:date>2022-02-04T11:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_PR_CHANGE not updating EBAN table</title>
      <link>https://community.sap.com/t5/technology-q-a/bapi-pr-change-not-updating-eban-table/qaa-p/12543093#M4702481</link>
      <description>&lt;P&gt;Your statement is not correct. &lt;/P&gt;&lt;P&gt;BAPI should follow all validations of PR as same as standard tcode (ME52N).&lt;/P&gt;</description>
      <pubDate>Mon, 07 Feb 2022 02:40:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/bapi-pr-change-not-updating-eban-table/qaa-p/12543093#M4702481</guid>
      <dc:creator>pataselano</dc:creator>
      <dc:date>2022-02-07T02:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_PR_CHANGE not updating EBAN table</title>
      <link>https://community.sap.com/t5/technology-q-a/bapi-pr-change-not-updating-eban-table/qaa-p/14083682#M4911437</link>
      <description>&lt;P&gt;Please follow the enhancement for updating fixed indicator to 'X' when Purchase requisition is released from ME55n&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Kartehiik_0-1745333757812.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/253698i562BDF483893F301/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Kartehiik_0-1745333757812.png" alt="Kartehiik_0-1745333757812.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Kartehiik_1-1745333860797.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/253699i60221EEACF08F0A0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Kartehiik_1-1745333860797.png" alt="Kartehiik_1-1745333860797.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Apr 2025 14:57:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/bapi-pr-change-not-updating-eban-table/qaa-p/14083682#M4911437</guid>
      <dc:creator>Kartehiik</dc:creator>
      <dc:date>2025-04-22T14:57:56Z</dc:date>
    </item>
  </channel>
</rss>

