cancel
Showing results for 
Search instead for 
Did you mean: 

Different Pricing Date while creating new Sale Order with Ref Sale Order

Former Member
0 Kudos

HI All,

When i take a refrence Sale Order for creating a new Sale Order the refernced Sale Order Pricing and Billing date is copied to the new Sale Order even though the creating dates varies.

Can anyone through some light as i want the Pricing and Billing dates to be the current Sale Order creation date.

Thanks in advance.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

In the copy control from order to order, please anlyse your current routines. (T Code VTAA ) . Modify the exixting routine so that these dates are not copied from reference documnet and will be determined in the order.

Else you can work on the sales order user exit to redetermine these dates. MV45AFZZ move_filed_to_VBAK

Regards

Sai

Former Member
0 Kudos

Hi

you can take ABAP help to modify for the particulat sales document type while reference and creation.

You can use MV45AFZZ user exit for this modification to get the Pricing date and Billing date as how you want it

Regards

Siva

jpfriends079
Active Contributor
0 Kudos

In your condition type (Tcode v/06), check Pricing date in control data 2.

As per standard SAP, Pricing date in control data 2 of condition type:

Procedure

Enter the identification code for the date to which a condition of this type is to be calculated in the sales document. If you do not enter an identification code, the pricing date or the date of services rendered is used.

Example

It is a good idea to use the goods issue date as the calculation date for freight surcharges. In this case, you enter 'A' as the identification code.

Hope it can assist you.

Thanks & Regards

JP