<?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>Question Re: PS Projects transfer to cProjects without having xRPM in Product Lifecycle Management Q&amp;A</title>
    <link>https://community.sap.com/t5/product-lifecycle-management-q-a/ps-projects-transfer-to-cprojects-without-having-xrpm/qaa-p/4913421#M22692</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Niranjan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is that the transfer should happen automatically on any update in the PS project to the cProjects Project. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And as an extension to that requirement, any update in cProjects should also update the PS Project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that Possible ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Nishit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 13 Dec 2008 06:43:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-13T06:43:50Z</dc:date>
    <item>
      <title>PS Projects transfer to cProjects without having xRPM</title>
      <link>https://community.sap.com/t5/product-lifecycle-management-q-a/ps-projects-transfer-to-cprojects-without-having-xrpm/qaq-p/4913418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that possible to transfer the PS Projects to cProjects, if i am using just cProjects Suite? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(please note i am not using xRPM)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If yes, is that possible, that any changes made in PS projects gets reflected into cProjects?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Advice..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Full Points on solution of the query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nishit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2008 12:04:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/product-lifecycle-management-q-a/ps-projects-transfer-to-cprojects-without-having-xrpm/qaq-p/4913418</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-08T12:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: PS Projects transfer to cProjects without having xRPM</title>
      <link>https://community.sap.com/t5/product-lifecycle-management-q-a/ps-projects-transfer-to-cprojects-without-having-xrpm/qaa-p/4913419#M22690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What you can do is Create a cProjects Project usinga  Badi in PS on save.&lt;/P&gt;&lt;P&gt;where you can use FM &lt;STRONG&gt;BAPI_BUS2172_CREATE&lt;/STRONG&gt; to create Project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also when you make changes to PS project use Badi on save to transfer the changes to cProjects projects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use Function modules like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_BUS2172_CHANGE&lt;/P&gt;&lt;P&gt;BAPI_BUS2173_CHANGE&lt;/P&gt;&lt;P&gt;BAPI_BUS2174_CHANGE&lt;/P&gt;&lt;P&gt;BAPI_BUS2175_CHANGE&lt;/P&gt;&lt;P&gt;and so on&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Niranjan&lt;/P&gt;&lt;P&gt;Points welcome for useful info&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Dec 2008 08:32:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/product-lifecycle-management-q-a/ps-projects-transfer-to-cprojects-without-having-xrpm/qaa-p/4913419#M22690</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-09T08:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: PS Projects transfer to cProjects without having xRPM</title>
      <link>https://community.sap.com/t5/product-lifecycle-management-q-a/ps-projects-transfer-to-cprojects-without-having-xrpm/qaa-p/4913420#M22691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BAPIs given by Niranjan can be called at the time of saving a project created in SAP-PS using BADI - Method - IF_EX_WORKBREAKDOWN_UPDATE~AT_SAVE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2008 11:59:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/product-lifecycle-management-q-a/ps-projects-transfer-to-cprojects-without-having-xrpm/qaa-p/4913420#M22691</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-10T11:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: PS Projects transfer to cProjects without having xRPM</title>
      <link>https://community.sap.com/t5/product-lifecycle-management-q-a/ps-projects-transfer-to-cprojects-without-having-xrpm/qaa-p/4913421#M22692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Niranjan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is that the transfer should happen automatically on any update in the PS project to the cProjects Project. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And as an extension to that requirement, any update in cProjects should also update the PS Project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that Possible ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Nishit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Dec 2008 06:43:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/product-lifecycle-management-q-a/ps-projects-transfer-to-cprojects-without-having-xrpm/qaa-p/4913421#M22692</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-13T06:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: PS Projects transfer to cProjects without having xRPM</title>
      <link>https://community.sap.com/t5/product-lifecycle-management-q-a/ps-projects-transfer-to-cprojects-without-having-xrpm/qaa-p/4913422#M22693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes &lt;/P&gt;&lt;P&gt;with reverse process you can do that as well&lt;/P&gt;&lt;P&gt;Search Badi in cProjects at save then have FM to update your PS Project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Niranjan&lt;/P&gt;&lt;P&gt;Pointws welcome if useful info&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Dec 2008 09:06:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/product-lifecycle-management-q-a/ps-projects-transfer-to-cprojects-without-having-xrpm/qaa-p/4913422#M22693</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-13T09:06:01Z</dc:date>
    </item>
  </channel>
</rss>

