cancel
Showing results for 
Search instead for 
Did you mean: 

Deactivating Pricing date

gaurav_jain27
Participant
0 Kudos

My requirement is I want to make Pricing date in sales order non editable field

Regards

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi

Gaurav Jain

U can achieve this by doing necessary changes in sales order user-exit

>MV45AFZZ in FORM USEREXIT_FIELD_MODIFICATION.

This one can use for

This userexit can be used to modify the attributes of screen fields.This form is processed for each field in the screen.

Hope this will help you.

Thx.

Manoj_Mahajan78
Active Contributor
0 Kudos

Hi..

Check SHD0 and make PRSDT (pricing date) as non editable.

Regds

MM

Former Member
0 Kudos

Dear Friend,

Create a transactional variant for the VA01 transaction.

Make the feild: VBKD as hidden option.

Next go to your order type: VOV8 and in the transaction flow

Variant column assign the name of the varinat.

hope you problem will be solved.

regards,

A S

Former Member
0 Kudos

Hi

You can by assign a transaction variant to the appropriate sales document types (TVAK-VARIANT). A new variant can be created (Transaction: SHD0) and assigned to your order type. The variant allows you to display, hide, and make fields required based on the screen numbers

Former Member
0 Kudos

I think you can do a search in forums to find the answer.

Anyhow, the options you have are

1) Use transaction variant

2) Write the necessary code in MV45AFZZ to make the field as non-editable

Regards,

GSL.