‎2008 Jul 29 10:03 AM
hi,
isthere any way by which you can maintain certain field as auth relevant or not, either through enhancement or through source code modification
‎2008 Jul 29 10:07 AM
Yes,
It is possible to maintain authorization only for certain fields. You can do it by going for an Enhancement.
‎2008 Jul 29 10:11 AM
‎2008 Jul 29 10:13 AM
Hi,
Authorization Check at Field Level
Check this link:
http://help.sap.com/saphelp_crm50/helpdata/en/9c/8d34414b75de2be10000000a1550b0/content.htm
Regards
Adil
‎2008 Jul 29 10:19 AM
Hi,
You need to write a User exit for this one, To find the user exit Click here. Activate the User exit and write the code in that exit for Authorization.
AUTHORITY-CHECK OBJECT <object>
ID <name1> FIELD <f1>
ID <name2> FIELD <f2>
...
ID <namen> FIELD <fn>.
http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbaccb35c111d1829f0000e829fbfe/content.htm