cancel
Showing results for 
Search instead for 
Did you mean: 

Price list determination on the Order from Opportunity

Former Member
0 Kudos

HI ,

I have question about the determination of the <b>Price list type</b> while creating the Sales Order from an already existing Opportunity.

Lets say we have created an opportunity when the Price list on the Busineess Parter is 'P1' and after sometime we have changed the Price list on the BP from 'p1' tp 'P2' .

and now if we go and create the Sales order for this Opporunity , the sales order is not picking the same price lsit as maintained now its still picking the 'P1' . I would like to know is this a bug or is this being defined like in some configuration in CRM.

How does this determination work ?

Thanks and Regards,

Ankur

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Ankur

Typically all the critical data that is available in the previous document gets copied to the follow on document. If you want to change this then you have to write code in the copy badi.This is not a bug but the standard way. If you create a New opp or sales order without reference then the new price list type gets picked up.

Hope this helps.

Thanks

Former Member
0 Kudos

Thanks a lot for the answer but do you know the BADI name which can do this ?

Best Regards,

Ankur

Former Member
0 Kudos

Hi Ankur

The BADI Definition is CRM_COPY_BADI.

This has a Filter type. Enter a Filter type while defining the BADI and asign the same in Configuration in the copy controls.

Hope this helps.

Thanks