cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Authorization for Marketing Attributes in C4C

Former Member
0 Likes
738

Hi all,

Is there any standard method to provide authorization for marketing attributes in C4C? We want to do that according to "Attribute Set". For instance; some business roles should not see attribute set "X" in the list. We don't need general authorization to block users for edit or read all of them.

Custom methods are also acceptable since it seems there is no standard way according to my research.

Thanks

Mertkan Poyraz

Accepted Solutions (1)

Accepted Solutions (1)

former_member226
Employee
Employee
0 Likes

Hi,

I think you can use BADI: AttributeSetAllowedList from Namespace: http://sap.com/xi/AP/FO/BusinessAttribute/Global where you can retrcit the access based on custom code (In your case based on Business Role).

Check out the sample code from RepositoryExplorer.

Thanks

Saurabh

Former Member

Hi Saurabh,

BADI is working to restrict attribute sets, thanks again for sharing it.

Regards

Mertkan Poyraz

Answers (1)

Answers (1)

Former Member
0 Likes

Hi Saurabh,

Thanks a lot for your advice. It seems really useful.

Let me try to implement relevant BADI and I will inform you about the result.

Mertkan Poyraz