cancel
Showing results for 
Search instead for 
Did you mean: 

Authorization for removing delivery block from table field LIKP-LIFSK

Former Member
0 Kudos

Hi Guys,

We require to give authorization to remove Delivery Block status from Delivery, Header tab page -Adminstration

table -field LIKP-LIFSK so that only authorised person can change this field.

Thanks

Balu

Accepted Solutions (1)

Accepted Solutions (1)

jpfriends079
Active Contributor
0 Kudos

Check and maintain Authorization key

The authorization key is the basis for status-dependent authorization verification.

For instance, whenever a user status is set or deleted, the user's authorization to do so is checked. The status profile, the object type and the authorization key for the user status concerned are checked. If, for example, you want to ensure that certain user statuses can be changed only by people in a particular group, you assign all those user statuses an authorization key. Then use authorization object B_USERSTAT to give authorizations for those authorization keys.

To maintain authorization key (authorization code) in status profile at BASIS Guy assistance.

Tcode BS52 is Authorization code.

Hope this can assist you in understanding.

Thanks & Regards

JP

Answers (1)

Answers (1)

marcin_milczynski
Contributor
0 Kudos

Hi,

There is not standard suthorization check on this. You can implement such a check in BADI LE_SHP_DELIVERY_PROC, method CHANGE_DELIVERY_HEADER using custom authorization object.

Regards,

Marcin