abby13
16th July 2010, 15:34
Hi,

Currently we have a single text group "text" that is used.
Our requirement is that, for the General Item data(tcibd0501m000), we want to give only the ability to read the Item text but not modify it.
However the user will have write access to other fields of tcibd001(item Master).

Is this possible to do?

thanks & Regards,

abby13

bdittmar
16th July 2010, 17:56
Hi,

Currently we have a single text group "text" that is used.
Our requirement is that, for the General Item data(tcibd0501m000), we want to give only the ability to read the Item text but not modify it.
However the user will have write access to other fields of tcibd001(item Master).

Is this possible to do?

thanks & Regards,

abby13

Hello,
define the rights for that textgroup for the user(s) to read/only.

Regards

mark_h
16th July 2010, 19:33
Hello,
define the rights for that textgroup for the user(s) to read/only.

Regards

Since they only have one text group, what if this same user needs access to something like purchasing text? Or maybe abby13 meant only one text group for this table - in which your suggestion would work.

bdittmar
17th July 2010, 00:20
Since they only have one text group, what if this same user needs access to something like purchasing text? Or maybe abby13 meant only one text group for this table - in which your suggestion would work.

Ok Mark,
your right, if only one text group is present for all texts.
So the table field authorisation might work.

Regards

abby13
17th July 2010, 11:20
hi,

Thanks Mark and Bernd for the replies.

We have tried table field authorization.
we created a new role and subrole and in that sub role we have read authorization for tcibd001.txta
but that does not seem to work. are there any further steps required?


Thanks,
abby13

bdittmar
17th July 2010, 14:20
hi,

Thanks Mark and Bernd for the replies.

We have tried table field authorization.
we created a new role and subrole and in that sub role we have read authorization for tcibd001.txta
but that does not seem to work. are there any further steps required?


Thanks,
abby13

Hello abby13,
seems the proper way is to define a new textgroup (e.g. itemtext) and write a updatesession (if DEV is available).

1.) define a new textgroup
2.) Search textnumbers in tcibd001 in field tcibd001.txta
3.) Search the text found text in texttable
4.) Update textgroupfield in texttable.
5.) Set textgroupauthorization for users

Hope, this will give you a idea to solve youre problem.

Regards