Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

authorization

Former Member
0 Likes
634

hi,

isthere any way by which you can maintain certain field as auth relevant or not, either through enhancement or through source code modification

4 REPLIES 4
Read only

Former Member
0 Likes
615

Yes,

It is possible to maintain authorization only for certain fields. You can do it by going for an Enhancement.

Read only

Former Member
0 Likes
615

hi

hereis an link which is also about authorization on Field level

here in this above link refer to anjio answer here this person has explained it.

Cheers

Snehi

Read only

Former Member
0 Likes
615

Hi,

Authorization Check at Field Level

Check this link:

http://help.sap.com/saphelp_crm50/helpdata/en/9c/8d34414b75de2be10000000a1550b0/content.htm

Regards

Adil

Read only

Former Member
0 Likes
615

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