Skip to Content
0
Former Member
Jun 09, 2009 at 09:20 AM

Table view with only New entries and Display activities

64 Views

Hello All,

We have a custom transaction ZFMAT .It is used to update a backend table z table. Right now global users can modify or even delete entries in the table. We need to remove this capability. Users should only have the ability to CREATE new entries.

The ZFMAT transaction is secured by authorization object S_TABU_DIS (for ZAPO authorization group). This auth object is where activities are defined:

(01) - Create

(02) - Change

etc.

To achieve this we went through all the roles & added 01, and removed 02. This would have normally worked, but it is not working.

If user have role with create and display, then he is only able to display records, not able to create. Why??

Can anybody help me in this?

Do we need to change table maintenance program to achieve this?? If yes then how?

- Shweta