<?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: error when creating rfc function module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-creating-rfc-function-module/m-p/2420677#M540370</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi deb,&lt;/P&gt;&lt;P&gt;Actually i am creating one rfc fm based on the standard fm 'SUSR_USER_AGR_ACTIVITYGR_GET ' the purpose of this functionmodule is to find whether the role is assigned to user  or not. if assigned it will display the all the assigned roles. in tables 'user_activitygroups' parameter refered with 'ustyp_t_agr' it is in ustyp type-pools. now i want to make this fm as rfc how to handle this one. i created one 'zusty' type group same like ustyp in that one i created one type 'zusty_t_agr'. but we can't handle in rfc how to handle this one&lt;/P&gt;&lt;P&gt;please help me&lt;/P&gt;&lt;P&gt;it is very urgent ya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jul 2007 09:33:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-05T09:33:27Z</dc:date>
    <item>
      <title>error when creating rfc function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-creating-rfc-function-module/m-p/2420674#M540367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;now i am creating one rfc functionmodule (ZSUSR_USER_AGR_ACTIVITYGR_GET) by copying existing general standard functionmodule. problem is, in tables i have one parameter called USER_ACTIVITYGROUPS i referred this one with TYPE-POOLS TYPE ZUSTY_T_AGR, when i am trying to save this function module it is giving this message &amp;lt;i&amp;gt;&amp;lt;b&amp;gt;Type zusty_t_agr is unknown.&amp;lt;/b&amp;gt;&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;it is very urgent &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2007 08:55:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-creating-rfc-function-module/m-p/2420674#M540367</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-05T08:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: error when creating rfc function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-creating-rfc-function-module/m-p/2420675#M540368</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;You cannot use TYPE GROUPS with RFC  function modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to either create your own DDIC type which is similar to this and use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot use a TYPE that is declared in a TYPE POOL (GROUP).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2007 09:07:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-creating-rfc-function-module/m-p/2420675#M540368</guid>
      <dc:creator>seshatalpasai_madala</dc:creator>
      <dc:date>2007-07-05T09:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: error when creating rfc function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-creating-rfc-function-module/m-p/2420676#M540369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;USTYP_T_AGR is standard one - defined by sap.but what is zUSTYP_T_AGR?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2007 09:07:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-creating-rfc-function-module/m-p/2420676#M540369</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-05T09:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: error when creating rfc function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-creating-rfc-function-module/m-p/2420677#M540370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi deb,&lt;/P&gt;&lt;P&gt;Actually i am creating one rfc fm based on the standard fm 'SUSR_USER_AGR_ACTIVITYGR_GET ' the purpose of this functionmodule is to find whether the role is assigned to user  or not. if assigned it will display the all the assigned roles. in tables 'user_activitygroups' parameter refered with 'ustyp_t_agr' it is in ustyp type-pools. now i want to make this fm as rfc how to handle this one. i created one 'zusty' type group same like ustyp in that one i created one type 'zusty_t_agr'. but we can't handle in rfc how to handle this one&lt;/P&gt;&lt;P&gt;please help me&lt;/P&gt;&lt;P&gt;it is very urgent ya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2007 09:33:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-creating-rfc-function-module/m-p/2420677#M540370</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-05T09:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: error when creating rfc function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-creating-rfc-function-module/m-p/2420678#M540371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;         Check this link. It has got all the information about RFC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f078394a-4469-2910-c4bf-853c75674694" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f078394a-4469-2910-c4bf-853c75674694&lt;/A&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;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2007 09:39:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-creating-rfc-function-module/m-p/2420678#M540371</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-05T09:39:17Z</dc:date>
    </item>
  </channel>
</rss>

