Application Development 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: 

Restriction on promotion type and promotion category (IS Retail)

Former Member
0 Kudos

Hi Security Expert.

I am trying to find out authorisation object based on promotion type and promotion category.

Has any one worked with these requirements ?

Thanks in advance

4 REPLIES 4

Former Member
0 Kudos

Hi,

check W_WAKH_* auth.objects in class WG.

Private_Member_119218
Active Participant
0 Kudos

Hello,

I'm afraid you're out of luck. As far as I'm aware, there are no authorizations checks on these two promotion attributes in the standard system. You could ask your ABAPer to look at promotion BAdI's -- maybe it's possible to implement a custom check.

0 Kudos

Hi Martinsh.

Will custom personalisation data resolve the issue?

Thanks

0 Kudos

I'm unsure.

It could be possible, but in my work I try to avoid using parameters or personalization to implement authorizations. Thus I can't provide you with a conclusive answer.