<?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: Authorization for Project Version. in Product Lifecycle Management Q&amp;A</title>
    <link>https://community.sap.com/t5/product-lifecycle-management-q-a/authorization-for-project-version/qaa-p/3202545#M14639</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Vanitha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just try the following, I havent tried it but I think it should work,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to write a program in which &lt;/P&gt;&lt;P&gt;1) get all the project version GUIDs then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) you need to call a BAPI named 'BAPI_BUS2172_SET_AUTHORIZATION'&lt;/P&gt;&lt;P&gt;it has 2 input parametres &lt;/P&gt;&lt;P&gt;a. GUID : input all the project version GUIDs for which you want to set authorizations.&lt;/P&gt;&lt;P&gt;b. is authorization : It is structure you need to create a structure  (say test ) in which you need to define 3 parameters as follows,&lt;/P&gt;&lt;P&gt;1.authorization_holder_type = auth_holder_user&lt;/P&gt;&lt;P&gt;2.authorization_holder_key = user (to which you want to assign authorization)&lt;/P&gt;&lt;P&gt;3.authorization_activity = set_auth_admin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) after this in same program you need to call a BAPI named 'BAPI_CPROJECTS_COMMIT_WORK' which will commit the authorization.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards &lt;/P&gt;&lt;P&gt;Rahul Sharma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Dec 2007 10:20:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-12T10:20:19Z</dc:date>
    <item>
      <title>Authorization for Project Version.</title>
      <link>https://community.sap.com/t5/product-lifecycle-management-q-a/authorization-for-project-version/qaq-p/3202543</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 am working on cProjects 3.0-PLM. We are trying to provide authorizations for the versions of the projects that are already created. Currently, the authorization for the versions is ineherited from the project that is available at the time of creating the version. Is it possible to add authorization for the existing versions to other users who are newly added to the project? If there is any way to do it, please help me out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vanitha. G&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2007 12:31:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/product-lifecycle-management-q-a/authorization-for-project-version/qaq-p/3202543</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-07T12:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization for Project Version.</title>
      <link>https://community.sap.com/t5/product-lifecycle-management-q-a/authorization-for-project-version/qaa-p/3202544#M14638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vanitha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot add any data to a versions. They are 'read- only'. I  had tried adding authorization data to a version using a function module, but no luck!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vivek Pandey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2007 04:10:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/product-lifecycle-management-q-a/authorization-for-project-version/qaa-p/3202544#M14638</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-12T04:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization for Project Version.</title>
      <link>https://community.sap.com/t5/product-lifecycle-management-q-a/authorization-for-project-version/qaa-p/3202545#M14639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Vanitha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just try the following, I havent tried it but I think it should work,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to write a program in which &lt;/P&gt;&lt;P&gt;1) get all the project version GUIDs then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) you need to call a BAPI named 'BAPI_BUS2172_SET_AUTHORIZATION'&lt;/P&gt;&lt;P&gt;it has 2 input parametres &lt;/P&gt;&lt;P&gt;a. GUID : input all the project version GUIDs for which you want to set authorizations.&lt;/P&gt;&lt;P&gt;b. is authorization : It is structure you need to create a structure  (say test ) in which you need to define 3 parameters as follows,&lt;/P&gt;&lt;P&gt;1.authorization_holder_type = auth_holder_user&lt;/P&gt;&lt;P&gt;2.authorization_holder_key = user (to which you want to assign authorization)&lt;/P&gt;&lt;P&gt;3.authorization_activity = set_auth_admin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) after this in same program you need to call a BAPI named 'BAPI_CPROJECTS_COMMIT_WORK' which will commit the authorization.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards &lt;/P&gt;&lt;P&gt;Rahul Sharma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2007 10:20:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/product-lifecycle-management-q-a/authorization-for-project-version/qaa-p/3202545#M14639</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-12T10:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization for Project Version.</title>
      <link>https://community.sap.com/t5/product-lifecycle-management-q-a/authorization-for-project-version/qaa-p/3202546#M14640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rahul,&lt;/P&gt;&lt;P&gt;This does not work. I already tried this out. &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vivek Pandey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2007 10:28:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/product-lifecycle-management-q-a/authorization-for-project-version/qaa-p/3202546#M14640</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-12T10:28:34Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization for Project Version.</title>
      <link>https://community.sap.com/t5/product-lifecycle-management-q-a/authorization-for-project-version/qaa-p/3202547#M14641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vivek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From technical view, it might be possible to update the ACO* table to add additional user to the version. But I really not recommend you to do that. To create a new version is a essential better way to get it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Zhenbo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2007 09:17:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/product-lifecycle-management-q-a/authorization-for-project-version/qaa-p/3202547#M14641</guid>
      <dc:creator>former_member201206</dc:creator>
      <dc:date>2007-12-20T09:17:28Z</dc:date>
    </item>
  </channel>
</rss>

