cancel
Showing results for 
Search instead for 
Did you mean: 

BBP_PD_BID_UPDATE with items of type limit

matteo_montalto
Contributor
0 Kudos

Hello gurus,

I'm facing an odd problem trying to add item positions from Sourcing Cockpit to an existing bid.

Of course, all the task is custom but not that complex; so far, I'm able to add material items as well as Outline items to an existing bid using the function module BBP_PD_BID_UPDATE. So far, so good.

The problem arises when I'm trying to add a (Outline) position which has a limit item.

As far as I can see from the signature, BBP_PD_BID_UPDATE does NOT allow any limit table as input structure (while, in example, the generic BBP_PROCDOC_UPDATE has I_LIMIT as TABLES parameter).

So how can solve this task? Switching to BBP_PROCDOC_UPDATE could be a solution, but this FM doesn't execute BADis which are related to the execution flow so it should be considered as a last chance.

Thanks in advance

Accepted Solutions (1)

Accepted Solutions (1)

matteo_montalto
Contributor
0 Kudos

Solved. I created a custom ZBBP_PD_BID_UPDATE extending parameters with the I_LIMIT structure.

Answers (0)