cancel
Showing results for 
Search instead for 
Did you mean: 

Replication of material from MM to SRM with only pricing info

Former Member
0 Kudos

Hi,

We want to replicate only those materials from MM to SRM for which prices are maintained in the MM system.Pls let me know how to get this done.

Thanks,

Manu

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi. I can't think of a way of doing that, but why do you want to do it?

Do you want to make sure users can not order those items using the "internal goods / services" link?

If so you can use BADI BBP_F4_READ_ON_ENTRY method GET_PRODUCT to restrict what values the users can choose from.

Regards,

Dave.

Former Member
0 Kudos

Hi,

Thanks for the response.

If I dont want to implement the BADI and transfer the prices from the backend system,In this case:

Suppose user create sc with $300(Price taken automatically from COMMPR01)

PO is created in r/3 with price as $250(Price taken from the Info records in MM)

Here the user budget will be updated as $300 instead of 250 and alo it might change the triggerring of workflows based on starting conditions.Is der a way by which we can replicate the prices maintained in info records in SRM or update the user budget with the prices maintained in Info records in MM.

Thanks,

Manu

Former Member
0 Kudos

Hi. Have you tried BBP_DOC_CHANGE_BADI to change the price in the cart?

Regards,

Dave.