cancel
Showing results for 
Search instead for 
Did you mean: 

Pricing date at item level

siva_vasireddy2
Active Contributor
0 Kudos

Hi,

We have requirement where in the system should pick Pricing Date as present date at Item level instead the Header pricing date

Eg.order created on 01.01.2012 the pricing date will be same at header and item level as 01.01.2012

now the same order is again processed with few items added on later date like 20.02.2012 the pricing date is reflected as 01.01.2012 at item level

we need the requirement such whenever a new item is added to old orders the system should automatically pick the present date so that if prices are revised the system will automatically reflect at item level based on pricing date

please provide the solution as it is urgent

Thanks in Advance

Prasad

Accepted Solutions (1)

Accepted Solutions (1)

Lakshmipathi
Active Contributor
0 Kudos

From configuration point of view, it is available only for sales document type and not at item level and hence, you can try with sale order exit USEREXIT_CHECK_VBAP in program MV45AFZB

G. Lakshmipathi

siva_vasireddy2
Active Contributor
0 Kudos

Thank you Lakshmipathi

Its working

Answers (1)

Answers (1)

jignesh_mehta3
Active Contributor
0 Kudos

Hello,

You will have to apply a User Exit for this requirement.

You will have to insert a ABAP code for your requirement in Program MV45AFZZ under either of the following User Exits:

USEREXIT_FIELD_MODIFICATION, USEREXIT_READ_DOCUMENT, USEREXIT_SAVE_DOCUMENT.

Hope this helps,

Thanks,

Jignesh Mehta