‎2009 Sep 16 9:19 AM
Hi All,
I have created a table maintenance program which as the following keys:
Sales Area
Sales Org
Company Code
Now we want to let users maintain data in this table but for some users I want to give access for some sales areas and some sales org and some company codes.
How can I create a authorisation or authority check to let users maintain data only to sales org or sales areas that a user is assigned. Also we want some users to only display the data some to maintain. How can I set this kind of authorisation.
Appreciate your inputs and ideas to implement this.
Thanks
Karen
‎2009 Sep 19 6:38 AM
Hi,
if you can not solve your problem with authorization object suggested by Julian then you can try to use events for additional checks. You can assign ABAP routine to various events in maintenance view (Environment -> Modifications -> Events in Table maintenance generator). There is event 25 - Individual authorization checks. You can use it to do additional authorization checks. For example for your own authorization object.
Martin
‎2009 Sep 18 7:56 PM
‎2009 Sep 19 6:38 AM
Hi,
if you can not solve your problem with authorization object suggested by Julian then you can try to use events for additional checks. You can assign ABAP routine to various events in maintenance view (Environment -> Modifications -> Events in Table maintenance generator). There is event 25 - Individual authorization checks. You can use it to do additional authorization checks. For example for your own authorization object.
Martin
‎2009 Sep 19 8:07 AM
That is a good point. I was a bit uncertain whether a view had been created, because Karren only said:
> I have created a table maintenance program
Perhaps if Karren would clarify a bit, and confirm that the other post in the WDA forum is not related...?
Cheers,
Julius
‎2009 Sep 25 9:59 AM
Hi Julius
I have built the WD4A maintenance program on top of the Z Table directly.
Thanks
Karen