‎2007 Jul 05 9:55 AM
Hi,
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 <i><b>Type zusty_t_agr is unknown.</b></i>
it is very urgent
Please help me
‎2007 Jul 05 10:07 AM
Hi,
You cannot use TYPE GROUPS with RFC function modules.
You need to either create your own DDIC type which is similar to this and use.
You cannot use a TYPE that is declared in a TYPE POOL (GROUP).
Regards,
Sesh
‎2007 Jul 05 10:07 AM
USTYP_T_AGR is standard one - defined by sap.but what is zUSTYP_T_AGR?
‎2007 Jul 05 10:33 AM
Hi deb,
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
please help me
it is very urgent ya
‎2007 Jul 05 10:39 AM
Hi,
Check this link. It has got all the information about RFC.
Regards