<?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 Problem in BAPI_BUS2001_SET_STATUS in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bapi-bus2001-set-status/m-p/973760#M70356</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      I have problem in BAPI_BUS2001_SET_STATUS. I am not able to set status of a project defination as REL which is created using BAPI_PROJECT_MAINTAIN. It is giving me the error message that project defination is not initial.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Aug 2005 13:19:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-08-24T13:19:37Z</dc:date>
    <item>
      <title>Problem in BAPI_BUS2001_SET_STATUS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bapi-bus2001-set-status/m-p/973760#M70356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      I have problem in BAPI_BUS2001_SET_STATUS. I am not able to set status of a project defination as REL which is created using BAPI_PROJECT_MAINTAIN. It is giving me the error message that project defination is not initial.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2005 13:19:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bapi-bus2001-set-status/m-p/973760#M70356</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-24T13:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in BAPI_BUS2001_SET_STATUS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bapi-bus2001-set-status/m-p/973761#M70357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  You need to call this in sequence:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;TO CREATE PROJECT DEFINITON&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;CALL FUNCTION 'BAPI_PROJECTDEF_CREATE'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;project_definition_stru = l_wa_bapi_project_definition&lt;/P&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;return                  = l_i_bapireturn1&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;e_message_table         = l_i_bapi_meth_message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;COMMIT WORK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;TO CREATE WBS-ELEMENT.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;CALL FUNCTION 'BAPI_PROJECT_MAINTAIN'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;i_project_definition  =  fp_l_bapi_project_definition&lt;/P&gt;&lt;P&gt;i_project_definition_upd =  l_i_bapi_project_definition_up&lt;/P&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;return                =  l_i_bapireturn1&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;i_method_project      =  fp_l_i_bapi_method_project&lt;/P&gt;&lt;P&gt;i_wbs_element_table   =  fp_l_i_bapi_wbs_element &lt;/P&gt;&lt;P&gt;e_message_table       = l_i_bapi_meth_message&lt;/P&gt;&lt;P&gt;             .&lt;/P&gt;&lt;P&gt;COMMIT WORK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aveek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2005 13:35:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bapi-bus2001-set-status/m-p/973761#M70357</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-24T13:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in BAPI_BUS2001_SET_STATUS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bapi-bus2001-set-status/m-p/973762#M70358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dear aveek,&lt;/P&gt;&lt;P&gt; i have created project definition, wbs element, network header, activity , avtivity element, and mile stone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am able to set the status of project definition which i have created using bapi_project_maintain when i set it directly usin the tcode cj20n -&amp;gt; edit -&amp;gt; setstatus.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but if i want to set the status by usin bapi, it is giving me error as project definition is not initial.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2005 13:57:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bapi-bus2001-set-status/m-p/973762#M70358</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-24T13:57:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in BAPI_BUS2001_SET_STATUS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bapi-bus2001-set-status/m-p/973763#M70359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  For the WBS update you can refer to the documentation in SAP:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Command: Update&lt;/P&gt;&lt;P&gt;Use this command to change a WBS element that already exists in the R/3 Project System. If you enter an update structure, you can change individual fields without having to specify the other fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Changing the description of the WBS element TRAINING.1 for the project definition PD TRAINING&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMethodProject &lt;/P&gt;&lt;P&gt;OBJECTTYPE = WBS element&lt;/P&gt;&lt;P&gt;METHOD = Update&lt;/P&gt;&lt;P&gt;OBJECTKEY = TRAINING.1&lt;/P&gt;&lt;P&gt;REFNUMBER = 000001&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OBJECTTYPE =&lt;/P&gt;&lt;P&gt;METHOD = Save&lt;/P&gt;&lt;P&gt;OBJECTKEY =&lt;/P&gt;&lt;P&gt;REFNUMBER =&lt;/P&gt;&lt;P&gt;IProjectDefinition &lt;/P&gt;&lt;P&gt;PROJECT_DEFINITION = PD-TRAINING&lt;/P&gt;&lt;P&gt;IWbsElementTable &lt;/P&gt;&lt;P&gt;Index = 1&lt;/P&gt;&lt;P&gt;WBS_ELEMENT = TRAINING.1&lt;/P&gt;&lt;P&gt;PROJECT_DEFINITION = PD-TRAINING&lt;/P&gt;&lt;P&gt;DESCRIPTION = Preparation and documentation&lt;/P&gt;&lt;P&gt;IWbsElementTableUpdate &lt;/P&gt;&lt;P&gt;Index = 1&lt;/P&gt;&lt;P&gt;WBS_ELEMENT =&lt;/P&gt;&lt;P&gt;PROJECT_DEFINITION =&lt;/P&gt;&lt;P&gt;DESCRIPTION = X&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aveek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2005 16:18:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bapi-bus2001-set-status/m-p/973763#M70359</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-24T16:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in BAPI_BUS2001_SET_STATUS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bapi-bus2001-set-status/m-p/973764#M70360</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;You have to call BAPI_PS_INITIALIZATION before setting the status and BAPI_PS_PRECOMMIT between setting the status and Commit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Roland&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2006 07:36:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bapi-bus2001-set-status/m-p/973764#M70360</guid>
      <dc:creator>roland_spindler</dc:creator>
      <dc:date>2006-09-12T07:36:46Z</dc:date>
    </item>
  </channel>
</rss>

