cancel
Showing results for 
Search instead for 
Did you mean: 

Add price condition in contract PO

former_member190689
Contributor
0 Kudos

Hello Gurus,

     Recently I faced a issue where user created a contract SC and when PO was created automatically the price did got updated. I checked in BBP_PDIGP  val_po_e was blank for SC. Now due to this PO is stuck in save status. Is there any way through which I can update the val_po_e so that price should get updated in PO as well and then PO goes in ordered status.Or from backend I can provide the price value and then PO goes into ordered status. Also I used BBP_GET_STATUS_2 but nothing worked.Any workaround for this.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Can you try in debugging by passing  CH_X_LF_CALCTYPE  = B (Carryout new pricing) in

BADI ME_DEFINE_CALCTYPE

Method: DEFINE_CALCTYPE

so that in ECC PO price will be redetermined from contract.

If its work, then implement a BADI by put a condition on SRM document type.

Regards,

Rakesh Naragoni