cancel
Showing results for 
Search instead for 
Did you mean: 

Tax Classific field in VA01/VA02

Former Member
0 Kudos

Currently this field VBAP-TAXM1 is directly populated from Material Master. However my user has the liberty to change that option. Once change from Taxable to become Non-Taxable, the impact is huge.

How do i disable that field so that they cannot change or modify it?

Accepted Solutions (0)

Answers (5)

Answers (5)

former_member211616
Active Contributor
0 Kudos

Hi Chin,

user Exit MV45AFZZ

CASE screen-name.

WHEN 'VBAK-TAXK1'.

screen-input = 0.

WHEN 'VBAP-TAXM1'.

screen-input = 0.

ENDCASE.


You can add conditions to it in if statement to check for only greying it when sy-tcode = 'VA01' or when sy-dynnr eq '4303', etc.

Lakshmipathi
Active Contributor
0 Kudos

Ramesh

Again and again, you are deviating the forum rules by copy pasting from other source.  You have copy pasted from here

http://sap.ittoolbox.com/groups/technical-functional/sap-abap/how-to-gray-out-specific-conditions-in...

Why dont you have some self-discipline and stop doing this cheap practice ????  Failing which, I will be forced to recommend your entire points for deletion.

G. Lakshmipathi

former_member211616
Active Contributor
0 Kudos

Hi Chin ,

http://scn.sap.com/thread/2125163

Check this likn it may help u out

Regards

Ramesh

madhu_vadlamani
Active Contributor
0 Kudos

Hi,

You check with the screen variant.Other option is with exit you can disable that field.

Regards,

Madhu.

Former Member
0 Kudos

So it doesnt have the feature like in MMxx? where i can select each individual field to be either mandatory, optional or hidden?

Former Member
0 Kudos

Dear Chin

There is no such option as far as I know. You should what TW has said or go for some screen variants in SHD0.

Regards

Harish

former_member182378
Active Contributor
0 Kudos

Program MV45AFZZ

USEREXIT_FIELD_MODIFICATION

http://scn.sap.com/thread/1542230

Before making this field uneditable in VA01, 2 I would think about

- other options (employee training etc) and

- the disadvantages that would result from making this field uneditable.