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

Create new derived role.

Former Member
0 Likes
856

Hello,

I'm looking for some easy way to automatically create a set of derived roles (with different organizational levels defined in itab) for specific imparting role. Any f-modules or your implementation experiences I could loot at?

Regards,

Filip

1 ACCEPTED SOLUTION
Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
776

If you debug PFCG, SAP uses the FM 'PRGN_1251_SAVE_FIELD_VALUES' to update AGR_1251 & the DB changes are actually committed in through the FM 'PRGN_UPDATE_DATABASE'.

Check if these FMs help.

Hello,

I'm looking for some easy way to automatically create a set of derived roles (with different organizational levels defined in itab) for specific imparting role. Any f-modules or your implementation experiences I could loot at?

Regards,

Filip

2 REPLIES 2
Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
777

If you debug PFCG, SAP uses the FM 'PRGN_1251_SAVE_FIELD_VALUES' to update AGR_1251 & the DB changes are actually committed in through the FM 'PRGN_UPDATE_DATABASE'.

Check if these FMs help.

Read only

Former Member
0 Likes
776

Hi,

it seems that there in no easy way I did it step by step ...

Regs,

FS