Application Development 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: 

Is SUPC same as PFCG_TIME_DEPENDENCY?

Former Member
0 Kudos

Hi,

I understand tx code SUPC is use to generate mass profiles of several Roles. Does PFCG_TIME_DEPENDENCY program does the same thing?

Any input that you will give is highly appreciated.

Thanks,

Kiko

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

<b>PFCG_TIME_DEPENDENCY</b>

To ensure the profiles in a user master record are always up to date, you

must periodically compare these with the corresponding activity groups. To

do this, use report PFCG_TIME_DEPENDENCY.

Report PFCG_TIME_DEPENDENCY must also have run after each import of activity groups from other systems.

You can create perform a user master comparison in the following ways:

1 To perform the comparison in the background, schedule the report PFCG_TIME_DEPENDENCY periodically in the background.

2 To perform the comparison immediately, start report PFCG_TIME_DEPENDENCY.

3 To perform the comparison immediately, in transaction PFCG, choose Utilities Mass Comparison and enter the affected roles in the Role field on the User Master Comparison screen. Then choose Perform User Master Comparison.

<b>SUPC</b>

SAP TCODE used to access Role Profiles is SUPC!

- You can compare user master records

- Program/Report used to generate this transaction is SAPPROFC_NEW.

- You can see which activity groups already have associated authorization profiles by using transaction SUPC.

Regards

Sumit Jain

[Reward with points if useful]

2 REPLIES 2

Former Member
0 Kudos

Nope, they are different.

As you said, SUPC lets you see & regenerate profiles

PFCG_TIME_DEPENDENCY (can be scheduled by PFUD) compares the assignment of roles and their associated profiles to users. It will not regen a profile for a role

Former Member
0 Kudos

Hi

<b>PFCG_TIME_DEPENDENCY</b>

To ensure the profiles in a user master record are always up to date, you

must periodically compare these with the corresponding activity groups. To

do this, use report PFCG_TIME_DEPENDENCY.

Report PFCG_TIME_DEPENDENCY must also have run after each import of activity groups from other systems.

You can create perform a user master comparison in the following ways:

1 To perform the comparison in the background, schedule the report PFCG_TIME_DEPENDENCY periodically in the background.

2 To perform the comparison immediately, start report PFCG_TIME_DEPENDENCY.

3 To perform the comparison immediately, in transaction PFCG, choose Utilities Mass Comparison and enter the affected roles in the Role field on the User Master Comparison screen. Then choose Perform User Master Comparison.

<b>SUPC</b>

SAP TCODE used to access Role Profiles is SUPC!

- You can compare user master records

- Program/Report used to generate this transaction is SAPPROFC_NEW.

- You can see which activity groups already have associated authorization profiles by using transaction SUPC.

Regards

Sumit Jain

[Reward with points if useful]