<?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 BAPI_REQUIREMENTS_CHANGE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-requirements-change/m-p/8191498#M1625272</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 am using below bapi to Change The Planning Order Requirements.&lt;/P&gt;&lt;P&gt;Does this Bapi has Internal Commit or need to explicitly mention it using BAPI_TRANSACTION_COMMIT/ROLLBACK.&lt;/P&gt;&lt;P&gt;Because i can also see one parameter DO_COMMIT. Setting this parameter BLANK will automatically get committed.?&lt;/P&gt;&lt;P&gt;Does all BAPI needs to be handled commit work explicitly? or depends on the parameter?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_REQUIREMENTS_CHANGE'&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        MATERIAL                 = U_WL_PBIM-MATNR&lt;/P&gt;&lt;P&gt;        PLANT                    = U_WL_PBIM-WERKS&lt;/P&gt;&lt;P&gt;        REQUIREMENTSTYPE         = U_WL_PBIM-BEDAE&lt;/P&gt;&lt;P&gt;        VERSION                  = U_WL_PBIM-VERSB&lt;/P&gt;&lt;P&gt;        REQMTSPLANNUMBER         = U_WL_PBIM-PBDNR&lt;/P&gt;&lt;P&gt;        VERS_ACTIV               = CG_X&lt;/P&gt;&lt;P&gt;        DELETE_OLD               = CG_MSGV_BLANK&lt;/P&gt;&lt;P&gt;      TABLES&lt;/P&gt;&lt;P&gt;        REQUIREMENTS_SCHEDULE_IN = TL_NREDL&lt;/P&gt;&lt;P&gt;        RETURN                   = TL_REPA.  "Return parameter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls confirm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regard&lt;/P&gt;&lt;P&gt;Chandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Aug 2011 22:20:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-08-30T22:20:42Z</dc:date>
    <item>
      <title>BAPI_REQUIREMENTS_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-requirements-change/m-p/8191498#M1625272</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 am using below bapi to Change The Planning Order Requirements.&lt;/P&gt;&lt;P&gt;Does this Bapi has Internal Commit or need to explicitly mention it using BAPI_TRANSACTION_COMMIT/ROLLBACK.&lt;/P&gt;&lt;P&gt;Because i can also see one parameter DO_COMMIT. Setting this parameter BLANK will automatically get committed.?&lt;/P&gt;&lt;P&gt;Does all BAPI needs to be handled commit work explicitly? or depends on the parameter?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_REQUIREMENTS_CHANGE'&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        MATERIAL                 = U_WL_PBIM-MATNR&lt;/P&gt;&lt;P&gt;        PLANT                    = U_WL_PBIM-WERKS&lt;/P&gt;&lt;P&gt;        REQUIREMENTSTYPE         = U_WL_PBIM-BEDAE&lt;/P&gt;&lt;P&gt;        VERSION                  = U_WL_PBIM-VERSB&lt;/P&gt;&lt;P&gt;        REQMTSPLANNUMBER         = U_WL_PBIM-PBDNR&lt;/P&gt;&lt;P&gt;        VERS_ACTIV               = CG_X&lt;/P&gt;&lt;P&gt;        DELETE_OLD               = CG_MSGV_BLANK&lt;/P&gt;&lt;P&gt;      TABLES&lt;/P&gt;&lt;P&gt;        REQUIREMENTS_SCHEDULE_IN = TL_NREDL&lt;/P&gt;&lt;P&gt;        RETURN                   = TL_REPA.  "Return parameter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls confirm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regard&lt;/P&gt;&lt;P&gt;Chandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2011 22:20:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-requirements-change/m-p/8191498#M1625272</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-30T22:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_REQUIREMENTS_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-requirements-change/m-p/8191499#M1625273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Usually, BAPIs rely on a COMMIT WORK statement (or calling BAPI_TRANSACTION_COMMIT) afterwards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This particular one however will perform the COMMIT WORK if the DO_COMMIT parameter is not blank.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2011 00:18:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-requirements-change/m-p/8191499#M1625273</guid>
      <dc:creator>Tamas_Hoznek</dc:creator>
      <dc:date>2011-08-31T00:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_REQUIREMENTS_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-requirements-change/m-p/8191500#M1625274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The call to a BAPI generates a Chain of BAPI calls in the system. Now it is explicitily required to do a COMMIT work for the BAPI. The Function Module BAPI_TRANSACTION_COMMIT as mentioned can serve the purpose. In your case the parameter DO_COMMIT  has to be set to 'X' for the COMMIT Work to happen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tanmoy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2011 01:19:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-requirements-change/m-p/8191500#M1625274</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-31T01:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_REQUIREMENTS_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-requirements-change/m-p/8191501#M1625275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chandra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i use this Bapi i did not use bapi_transaction_commit . For me it is updated automatically.Check this and post if any issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2011 01:38:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-requirements-change/m-p/8191501#M1625275</guid>
      <dc:creator>madhu_vadlamani</dc:creator>
      <dc:date>2011-08-31T01:38:04Z</dc:date>
    </item>
  </channel>
</rss>

