cancel
Showing results for 
Search instead for 
Did you mean: 

Auto Assigning of Business Partner to a task

Former Member
0 Kudos

Hi Champions,

I have a situation where I have to assign a business partner as soon as joining happens to a default task and default role of the project through ABAP program.

I have been able to achieve the auto allocation of the business partner to default role using the BAPI BAPI_BUS2177_STAFFING_ADD. This creates a link in DPR_BUPA_LINK table also.

Now I am stuck as to how to assign this business partner to the default task. Which BAPI shall I use and what shall I pass as input to it achieve this.

It will be great help on hearing from on this.

Regards, Sandeep

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thank You All, I was able to resolve.

Former Member
0 Kudos

Hi

Logic can be like this:

Get GUID of Task of which is going to be default.

Once employee (BP) is created, the program (scheduled at backend) will run n use the FM u mentioned.

Niranjan

Let me know if you need more info !!!