<?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: how to create profiles , roles, authorizations programatically in R/3 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-profiles-roles-authorizations-programatically-in-r-3/m-p/874970#M50523</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vishal,&lt;/P&gt;&lt;P&gt;  If you are ok with using BDC, do this. Create a BDC recording to do your task, and get the program from the recording. Now, use this program to create your own RFC function module, so that you can use these from your java application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Gopal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 19 Mar 2005 18:57:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-03-19T18:57:43Z</dc:date>
    <item>
      <title>how to create profiles , roles, authorizations programatically in R/3</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-profiles-roles-authorizations-programatically-in-r-3/m-p/874967#M50520</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;i am writing appl which uses JCO. i need to provide following fuctionality programitically. I know how to do it using dialogs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Creation of Profiles ( Manually)&lt;/P&gt;&lt;P&gt;2) Generation of Profiles (invoking Profile Generator)&lt;/P&gt;&lt;P&gt;3) Creation of Roles and their assignemt to Profiles&lt;/P&gt;&lt;P&gt;4) Creation of Authorizations and their assigment to Roles&lt;/P&gt;&lt;P&gt;5) Creation of Authorization Objects &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There seems to be no released BAPI available for above task. &lt;/P&gt;&lt;P&gt;Please help. Any idea pls contribute.. may be we together figure out how to do it programatically.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vishal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2005 16:36:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-profiles-roles-authorizations-programatically-in-r-3/m-p/874967#M50520</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-15T16:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: how to create profiles , roles, authorizations programatically in R/3</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-profiles-roles-authorizations-programatically-in-r-3/m-p/874968#M50521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vishal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look at FM's under function group PRGN,PRGN_CONVERSION, PRGN_AUTH and PRGN_CATT. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Lakshman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2005 07:23:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-profiles-roles-authorizations-programatically-in-r-3/m-p/874968#M50521</guid>
      <dc:creator>Lakshmant1</dc:creator>
      <dc:date>2005-03-16T07:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: how to create profiles , roles, authorizations programatically in R/3</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-profiles-roles-authorizations-programatically-in-r-3/m-p/874969#M50522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use Call Transaction. My Basis team did User Creation using CATT tool&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2005 16:08:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-profiles-roles-authorizations-programatically-in-r-3/m-p/874969#M50522</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-18T16:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: how to create profiles , roles, authorizations programatically in R/3</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-profiles-roles-authorizations-programatically-in-r-3/m-p/874970#M50523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vishal,&lt;/P&gt;&lt;P&gt;  If you are ok with using BDC, do this. Create a BDC recording to do your task, and get the program from the recording. Now, use this program to create your own RFC function module, so that you can use these from your java application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Gopal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Mar 2005 18:57:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-profiles-roles-authorizations-programatically-in-r-3/m-p/874970#M50523</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-19T18:57:43Z</dc:date>
    </item>
  </channel>
</rss>

