cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Partner Processing

Former Member
0 Likes
317

Hi,

I came across an issue while defining the Partner Processing in the CRM 7.0 and I would highly appreciate you if you help me int his regard.

I have requirement in the Partner Processing where 3 Partner Funtions should be determined:

1- Employee Responsible who is creating the Campaign (I used the Std access sequence as Logged in as BP)

2- Employee Responsible's immediate Manager (He is the head of the Org Unit)

3- Immediate Manger's Manager (He is the head of the whole Org)

I need to know the std Acess Sequence for the 2nd and 3rd Partner Function if any.

Could anyone help me to configure this.

Reply awaited.

Regards,

Sri...

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Likes

Hi,

Thanks for your help. The issue is resolved now.

Regards,

Sri...

Former Member
0 Likes

Hi Srinath,

I have same kind of scenario and how did u resolve this issue. Could you please tell me . By implementing BADI as specified in the post or Relationship between Manager and Employee. Please brief me the steps.

Thank you.

Robin Franklin.

Former Member
0 Likes

Hi,

Actually, we required 3 Partner Functions to be available in the Campaign.

1- Employee Responsible (Who creats the Campaign - Access Sequence as Logged In As BP)

2- His immediate Manager (Whcih is entered manually)

3- And the Head (Whch is entered manually)

I copied the Partner Function - Manger Resposible and maintained it as Head - Manager.

Created a new Parter Procedure with the above 3 Partner Functions. Also, didn't maintain any Procudre User in it (as the newly created Partner Function was not available if select any Procedure User).

Hope this would be useful to you.

Regards,

Sri...

Former Member
0 Likes

Hi,

The best way is by maintaining relationships in the employee business partner for the manager.

Same with the manager fo his manager. Then you can look for std access sequence for determining the partner function based on business partner relationship.

Regards,

PP

Former Member
0 Likes

Hi,

Thanks for your reply.

The issue got resolved.

Regards,

Sri...

Edited by: Srinath Devarshetty on Jul 22, 2010 8:17 AM

Former Member
0 Likes

Hi PePe,

Thanks for your reply. I am also having same kind of scenario. The relationship which u suggested based on BP (Employee) relationship or Position relationship based. Cos if I assign employee based relationship what if an employee resigned from the job.

Please help me to resolve this issue.

Thank you.

Robin.

robert_kunstelj
Active Contributor
0 Likes

I think there is no standard access sequence but you can use badi and inside the function BBPU_GET_USERS_OF_ORGUNIT to get users of certain organization unit and function BBPU_GET_MANAGER_FLAG to get the managers.

Regards.