quelle
12th February 2010, 06:34
Hi all

I want to protect a user when create Warehousing Order Manual, they can only choose 3 type : Sales manual , Purchase Manual, SFC Manual.
I want to make other option , can not be seen by them.
Is this possible? how to set it?

Really need ur help on this.
Thanks in advance.

ayushk
12th February 2010, 09:29
The session ttams3146m000 (Table field data authorizations) can be used to control field level access.

This session might fulfill your requirement.

ulrich.fuchs
12th February 2010, 12:59
User Exit on the warehouse order header table; use

domain tcmcs.str16 sessname
get.var (pid, "prog.name$", sessname)
if sessname = "..." then....

to allow new records only with your restrictions when inserted via the maintain warehouse order session

Uli