Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Authorisation for delivery block

Former Member
0 Likes
624

HI Guys,

Is there any way where in we can do automatic delivery block for some order types for some users.

Ex. Order type "RE- returns"

Users "ABC, XYZ and 123".

Thanks in advance.

Regards,

Govind.

Message was edited by:

Govind A

Message was edited by:

Govind A

Message was edited by:

Govind A

HI Guys,

Is there any way where in we can do automatic delivery block for some order types for some users.

Ex. Order type "RE- returns"

Users "ABC, XYZ and 123".

Thanks in advance.

Regards,

Govind.

Message was edited by:

Govind A

Message was edited by:

Govind A

Message was edited by:

Govind A

4 REPLIES 4
Read only

Former Member
0 Likes
566

Hi

Try with this

MV45AFZZ

USEREXIT_MOVE_FIELD_TO_VBAK

Regards

Pavan

Read only

Former Member
0 Likes
566

hi

good

You have to place the authorization checks.

to get first block maintain in documet controls. it will copied in to SO. this the first check. Check the autorization before releasing the block. Maintain authorization to cange or release the block.

reward point if helpful.

thanks

mrutyun^

Read only

0 Likes
566

HI Mrutyumjaya,

Thanks for ur reply.

Can u plz give step by step process which is required to maintain the authorisations for some users.

Regards,

Govind.

Read only

Sathish
Product and Topic Expert
Product and Topic Expert
0 Likes
566

Create authorisation object and authorisation fields.

In the program write a piece of code like below:

AUTHORITY-CHECK OBJECT 'TA_XYZ'

ID 'F1' FIELD ACTIVITY

ID 'F2' FIELD AUTHGRP.

For users who can access data in the User Profile add this authorisation group with full permissions.