cancel
Showing results for 
Search instead for 
Did you mean: 

Help hardbooking resources to project roles

Former Member
0 Kudos

All--

I'm writing an abap program that will hardbook resources to roles. I've been looking for bapis and found BAPI_BUS2177_STAFFING. I thought it would handle the hardbooking, but it's not. Does anyone know if there is a way to perform the hardbook using these modules? What tables should I be looking into? I will rewards points to whoever helps.

Regards,

Yves

Accepted Solutions (0)

Answers (1)

Answers (1)

andrea_langlotz
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Yves,

BAPI_BUS2177_STAFFING_ADD only works for roles which are using undistributed role types. For distributed roles no officially released function modules are available.

Now if you are using BAPI_BUS2177_STAFFING_ADD you need to add the staffing information in IS_STAFFING_LINK and set the flag BOOKING_TYPE of the structure to '2'. Please make sure that you mark the fields you want to update with 'X' in IS_STAFFING_LINK_X

Best Regards, Andrea