<?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: regarding BDC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/3673113#M884616</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  I tried that scenario also. but it is not generated. Please help me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Apr 2008 08:50:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-14T08:50:35Z</dc:date>
    <item>
      <title>regarding BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/3673110#M884613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  I have faced problem pfcg transaction code recording.&lt;/P&gt;&lt;P&gt;  My requirement is change the role through bdc. But in rcording after changing the role save that change then press generate button. but what happened after saving the role change it come out from the Recording without pressing the Generate button. How to solve this problem. give me solution for this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mohan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2008 07:36:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/3673110#M884613</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-14T07:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: regarding BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/3673111#M884614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __default_attr="blue" __jive_macro_name="color"&gt;
Hi Mohan,

Instead of saving first and generate , you can just generate and exits. It will be automatically saved.

Like when we activate program without saving.
Try this way.

Regards,
Venkat.O
&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2008 07:52:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/3673111#M884614</guid>
      <dc:creator>venkat_o</dc:creator>
      <dc:date>2008-04-14T07:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: regarding BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/3673112#M884615</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;Transaction PFCG is an enjoy SAP transaction and is quite hard to do BDC program within.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps you can use these BAPI/FM instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ALE_JOBROLE_CLONE &lt;/P&gt;&lt;P&gt;BAPI_CONVERT_DATA_FROM_AGR &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;BAPI_CONVERT_DATA_TO_AGR&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;BAPI_JOBROLE_CLONE &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFCG_COPY_AGR_GET_NEW_NAMES&lt;/P&gt;&lt;P&gt;PRGN_PFCG_CREATE_CATEGORIES&lt;/P&gt;&lt;P&gt;PRGN_PFCG_CREATE_CATS_NEW&lt;/P&gt;&lt;P&gt;PRGN_PFCG_GET_ALL_CATEGORIES&lt;/P&gt;&lt;P&gt;PRGN_PFCG_PREPARE_TREE&lt;/P&gt;&lt;P&gt;PRGN_PFCG_START&lt;/P&gt;&lt;P&gt;PRGN_PFCG_START_LOAD_ROLES&lt;/P&gt;&lt;P&gt;PRGN_PFCG_START_LOAD_TRANSMISS&lt;/P&gt;&lt;P&gt;PRGN_PFCG_START_SHOW_DYNPRO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KPEP_WL_ROLE1_MAINTAIN_ASSIGNS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_BUPA_ROLE_ADD&lt;/P&gt;&lt;P&gt;BAPI_BUPA_ROLE_ADD_2&lt;/P&gt;&lt;P&gt;BAPI_BUPA_SET_ROLE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kiran Sure&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2008 08:09:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/3673112#M884615</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-14T08:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: regarding BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/3673113#M884616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  I tried that scenario also. but it is not generated. Please help me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2008 08:50:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/3673113#M884616</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-14T08:50:35Z</dc:date>
    </item>
    <item>
      <title>Re: regarding BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/3673114#M884617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp; could you please let me know how creation of roles or modification of existing roles in PFCG can be automated with flat file containing the roles ,descriptions , objects, activity and authorization groups.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sasikanth &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jul 2013 09:00:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-bdc/m-p/3673114#M884617</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-15T09:00:28Z</dc:date>
    </item>
  </channel>
</rss>

