cancel
Showing results for 
Search instead for 
Did you mean: 

In VA02 pricing date is not taking the current system date

Former Member
0 Kudos

Hi,

We have created a Sales order on 15/01/09 with price Rs.100. So as per the configuration of order type since proposal for pricing date is blank ie system will take today's date.

Later after three days the same item is inputed as second line item in VA02 but system is taking the pricing date as 15/01/09.But actually system should take 18/01/09. The older pricing date at header is copied exactly to the Second line item.

Is there any standard configuration to make the system automatically pop up pricing date for second line item = sysdate(todays date) in VA02.If it possible system will take the price of 18/01/09

Regards

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

We have done the same through user Exit MV45AFZZ

FORM USER EXIT_MOVE_FIELD_TO_VBKD

Lakshmipathi
Active Contributor
0 Kudos

Dear Saju

Yes this is a standard behaviour. System will consider the pricing date for new line items as the date on which you created the sale order or what is there at header level.

If you want to have a different pricing at item level, you can very well change the same. To achieve this, block that new line item, click from top menu bar, "Goto -- Item -- Sales A" and change the pricing date.

thanks

G. Lakshmipathi

Former Member
0 Kudos

Hi,

Can you suggest any user exit to overule the functionality.

Lakshmipathi
Active Contributor
0 Kudos

Dear Saju

You can try with any of the following User Exits to determine pricing in sale order

- USEREXIT_PRICING_PREPARE_TKOMP (module pool SAPLV60A, program RV60AFZZ)

- USEREXIT_PRICING_CHECK (module pool SAPMV61, program MV61AFZA)

- USEREXIT_CHANGE_PRICING_RULE (module pool SAPMV61A, program MV61AFZA)

thanks

G. Lakshmipathi