cancel
Showing results for 
Search instead for 
Did you mean: 

Relevance of field BE_PO_PRICE of table BBP_PDBEI

former_member184111
Active Contributor
0 Kudos

Hi Forum,

While calling the BAPI_REQUISITION_CREATE , the field BE_PO_PRICE of ITEM table is getting passed with value 1.

Because of this in R/3 in the PR under Valuation tab , a field appears with name PO_PRICE and some value is selected in dropdown which the system is not allowing to change.

In the PRs that are not created from SRM this field PO_PRICE is not there at all.

How to avoid passing any value in BE_PO_PRICE from SRM to BAPI?

Where is it picking up value as 1?

Thanks,

Anubhav

Accepted Solutions (1)

Accepted Solutions (1)

peter_novoth
Employee
Employee
0 Kudos

Dear Anubhav,

the BE_PO_PRICE is set during the SC creation. This defines whether the price of the SC follow-on document is taken over from the SC or determined in the backend system.

By default if there is a unique SOS in the SRM system, this will be assigned to the SC, and the BE_PO_PRICE will be set to '1'.

However you have the possibility to override this field content in the BBP_CREATE_REQ_BACK. For more information please see the note 419528.

Regards,

Peter

Answers (0)