<?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: Project systems Upload functionality in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/project-systems-upload-functionality/m-p/943872#M63742</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;Use the function modules in this order.&lt;/P&gt;&lt;P&gt;Where are you providing the hard coded value??&lt;/P&gt;&lt;P&gt;&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;&lt;/P&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_bapireturnTABLES&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;&lt;/P&gt;&lt;P&gt;Then use the BAPI:&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;&lt;/P&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_definition1&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>Mon, 22 Aug 2005 09:48:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-08-22T09:48:34Z</dc:date>
    <item>
      <title>Project systems Upload functionality</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/project-systems-upload-functionality/m-p/943871#M63741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need a very urgent help from you. CUrrently we are using a program for uploading the project systems projects along with the WBS. We are using the bapi &lt;/P&gt;&lt;P&gt;'BAPI_PROJECT_MAINTAIN' for acreating up to level 4.&lt;/P&gt;&lt;P&gt;this is hard coded to level 4. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Now current requiremnt is to convert the program into generic with multiple WBS levels. It can be any numbers.&lt;/P&gt;&lt;P&gt;This program should have ability to upload a new project with all the levels, and "new levels" on an existing project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Does using Cj01 transaction and recording is suggesteble for the above requirement.&lt;/P&gt;&lt;P&gt;  I am not getting any ideas.Please suggest how to go ahead.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt; Please please help me out its quite urgent..........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2005 08:43:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/project-systems-upload-functionality/m-p/943871#M63741</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-22T08:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: Project systems Upload functionality</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/project-systems-upload-functionality/m-p/943872#M63742</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;Use the function modules in this order.&lt;/P&gt;&lt;P&gt;Where are you providing the hard coded value??&lt;/P&gt;&lt;P&gt;&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;&lt;/P&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_bapireturnTABLES&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;&lt;/P&gt;&lt;P&gt;Then use the BAPI:&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;&lt;/P&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_definition1&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>Mon, 22 Aug 2005 09:48:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/project-systems-upload-functionality/m-p/943872#M63742</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-22T09:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: Project systems Upload functionality</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/project-systems-upload-functionality/m-p/943873#M63743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;Aveek.&lt;/P&gt;&lt;P&gt;I need help changing module pool&lt;/P&gt;&lt;P&gt;PROJECTINFO' header data and add more column&lt;/P&gt;&lt;P&gt;to it...can u help..nasim1293@gmail.com&lt;/P&gt;&lt;P&gt;214-417-8044&lt;/P&gt;&lt;P&gt;thank you.&lt;/P&gt;&lt;P&gt;Nasim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2005 18:56:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/project-systems-upload-functionality/m-p/943873#M63743</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-07T18:56:27Z</dc:date>
    </item>
  </channel>
</rss>

