shambhavi
26th July 2018, 14:45
Hi,

I have written a user exit for engineering bom revision approval.

For Normal user it will not allow to approve revision but it allow to d for super user, now i need to add few more condition to it like-if Normal user contains a particular role then normal user can approve.

Can anyone suggest me how to import ttaad200.crol in condition (this field has 6 elements)

Regards,
Shambhavi

JaapJD
9th August 2018, 12:40
Probably the bom revision approval can be linked to some session code. Then you can use function get.session.permission() for that specific session. That is a better solution than checking hardcoded roles.