<?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: how to update EBAN-BLCKD using bapi? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-update-eban-blckd-using-bapi/m-p/7642308#M1572339</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check with the SAP Standard Program 'RBUS2105'&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
CALL FUNCTION 'BAPI_REQUISITION_CHANGE'
EXPORTING
number = object-key-number
TABLES
return = return
requisition_text_new = requisitiontextnew
requisition_text_old = requisitiontextold
requisition_account_new = requisitionaccountne
requisition_account_old = requisitionaccountol
requisition_items_new = requisitionitemsnew
requisition_items_old = requisitionitemsold
EXCEPTIONS
OTHERS = 01.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try it out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Arbind&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Mar 2011 09:53:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-03-04T09:53:49Z</dc:date>
    <item>
      <title>how to update EBAN-BLCKD using bapi?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-update-eban-blckd-using-bapi/m-p/7642306#M1572337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have to change the EBAN-BLCKD field of a PR to unblock it...i am using bapi_requisition_change to acheive it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kindly help me with code to achieve it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and regards,&lt;/P&gt;&lt;P&gt;shitanshu sahai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2011 06:58:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-update-eban-blckd-using-bapi/m-p/7642306#M1572337</guid>
      <dc:creator>sahai</dc:creator>
      <dc:date>2011-03-03T06:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: how to update EBAN-BLCKD using bapi?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-update-eban-blckd-using-bapi/m-p/7642307#M1572338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi shitanshu sahai&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try this.&lt;/P&gt;&lt;P&gt;Since you do not have option to provide EBAN-BLCKD in the BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*You can try for implement IMPLICIT Enhancement point inside the peform requisition_change_data.&lt;/P&gt;&lt;P&gt;Implement in the begin of the FORM Routine&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERFORM requisition_change_data TABLES xebkn&lt;/P&gt;&lt;P&gt;                                           requisition_text_old&lt;/P&gt;&lt;P&gt;                                           requisition_text_new&lt;/P&gt;&lt;P&gt;                                           return&lt;/P&gt;&lt;P&gt;                                           xeban.*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Madhan D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Mar 2011 08:43:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-update-eban-blckd-using-bapi/m-p/7642307#M1572338</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-04T08:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: how to update EBAN-BLCKD using bapi?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-update-eban-blckd-using-bapi/m-p/7642308#M1572339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check with the SAP Standard Program 'RBUS2105'&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
CALL FUNCTION 'BAPI_REQUISITION_CHANGE'
EXPORTING
number = object-key-number
TABLES
return = return
requisition_text_new = requisitiontextnew
requisition_text_old = requisitiontextold
requisition_account_new = requisitionaccountne
requisition_account_old = requisitionaccountol
requisition_items_new = requisitionitemsnew
requisition_items_old = requisitionitemsold
EXCEPTIONS
OTHERS = 01.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try it out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Arbind&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Mar 2011 09:53:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-update-eban-blckd-using-bapi/m-p/7642308#M1572339</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-04T09:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: how to update EBAN-BLCKD using bapi?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-update-eban-blckd-using-bapi/m-p/7642309#M1572340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Madhan Doraikannan ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you please elaborate a bit......exactly what i should i do to achieve my aim&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;sahai.s&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Mar 2011 09:55:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-update-eban-blckd-using-bapi/m-p/7642309#M1572340</guid>
      <dc:creator>sahai</dc:creator>
      <dc:date>2011-03-04T09:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: how to update EBAN-BLCKD using bapi?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-update-eban-blckd-using-bapi/m-p/7642310#M1572341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you are using SAP ECC system&lt;/P&gt;&lt;P&gt;if yes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then open the routine PERFORM requisition_change_data &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(1) Click on the SPIRAL Button or SHIFT+F4&lt;/P&gt;&lt;P&gt;(2) EDIT -&amp;gt; Enhancement Operations -&amp;gt;Show Implicit Enhancement options&lt;/P&gt;&lt;P&gt;(3) You can see something in yellow Colour """"""""""""$"$\SE:(17 ) Form REQUISITION_CHANGE_DATA, Start &lt;/P&gt;&lt;P&gt;(4) Place the cusor - Right click - Enhancment Implementation-&amp;gt;Create&lt;/P&gt;&lt;P&gt;(5) You will get a popup message with "Declartion" "Code" "Cancel"&lt;/P&gt;&lt;P&gt;(6) Choose Code&lt;/P&gt;&lt;P&gt;(7) You will get one more pop up, with list of Enhancement implementation&lt;/P&gt;&lt;P&gt;(8) Click on Create Button or F8&lt;/P&gt;&lt;P&gt;(9) You will get one more popup to enter the Enhancement Implementation with short text ( Give ZXXXX and Desc), click on Green arrow button&lt;/P&gt;&lt;P&gt;(10) It will get added in the enhancement list&lt;/P&gt;&lt;P&gt;(11) Choose the Z enhancement, Click on Green arrow button&lt;/P&gt;&lt;P&gt;(12) You will get the option, to write your own custom code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on the business logic,  pass EBAN-BLCKD = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note this is only the assumption that it may work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i suggest, keep a break point near the subroutine requisition_change_data and in the debug pass EBAN-BLCKD = 'X', if you get desired result.&lt;/P&gt;&lt;P&gt;Then obviously the IMPLICIT ENHANCEMENT OPTION will work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Madhan D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Mar 2011 10:22:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-update-eban-blckd-using-bapi/m-p/7642310#M1572341</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-04T10:22:31Z</dc:date>
    </item>
    <item>
      <title>Re: how to update EBAN-BLCKD using bapi?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-update-eban-blckd-using-bapi/m-p/7642311#M1572342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What version are you using? Did you try out the BAPI_PR_CHANGE (it seems to have REQ_BLOCKED field in PRITEM table)... This bapi does not exist in 4.6C&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Mar 2011 17:34:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-update-eban-blckd-using-bapi/m-p/7642311#M1572342</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-04T17:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: how to update EBAN-BLCKD using bapi?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-update-eban-blckd-using-bapi/m-p/7642312#M1572343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know it's not a BAPI, but I found&amp;nbsp; FMFG_MM_REQ_CHANGE to do the job.&lt;/P&gt;&lt;P&gt;It also saves the hassle of doing all the EXTENSIONIN stuff, as it's got EBAN's extension fields in it's MEREQ_ITEM structure.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2012 13:23:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-update-eban-blckd-using-bapi/m-p/7642312#M1572343</guid>
      <dc:creator>PatrickDean</dc:creator>
      <dc:date>2012-09-24T13:23:53Z</dc:date>
    </item>
  </channel>
</rss>

