<?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 PS MODULE BAPIS in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ps-module-bapis/m-p/1588056#M264962</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;Any body is having idea about PS Module BAPIs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_PS_INITIALIZATION.&lt;/P&gt;&lt;P&gt;BAPI_BUS2001_CREATE.&lt;/P&gt;&lt;P&gt;bAPI_BUS2054_CREATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is the procedure to create. ok. But I want exact information about these and what is the BAPI_PS_INITIALIZATION. in this bapi what we have to do can u give details and example for all bapis &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is very urgent&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Oct 2006 06:19:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-05T06:19:56Z</dc:date>
    <item>
      <title>PS MODULE BAPIS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ps-module-bapis/m-p/1588056#M264962</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;Any body is having idea about PS Module BAPIs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_PS_INITIALIZATION.&lt;/P&gt;&lt;P&gt;BAPI_BUS2001_CREATE.&lt;/P&gt;&lt;P&gt;bAPI_BUS2054_CREATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is the procedure to create. ok. But I want exact information about these and what is the BAPI_PS_INITIALIZATION. in this bapi what we have to do can u give details and example for all bapis &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is very urgent&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2006 06:19:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ps-module-bapis/m-p/1588056#M264962</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-05T06:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: PS MODULE BAPIS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ps-module-bapis/m-p/1588057#M264963</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;all bapis are well documented in se37&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2006 06:24:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ps-module-bapis/m-p/1588057#M264963</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2006-10-05T06:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: PS MODULE BAPIS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ps-module-bapis/m-p/1588058#M264964</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;Welcome to SDN!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first step in a processing unit is initialization,&lt;/P&gt;&lt;P&gt;which is done by calling the BAPI BAPI_PS_INITIALIZATION.&lt;/P&gt;&lt;P&gt;Afterwards, the individual BAPIs listed below can be used several times, if required.&lt;/P&gt;&lt;P&gt;BAPI_BUS2001_CREATE.&lt;/P&gt;&lt;P&gt;BAPI_BUS2054_CREATE.&lt;/P&gt;&lt;P&gt;The processing unit ends when the final precommit (call BAPI BAPI_PS_PRECOMMIT) is executed &lt;/P&gt;&lt;P&gt;with a subsequent COMMIT WORK &lt;/P&gt;&lt;P&gt;(for example, the statement COMMIT WORK, the BAPI "BAPI_TRANSACTION_COMMIT" &lt;/P&gt;&lt;P&gt;or the BapiService.TransactionCommit method).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After the final COMMIT WORK, the next initialization opens a new processing unit &lt;/P&gt;&lt;P&gt;via the BAPI "BAPI_PS_INITIALIZATION".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more information goto Tcode - SE37, give the BAPI name &amp;amp; look for &amp;lt;b&amp;gt;"Function Module Documentation"&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Sample codes&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;* first init for use with these kind of bapi's
    CALL FUNCTION 'BAPI_PS_INITIALIZATION'.

    CALL FUNCTION 'BAPI_BUS2001_CREATE'
      EXPORTING
        i_project_definition = i_project_definition
      TABLES
        et_return            = et_return.

    CALL FUNCTION 'BAPI_BUS2054_CREATE_MULTI'
      EXPORTING
        i_project_definition       =
    i_project_definition-project_definition
      TABLES
        it_wbs_element             = it_wbs_element
        et_return                  = et_return

    CALL FUNCTION 'BAPI_PS_PRECOMMIT'
      TABLES
        et_return = et_return.

    CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
      EXPORTING
        wait   = 'X'
      IMPORTING
        return = return2.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;P&gt;Thangesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2006 06:33:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ps-module-bapis/m-p/1588058#M264964</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-05T06:33:23Z</dc:date>
    </item>
  </channel>
</rss>

