cancel
Showing results for 
Search instead for 
Did you mean: 

Greying Material Qty in VA02

Former Member
0 Kudos

Hi,

I have a query, please let me know how we can block the user to edit material quantity in VA02 once the Sales Order is released for the Production?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi,

this is to inform you that,

debugg the program to find the field and write a code on the same for making grey out when order quantity is entered once.

In include MV45AFZZ find an enhancement spot forthe same and write a piece of code for the same.

regaards,

balajia

Former Member
0 Kudos

Hi,

Can you please tell me the user exist?

reazuddin_md
Active Contributor
0 Kudos

Updation / modification of Qtty field in Sales Order can be controlled through exits which you can find in

Include:MV45AFZB

USEREXIT_CHECK_VBAK

USEREXIT_CHECK_VBEP

Regards,

Reazuddin MD

former_member839993
Active Participant
0 Kudos

Hi puneetraj,

There are two ways of doing this:1.Using authorisation management(take help from your Basis consultant and remove change option for the particular users in the order.

2. You can ask your abaper to write a user exit to disable the change option and only have the display option.

Please let me know if this helps your requirement.

regards,

US

Former Member
0 Kudos

Hi,

Thanks for reply. Please let me know the user exits we can use to do that and also if is it possible to give the rights to the user to edit it if there is same genuine requirement.