<?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: Error while using BAPI_REQUISITION_CHANGE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-bapi-requisition-change/m-p/5723045#M1298484</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you able to create PR manually using WBS E.097614.C.03 ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Jun 2009 04:35:22 GMT</pubDate>
    <dc:creator>GauthamV</dc:creator>
    <dc:date>2009-06-05T04:35:22Z</dc:date>
    <item>
      <title>Error while using BAPI_REQUISITION_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-bapi-requisition-change/m-p/5723032#M1298471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the bapi &lt;STRONG&gt;BAPI_REQUISITION_CHANGE&lt;/STRONG&gt;, to change the quantity for the PR number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently I am passing the following details:-&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;PR number&lt;/STRONG&gt; in &lt;STRONG&gt;importing parameters&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;PR line item,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Storage Location,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Material Group,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Quantity,&lt;/STRONG&gt; and&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;UOM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;both in tables &lt;STRONG&gt;REQUISITION_ITEMS_OLD&lt;/STRONG&gt; and  &lt;STRONG&gt;REQUISITION_ITEMS_NEW&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I have changed the quantity field value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I execute it gives a message in table &lt;STRONG&gt;RETURN&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Data in Data in Data in REQUISITION_ITEM_OLD for item 00001 does not correspond to current&lt;/STRONG&gt; &lt;STRONG&gt;database status&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Am I missing some of the parameter values that needs to passed as input...??&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help..!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Tarun Gambhir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2009 11:58:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-bapi-requisition-change/m-p/5723032#M1298471</guid>
      <dc:creator>I355602</dc:creator>
      <dc:date>2009-06-04T11:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: Error while using BAPI_REQUISITION_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-bapi-requisition-change/m-p/5723033#M1298472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still waiting for useful pointers......!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tarun Gambhir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2009 12:29:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-bapi-requisition-change/m-p/5723033#M1298472</guid>
      <dc:creator>I355602</dc:creator>
      <dc:date>2009-06-04T12:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: Error while using BAPI_REQUISITION_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-bapi-requisition-change/m-p/5723034#M1298473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tarun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;             Try with the foloowing code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:  lt_item_old TYPE STANDARD TABLE OF bapiebanv,&lt;/P&gt;&lt;P&gt;         ls_item_old TYPE bapiebanv,&lt;/P&gt;&lt;P&gt;         lt_item_new TYPE STANDARD TABLE OF bapiebanv,&lt;/P&gt;&lt;P&gt;         ls_item_new TYPE bapiebanv.&lt;/P&gt;&lt;P&gt;data: iebantx_new LIKE bapiebantx OCCURS 0 WITH HEADER LINE,&lt;/P&gt;&lt;P&gt;        iebantx_temp LIKE bapiebantx OCCURS 0 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;DATA:   lt_bapi_return TYPE STANDARD TABLE OF bapireturn.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_REQUISITION_CHANGE'&lt;/P&gt;&lt;P&gt;          EXPORTING&lt;/P&gt;&lt;P&gt;            number                = p_banfn&lt;/P&gt;&lt;P&gt;          TABLES&lt;/P&gt;&lt;P&gt;            requisition_items_old = lt_item_old&lt;/P&gt;&lt;P&gt;            requisition_items_new = lt_item_new&lt;/P&gt;&lt;P&gt;            requisition_text_old  = iebantx_temp&lt;/P&gt;&lt;P&gt;            requisition_text_new  = iebantx_new&lt;/P&gt;&lt;P&gt;            return                = lt_bapi_return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U have to pass the above fields. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sreekala.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2009 12:41:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-bapi-requisition-change/m-p/5723034#M1298473</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-04T12:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: Error while using BAPI_REQUISITION_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-bapi-requisition-change/m-p/5723035#M1298474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi @Sreekala,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you didnt get my point..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am already following the same...&lt;/P&gt;&lt;P&gt;But not too sure of the fields for which I need to pass values into the TABLES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have already mentioned the fields for which I am currently passing some values, but I guess there are some more fields that needs to be added....!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Tarun Gambhir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2009 12:50:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-bapi-requisition-change/m-p/5723035#M1298474</guid>
      <dc:creator>I355602</dc:creator>
      <dc:date>2009-06-04T12:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: Error while using BAPI_REQUISITION_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-bapi-requisition-change/m-p/5723036#M1298475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be it will help you:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1437258"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2009 12:51:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-bapi-requisition-change/m-p/5723036#M1298475</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-04T12:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: Error while using BAPI_REQUISITION_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-bapi-requisition-change/m-p/5723037#M1298476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to use BAPI_REQUISITION_GETDETAIL to fill the whole old and new structure via MOVE-CORRESPONDING, then adjust the data in new structure and call BAPI_REQUISITION_CHANGE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is specified in the documentation of the BAPI&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;You must pass on the purchase requisition number and the necessary      &lt;/P&gt;&lt;P&gt;tables for the items that are to be changed. For more information, refer&lt;/P&gt;&lt;P&gt;to the documentation on the table parameters.                                                                                &lt;/P&gt;&lt;P&gt;To fill the table parameters correctly with the old status, use the     &lt;/P&gt;&lt;P&gt;method GetDetail of the business object PurchaseRequisitionbefore       &lt;/P&gt;&lt;P&gt;invoking this method.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2009 13:30:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-bapi-requisition-change/m-p/5723037#M1298476</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2009-06-04T13:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: Error while using BAPI_REQUISITION_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-bapi-requisition-change/m-p/5723038#M1298477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi @Raymond,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am following the same, but still I am getting message:-&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Material purchase requisition" is not allowed (WBS E.097614.C.03)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any pointers to this message would be really appreciated...!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Tarun Gambhir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2009 13:41:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-bapi-requisition-change/m-p/5723038#M1298477</guid>
      <dc:creator>I355602</dc:creator>
      <dc:date>2009-06-04T13:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: Error while using BAPI_REQUISITION_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-bapi-requisition-change/m-p/5723039#M1298478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you succeed to do the change for one test record with transaction ME52/ME52N or did you get the same kind of message ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, look at FM MASS_CHANGE_PURCHASE_REQ which is a good sample on how to use this BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2009 13:56:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-bapi-requisition-change/m-p/5723039#M1298478</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2009-06-04T13:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: Error while using BAPI_REQUISITION_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-bapi-requisition-change/m-p/5723040#M1298479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@Raymond,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, I have used t-code ME52N, and its working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But cant find the reason why BAPI is not working....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Tarun Gambhir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2009 14:16:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-bapi-requisition-change/m-p/5723040#M1298479</guid>
      <dc:creator>I355602</dc:creator>
      <dc:date>2009-06-04T14:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: Error while using BAPI_REQUISITION_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-bapi-requisition-change/m-p/5723041#M1298480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you checked the long text for the message?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2009 14:46:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-bapi-requisition-change/m-p/5723041#M1298480</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-04T14:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: Error while using BAPI_REQUISITION_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-bapi-requisition-change/m-p/5723042#M1298481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you &lt;/P&gt;&lt;P&gt;- write the exact number and id of the error message. &lt;/P&gt;&lt;P&gt;- analyse long text&lt;/P&gt;&lt;P&gt;- perform a where-used on message&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2009 14:59:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-bapi-requisition-change/m-p/5723042#M1298481</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2009-06-04T14:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: Error while using BAPI_REQUISITION_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-bapi-requisition-change/m-p/5723043#M1298482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi @Raymond,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was out some where, couldnt reply yesterday..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These are the details for the message I am getting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TYPE               : E&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CODE              : BS007&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MESSAGE       : "Material purchase requisition" is not allowed (WBS E.097614.C.03)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOG_ON          :&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOG_MSG_NO : 000000&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MESSAGE_V1 : Material purchase requisition&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MESSAGE_V2 : WBS E.097614.C.03&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MESSAGE_V3 : RMBA&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MESSAGE_V4 :&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Tarun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2009 04:05:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-bapi-requisition-change/m-p/5723043#M1298482</guid>
      <dc:creator>I355602</dc:creator>
      <dc:date>2009-06-05T04:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: Error while using BAPI_REQUISITION_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-bapi-requisition-change/m-p/5723044#M1298483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check WBS E.097614.C.03.&lt;/P&gt;&lt;P&gt;It must be released.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2009 04:34:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-bapi-requisition-change/m-p/5723044#M1298483</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-05T04:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: Error while using BAPI_REQUISITION_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-bapi-requisition-change/m-p/5723045#M1298484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you able to create PR manually using WBS E.097614.C.03 ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2009 04:35:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-bapi-requisition-change/m-p/5723045#M1298484</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2009-06-05T04:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: Error while using BAPI_REQUISITION_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-bapi-requisition-change/m-p/5723046#M1298485</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 have a PR number which i need to change using the &lt;STRONG&gt;BAPI_REQUISITION_CHANGE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;But i am getting an error as specified above...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This was just because of the WBS element being closed...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks to all for your helpful answers...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tarun Gambhir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2009 04:47:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-bapi-requisition-change/m-p/5723046#M1298485</guid>
      <dc:creator>I355602</dc:creator>
      <dc:date>2009-06-05T04:47:08Z</dc:date>
    </item>
  </channel>
</rss>

