<?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: Is there a BAPI to Include a Staffed Role from a template? in Product Lifecycle Management Q&amp;A</title>
    <link>https://community.sap.com/t5/product-lifecycle-management-q-a/is-there-a-bapi-to-include-a-staffed-role-from-a-template/qaa-p/11174021#M64833</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Judith!&lt;/P&gt;&lt;P&gt;My best regards.&lt;/P&gt;&lt;P&gt;Laura&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Jul 2015 10:36:59 GMT</pubDate>
    <dc:creator>ladinca</dc:creator>
    <dc:date>2015-07-23T10:36:59Z</dc:date>
    <item>
      <title>Is there a BAPI to Include a Staffed Role from a template?</title>
      <link>https://community.sap.com/t5/product-lifecycle-management-q-a/is-there-a-bapi-to-include-a-staffed-role-from-a-template/qaq-p/11174016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear experts,&lt;/P&gt;&lt;P&gt;We have the need to replicate the behaviour of the "Include Role" standard functionality.&lt;/P&gt;&lt;P&gt;We looked for a BAPI but we could not find anything useful.&lt;/P&gt;&lt;P&gt;We need a piece of code that allows to retrieve a Role from a Template and copy it into a Project, including the already staffed resources.&lt;/P&gt;&lt;P&gt;We have SAP Portfolio and Project Management 5.0&lt;/P&gt;&lt;P&gt;Thank you inadvance for your answer.&lt;/P&gt;&lt;P&gt;Laura&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 15:10:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/product-lifecycle-management-q-a/is-there-a-bapi-to-include-a-staffed-role-from-a-template/qaq-p/11174016</guid>
      <dc:creator>ladinca</dc:creator>
      <dc:date>2015-07-21T15:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a BAPI to Include a Staffed Role from a template?</title>
      <link>https://community.sap.com/t5/product-lifecycle-management-q-a/is-there-a-bapi-to-include-a-staffed-role-from-a-template/qaa-p/11174017#M64829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Laura,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use BAPI BAPI_BUS2178_GET_DETAIL to receive the role details of a template. Then &lt;BR /&gt;you can use the BAPI BAPI_BUS2177_CREATE to create the role and BAPI BAPI_BUS2177_STAFFING_ADD to add some staffings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;Judith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 09:23:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/product-lifecycle-management-q-a/is-there-a-bapi-to-include-a-staffed-role-from-a-template/qaa-p/11174017#M64829</guid>
      <dc:creator>judith_gabriel</dc:creator>
      <dc:date>2015-07-22T09:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a BAPI to Include a Staffed Role from a template?</title>
      <link>https://community.sap.com/t5/product-lifecycle-management-q-a/is-there-a-bapi-to-include-a-staffed-role-from-a-template/qaa-p/11174018#M64830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Judith,&lt;/P&gt;&lt;P&gt;Thank you very much for your help.&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Laura&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 09:43:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/product-lifecycle-management-q-a/is-there-a-bapi-to-include-a-staffed-role-from-a-template/qaa-p/11174018#M64830</guid>
      <dc:creator>ladinca</dc:creator>
      <dc:date>2015-07-22T09:43:09Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a BAPI to Include a Staffed Role from a template?</title>
      <link>https://community.sap.com/t5/product-lifecycle-management-q-a/is-there-a-bapi-to-include-a-staffed-role-from-a-template/qaa-p/11174019#M64831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Judith,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where do I find the value for &lt;SPAN class="coding-comment"&gt;PROJECTROLE_TMPL_GUID parameter ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="coding-comment"&gt;I mean, which table?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="coding-comment"&gt;Thank you&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="coding-comment"&gt;Kind Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="coding-comment"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="coding-comment"&gt;Laura&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 08:45:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/product-lifecycle-management-q-a/is-there-a-bapi-to-include-a-staffed-role-from-a-template/qaa-p/11174019#M64831</guid>
      <dc:creator>ladinca</dc:creator>
      <dc:date>2015-07-23T08:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a BAPI to Include a Staffed Role from a template?</title>
      <link>https://community.sap.com/t5/product-lifecycle-management-q-a/is-there-a-bapi-to-include-a-staffed-role-from-a-template/qaa-p/11174020#M64832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Laura,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;below you can find the steps to find the GUID for the role in the project-template.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have a Project template ID: ZJGA_ROLE1 where you can find the project GUID in table&lt;/P&gt;&lt;P&gt;DPR_PROJECT.&lt;BR /&gt;External ID: ZJGA_ROLE1&lt;/P&gt;&lt;P&gt;GUID: 6CAE8B774ED61ED4BDFD601A4AFEE92F&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The role is available in table CGPL_ENTITY for the project-guid.&lt;/P&gt;&lt;P&gt;Table: CGPL_ENTITY&lt;BR /&gt;Project_Guid: 6CAE8B774ED61ED4BDFD601A4AFEE92F&lt;BR /&gt;Object_type: MTG&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The result is the following:&lt;/P&gt;&lt;P&gt;GUID: 6CAE8B774ED61ED4BDFD61EBCC526931&lt;BR /&gt;EXTERNAL_ID: 180000000000000047732015&lt;BR /&gt;OBJECT_TYPE: MTG&lt;BR /&gt;PROJECT_GUID: 6CAE8B774ED61ED4BDFD601A4AFEE92F&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can start BAPI BAPI_BUS2178_GET_DETAIL with &lt;SPAN class="coding-comment"&gt;PROJECTROLE_TMPL_GUID &lt;/SPAN&gt; = 6CAE8B774ED61ED4BDFD61EBCC526931.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;Judith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 10:29:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/product-lifecycle-management-q-a/is-there-a-bapi-to-include-a-staffed-role-from-a-template/qaa-p/11174020#M64832</guid>
      <dc:creator>judith_gabriel</dc:creator>
      <dc:date>2015-07-23T10:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a BAPI to Include a Staffed Role from a template?</title>
      <link>https://community.sap.com/t5/product-lifecycle-management-q-a/is-there-a-bapi-to-include-a-staffed-role-from-a-template/qaa-p/11174021#M64833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Judith!&lt;/P&gt;&lt;P&gt;My best regards.&lt;/P&gt;&lt;P&gt;Laura&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 10:36:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/product-lifecycle-management-q-a/is-there-a-bapi-to-include-a-staffed-role-from-a-template/qaa-p/11174021#M64833</guid>
      <dc:creator>ladinca</dc:creator>
      <dc:date>2015-07-23T10:36:59Z</dc:date>
    </item>
  </channel>
</rss>

