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

background?

Former Member
0 Likes
761

hi,

what is it mean background processing? pfcg_time_dependency how this relates to background?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
715

Schedule the program PFCG_TIME_DEPENDENCY as background job so that user master will be get current each day

regards

shaik

5 REPLIES 5
Read only

Former Member
0 Likes
716

Schedule the program PFCG_TIME_DEPENDENCY as background job so that user master will be get current each day

regards

shaik

Read only

0 Likes
715

who has to take care pfcg_time_dependency?secuirty guy has to run this as back ground job?

Read only

0 Likes
715

Yes...

Generally there are a couple of jobs that the security gy has to take care...

This PFCG_TIME DEPENDENCY, PFUD, One more JOB which executes the IDOCS in status 64 (Only when CUA is iomplemented), Spool deletion job etc..

they are a few ones which generally the security guy takes care andmionitors regularly..

Hope it helps.

VBr,

Sri

Award points for helpful answers

Read only

Former Member
0 Likes
715

Hi kamal,

To ensure that only authorization profiles which are valid are contained in the user master record each day, you must execute a daily profile comparison.

So that changes in the user master record are effective, you should execute the comparison before the user logs on.

There are two ways to execute the comparison.

As a background job before the start of each day.

If report <b>PFCG_TIME_DEPENDENCY</b> is run every night, the authorization profiles in the user master will be current each morning (assuming that the job has run correctly). The best procedure is to schedule this as a periodic background job.

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

Using Transaction <b>PFUD</b>, Compare User Master

As an administrator, it is recommended that you use this transaction regularly to check that no errors have occurred in the background job. Any such errors can then be corrected manually.

Hope it helps.

Pleaswe award points if it is useful.

Thanks & Regards,

Santosh

Read only

Former Member
0 Likes
715

Hai kamal

when u r making any change to the role that has to effect in the user master record for that u has to go user comparison some times u may forget to do this.for this reason in the real time we used to run PFCG_TIME_DEPENDENCY back ground program in the morning time daily.

regards

AJAY KUMAR