Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

how create role by using function module

Former Member
0 Likes
2,777

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

2 REPLIES 2
Read only

Former Member
0 Likes
1,306

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

Read only

0 Likes
1,306

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