on 2015 Aug 11 1:04 PM
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
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.