cancel
Showing results for 
Search instead for 
Did you mean: 

Want to deactivate Purchase info record price in the PO

Former Member
0 Kudos
219

Dear All,

I Want to deactivate Purchase info record price in the PO for some types of POs.

I am populating prices from shopping carts in SRM in the PO but wherever system finds the info-record, it updates those prices via info-record. our prices from carts go haywire.

So now requirement is to disable the updation of prices by info records in the PO.

Please let s know how it can be done.

Regards

Amit Agarwal

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Amit

You want this change to happen when the PO is created ?

Check the below classes and in that the BAPI_PO_CREAT1 which calls via RFC the ECC system during PO creation .

CL_BBP_BS_ADAPTER_PO_CRT_ERP10
CL_BBP_BS_ADAPTER_PO_CRT_470_1

See if you could pass the values in this to be able to control .

Also you could check the below BADI's

BBP_ECS_PO_OUT_BADI

BBP_CREATE_BE_PO_NEW

BBP_CREATE_BE_PO_NEW - Create PO in backend - Supplier Relationship Management - SCN Wiki

Let me know if this works ..

Regards

Vinita

jagdeepsingh83
Active Contributor
0 Kudos

Hi Amit

I do not think, this should be happening but you can check BBP_DOC_CHECK Badi.. or create BADI in SRM to pass the value of shopping cart to Net price of PO.

System will not adopt the price if it is manually passed during the transfer from SRM to ERP.

former_member197616
Active Contributor
0 Kudos

Hi,

Please check the process of info update indicator process , when the SRM cart is being used for the back end sap PO.

If tHE po does not have the indicator info record will not be updated .

Regards