<?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 Regarding 'BAPI_PS_PRECOMMIT' in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi-ps-precommit/m-p/5838039#M1317505</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using below peace of code,I am trying to create the Project Definitions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_PS_INITIALIZATION'.&lt;/P&gt;&lt;P&gt;      CALL FUNCTION 'BAPI_BUS2001_CREATE'&lt;/P&gt;&lt;P&gt;        EXPORTING&lt;/P&gt;&lt;P&gt;          i_project_definition = wg_pdmasterdata&lt;/P&gt;&lt;P&gt;        TABLES&lt;/P&gt;&lt;P&gt;          et_return            = i_return.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;IF BAPI IS SUCCESS,COMMIT THE BAPI&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        CALL FUNCTION 'BAPI_PS_PRECOMMIT'&lt;/P&gt;&lt;P&gt;          TABLES&lt;/P&gt;&lt;P&gt;            et_return = i_return.&lt;/P&gt;&lt;P&gt;        CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'&lt;/P&gt;&lt;P&gt;          EXPORTING&lt;/P&gt;&lt;P&gt;            wait = c_wait.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here for wg_pdmasterdata,I am getting the data from the file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the above peace of code,I am successfully creating the Project Definitions.&lt;/P&gt;&lt;P&gt;But my problem is after the successful execution,if suppose I have change the file contents and run the report,it's giving me short dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please guide me what's wrong woth my code.&lt;/P&gt;&lt;P&gt;As I am new to this Project Systems module,your suggestions are very much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sreeram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Jun 2009 05:26:17 GMT</pubDate>
    <dc:creator>sreeramkumar_madisetty</dc:creator>
    <dc:date>2009-06-25T05:26:17Z</dc:date>
    <item>
      <title>Regarding 'BAPI_PS_PRECOMMIT'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi-ps-precommit/m-p/5838039#M1317505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using below peace of code,I am trying to create the Project Definitions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_PS_INITIALIZATION'.&lt;/P&gt;&lt;P&gt;      CALL FUNCTION 'BAPI_BUS2001_CREATE'&lt;/P&gt;&lt;P&gt;        EXPORTING&lt;/P&gt;&lt;P&gt;          i_project_definition = wg_pdmasterdata&lt;/P&gt;&lt;P&gt;        TABLES&lt;/P&gt;&lt;P&gt;          et_return            = i_return.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;IF BAPI IS SUCCESS,COMMIT THE BAPI&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        CALL FUNCTION 'BAPI_PS_PRECOMMIT'&lt;/P&gt;&lt;P&gt;          TABLES&lt;/P&gt;&lt;P&gt;            et_return = i_return.&lt;/P&gt;&lt;P&gt;        CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'&lt;/P&gt;&lt;P&gt;          EXPORTING&lt;/P&gt;&lt;P&gt;            wait = c_wait.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here for wg_pdmasterdata,I am getting the data from the file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the above peace of code,I am successfully creating the Project Definitions.&lt;/P&gt;&lt;P&gt;But my problem is after the successful execution,if suppose I have change the file contents and run the report,it's giving me short dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please guide me what's wrong woth my code.&lt;/P&gt;&lt;P&gt;As I am new to this Project Systems module,your suggestions are very much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sreeram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2009 05:26:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi-ps-precommit/m-p/5838039#M1317505</guid>
      <dc:creator>sreeramkumar_madisetty</dc:creator>
      <dc:date>2009-06-25T05:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding 'BAPI_PS_PRECOMMIT'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi-ps-precommit/m-p/5838040#M1317506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai,&lt;/P&gt;&lt;P&gt;what r u changing in the  flat file&lt;/P&gt;&lt;P&gt;r  u getting dump in bapi_ps_precommit , &lt;/P&gt;&lt;P&gt;u get this dump bcos the earlier bapi has field i mean it is in error&lt;/P&gt;&lt;P&gt;u have to check wether the bapi for project definition was successful if it is success then only u have to commit else u get dump ,&lt;/P&gt;&lt;P&gt;so clear on what changes u have done&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;m.a&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2009 06:10:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi-ps-precommit/m-p/5838040#M1317506</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-25T06:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding 'BAPI_PS_PRECOMMIT'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi-ps-precommit/m-p/5838041#M1317507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Might be a good idea to also give the error message from the short dump so we can get a clearer idea of your issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2009 06:37:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bapi-ps-precommit/m-p/5838041#M1317507</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-25T06:37:26Z</dc:date>
    </item>
  </channel>
</rss>

