cancel
Showing results for 
Search instead for 
Did you mean: 

Item gross price condition / discount at backend PO

Former Member
0 Kudos

Our SRM 4.0 is using bugeyes which has an interface with backend R/3 OA items via daily batch job. No problem was found before our R/3 at 46C. However, after backend upgraded to ERP2005, the following problem happen:

One OA item at gross price $10 with condition to less 40%. The interface job post item net price $6 to bugeyes. After shopping cart selected the item, get approved and generated OA at backend ERP2005, the PO item price is $3.6 (i.e. less 40% again). Please advise is there any configuration require in ERP2005 to avoid this? Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

>>> correction: generated PO (not OA) at backend

The problem may be caused by BE_PO_PRICE = '1' in table BBP_PDBEI of the shopping cart item. After revised the value to '2' can solve the problem.

After study note 457733, update BADI BBP_DOC_CHANGE_BADI method BBP_SC_CHANGE to set IT_ITEM-BE_PO_PRICE = '2'. But the FM BBP_PDPRC_SET_BEPOPRICE revised the value back to '1'. Any suggestion?