Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

SAP Authorisation

Hello Every One,

I am doing an SAP Authorization exercise, I have two tables with below fields,

Table 01:

[User Name],

Role_Name,

[T-code]

Table 02:

[Serial No],

[T-code],

[T-code1],

[Risk Description Short],

[Risk Description]

default relationship is maintain by [T-code] field. What I want to pull out, is the users who have combination of Tcode which is my SOD Risk.

for example,

Return the User who has access to Tcode: CN25 & MB01.... and so on.

can you please share the expression which will return the Users...

Hope this elaborate my Question..

Appreciate in Advance.

8 Replies
settu_periasamy
Master III
Master III

May be try like this..

Dimension : [User Name]

Expression : Concat(Distinct [T-code],',')

Not applicable
Author

This does not solve my problem, I just want to return those users who's access match in [T-code] & [T-code1].

Appreciate settu_periasamy ,

Peter_Cammaert
Partner - Champion III
Partner - Champion III

You can use a T-Code listbox and switch it to and-mode. Selecting any two Transaciton IDs in that listbox will automatically show Users that have access to the first Tx and to the second Tx.

Not applicable
Author

Not answered yet !

settu_periasamy
Master III
Master III

Can you provide the sample and expected output? Let's try..

Not applicable
Author

Hope below scenario explain my Question clear to you !

Table 1:

  

User NameT-Code
100000110KW7
20000092CN25
200025440KW7
200029420KW7
30000008CN25
300000120KW7
100000110VRF
200000920VRF
200025440VRF
200029420VRF
300000080VRF
300000120VRF
100000110VTA
200000920VTA
200025440VTA
200029420VTA
300000080VTA

Table 2:

  

S.NOConflicting Transactions-1Conflicting Transactions-2Description
10KW7MB01Confirm Completions in Network & Post Goods Receipt for PO
2CN25MB02Confirm Completions in Network & Change Goods Receipt for PO
3CN250KW7Confirm Completions in Network & Post Goods Receipt for PO
4CN25MB1AConfirm Completions in Network & Goods Issue

I want to get User who matches tables 2 .... which means a User having access to Conflict Trnx 1 & 2 would be my result. Please note that having access to only one T-code in does not trigger risk, User should have both tcode at same point.

Appreciate your input... in advance!

Not applicable
Author

Hope below scenario explain my Question clear to you !

Table 1:

  

User NameT-Code
100000110KW7
20000092CN25
200025440KW7
200029420KW7
30000008CN25
300000120KW7
100000110VRF
200000920VRF
200025440VRF
200029420VRF
300000080VRF
300000120VRF
100000110VTA
200000920VTA
200025440VTA
200029420VTA
300000080VTA

Table 2:

  

S.NOConflicting Transactions-1Conflicting Transactions-2Description
10KW7MB01Confirm Completions in Network & Post Goods Receipt for PO
2CN25MB02Confirm Completions in Network & Change Goods Receipt for PO
3CN250KW7Confirm Completions in Network & Post Goods Receipt for PO
4CN25MB1AConfirm Completions in Network & Goods Issue

I want to get User who matches tables 2 .... which means a User having access to Conflict Trnx 1 & 2 would be my result. Please note that having access to only one T-code in does not trigger risk, User should have both tcode at same point.

Appreciate your input... in advance!

settu_periasamy
Master III
Master III

Hi,

Check the Attachment, is that you are looking?