<?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_REQ_POSTED how to code in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/me-req-posted-how-to-code/m-p/2330565#M512804</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dirk, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for answrering, but at this me_req_postd, banfn has not been updated to eban ,, i dont think we can use 'BAPI_REQUISITION_CHANGE'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Jun 2007 06:08:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-12T06:08:35Z</dc:date>
    <item>
      <title>ME_REQ_POSTED how to code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/me-req-posted-how-to-code/m-p/2330563#M512802</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;i need to change a field at eban , can i have a code for this sample, thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2007 06:13:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/me-req-posted-how-to-code/m-p/2330563#M512802</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-08T06:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: ME_REQ_POSTED how to code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/me-req-posted-how-to-code/m-p/2330564#M512803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;This should do the trick :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
CALL FUNCTION 'BAPI_REQUISITION_GETDETAIL'
  EXPORTING
    NUMBER                               = it_display-banfn
*   ACCOUNT_ASSIGNMENT                   = ' '
*   ITEM_TEXTS                           = ' '
*   SERVICES                             = ' '
  TABLES
    REQUISITION_ITEMS                    = it_requisition_items_old
*   REQUISITION_ACCOUNT_ASSIGNMENT       =
*   REQUISITION_TEXT                     =
*   REQUISITION_LIMITS                   =
*   REQUISITION_CONTRACT_LIMITS          =
*   REQUISITION_SERVICES                 =
*   REQUISITION_SRV_ACCASS_VALUES        =
*   RETURN                               =
          .
read table it_requisition_items_old index 1.
move-corresponding it_requisition_items_old to
                   it_requisition_items_old2.
move-corresponding it_requisition_items_old to
                   it_requisition_items_new.
it_requisition_items_new-des_vendor = lifnr.
append it_requisition_items_old2.
append it_requisition_items_new.

CALL FUNCTION 'BAPI_REQUISITION_CHANGE'
  EXPORTING
    NUMBER                        = it_display-banfn
  TABLES
    REQUISITION_ITEMS_OLD         = it_requisition_items_old2
    REQUISITION_ITEMS_NEW         = it_requisition_items_new
*   REQUISITION_ACCOUNT_OLD       =
*   REQUISITION_ACCOUNT_NEW       =
*   REQUISITION_TEXT_OLD          =
*   REQUISITION_TEXT_NEW          =
*   RETURN                        =
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dirk.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2007 15:59:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/me-req-posted-how-to-code/m-p/2330564#M512803</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-11T15:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: ME_REQ_POSTED how to code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/me-req-posted-how-to-code/m-p/2330565#M512804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dirk, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for answrering, but at this me_req_postd, banfn has not been updated to eban ,, i dont think we can use 'BAPI_REQUISITION_CHANGE'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2007 06:08:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/me-req-posted-how-to-code/m-p/2330565#M512804</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-12T06:08:35Z</dc:date>
    </item>
  </channel>
</rss>

