cancel
Showing results for 
Search instead for 
Did you mean: 

To Suppress Price Date Field in Va01

Former Member
0 Kudos

Hi all,

I need to make the price date field in va01 as a non - editable and i am having two constraints

1. Price date field can be edited by only few users.

2 . Price date field can be edited on few sales order types.

Thanks in advance

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You need a Ztable to define user and order type. Deactivation of the field should be done in MV45AFZZ USEREXIT_FIELD_MODIFICATION .

By setting:

When condition is met from your ztable

  • case screen-name.

  • WHEN 'VBKD-PRSDT'.

  • SCREEN-INPUT = 1. (On)

When condition is not met from your ztable

  • SCREEN-INPUT = 0. (OFF)

  • ENDCASE.

Former Member
0 Kudos

thank you for your reply, i will try your solution

thanks a lot

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Aravind,

you need to go for development use the user exit MV45AFZZ as above said,there in the program you will mention to which user id it will allow to edit or not,take the help of ABAPer's.

Regards

Ram

Former Member
0 Kudos

Hi

You should configure the price condition type with option u201CD - Not possible to process manuallyu201D at field Manual Entries.

Regards

Gabriel