cancel
Showing results for 
Search instead for 
Did you mean: 

Change field LIFSK in sales order

Former Member
0 Kudos

Hello!

Can anybody advise me on how to maintain authorisation data so that only some users with acces to VA02 cand change the field LIFSK (delivery block) in a sales order?

Thakyou in advance!

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Cosmin - this is a tricky one -

1) In the User profile (T Code Su01), maintain a Unique user group and assign to respective User (Field USLOGOND-CLASS)

Example - User group = Power User

2) In the user exit, use this field for validation - your ABAPPer should be able to do this

he needs to use

if usr02-class = 'Power User' , then change field VBAK-LIFSK else do not allow

cheers

nandu

Former Member
0 Kudos

for authorisation VA02 ask ur Basis guy he will miantain useroles to each user, and the regarding this delivery block in userexit it has to be carried out, in that some coding has to be written that if only particular users hav authorisation to change to field, regarding this devlopment give the requirement to ur abaper he will solve it.