‎2007 Aug 23 12:17 PM
i want create role with authorization and orgfilters all as stars is there any function module to create like this i know one function module (PRGN_rfc_create_activity_group) but this function module is not updating orgfilters as *(stars) in ECC6.0
Please help me
it is very urgent
‎2007 Aug 23 12:21 PM
You can use following.
FM PRGN_RFC_CREATE_ACTIVITY_GROUP
PRGN_ADD_USER_ASSIGNMENT
PRGN_1001_SAVE_USER_ASSIGNMENT
PRGN_1250_SAVE_AUTH_DATA
PRGN_1252_SAVE_ORG_LEVELS
and PRGN_AUTO_GENERATE_PROFILE_NEW
regards,
rewards point
‎2007 Aug 23 12:28 PM
hi abhay,
i created role in ECC5.0 by using this function module PRGN_RFC_CREATE_ACTIVITY_GROUP, with authorizations and i filled orgfilters as stars. same thing when i am trying to create in ECC6.0 orgfilters are not updating why?
thanks