cancel
Showing results for 
Search instead for 
Did you mean: 

Disabled Tax Code column to be edit by user

Former Member
0 Kudos

Hi Guys,

May i know is it possible to lock the tax code column to be edit by user? Program will default a tax code column instead.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi.

small suggestion.

i dont know this is correct or not.

in form setting i think we can disable the columns i think..

---

if above one is not suitable..

in cfl while clicking on the cfl icon or ball we can validate which user is pressed .

and

while keydown event at tax code column we need to put validation.

Former Member
0 Kudos

hi rinvia,

if i trying to set the column to be inactive - sap prompt - "cannot get information for an item when the form is not active"

if i use form setting to set column inactive - sap prompt "Form item not editable"

Former Member
0 Kudos

hi.

what i am saying is u can make column visible true or false.

ok

in form setting user wise restrictions is possible or not u have to check it.

tax column particular use viable false.

tax column particular use visible true..

in this scenario please check it.

Former Member
0 Kudos

Hi Riniva,

Thanks for your advise but the column need to visible.

former_member458725
Active Participant
0 Kudos

Make Bubble event false while doing the GotFocus or On click of the cell.

Former Member
0 Kudos

if make buble event to be false, program won't able to assign a tax code value.

Former Member
0 Kudos

hi,

u can use bubble event is false.

with respect to the user name

means which user is login...

u can stored dim user_name as string = ocompany.username..

then

apply user logic.

Former Member
0 Kudos

Hello Guys,

i have resolved it by using Click and KeyDown event on validation.

Former Member
0 Kudos

hi,

i think u need one more validation i think.

just double click on the sno in matrix...

and see it.

there may be some chances user may click and change tax code..

---