cancel
Showing results for 
Search instead for 
Did you mean: 

Adding new item into BID using BBP_DOC_CHANGE_BADI

Former Member
0 Kudos

Good evening,

Is it possible to add automaticaly new item into BID, using BBP_DOC_CHANGE_BADI, during executing the report "BBP_SC_TRANSFER_GROUPED"?

Or may be, it is possible, during changing BID?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Alexey,

It is not possible to add an item using the DOC_CHANGE_BADI in SRM 4 and SRM 5 below SP12.

However if you implement note 1106386 - "Item change in badi BBP_DOC_CHANGE_BADI not updated", you can add new items using the change BADI. This note is only for SRM 5 and is quite recent.

Regards,

Robin

Answers (1)

Answers (1)

Former Member
0 Kudos

It should be possible to add an item in the bid using doc_change_badi, while changing the bid. Create an implementation and check it by putting a breakpoint in the code.

Regards,

Pradeep