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

How to Join ....

Former Member
0 Likes
849

Guys - In the morning today I got a request from our audit team they want to see transactions assign to each role Which security table I may join to get Role Name and transaction assign to it.

<b>Role Name, Transaction code ,</b>

Here are fields

AGR_NAME,

TCODE,

TTEXT

I am interested to make join table ….query ...........

Thank you !!

1 ACCEPTED SOLUTION
Read only

dhorions
Contributor
0 Likes
822

It's in table agr_1251.

AGR_NAME = <i>your role</i>

OBJECT = S_TCODE

FIELD = TCD

LOW <-> HIGH = <i>your transactions</i>

Hope this helps,

Dries

Guys - In the morning today I got a request from our audit team they want to see transactions assign to each role Which security table I may join to get Role Name and transaction assign to it.

<b>Role Name, Transaction code ,</b>

Here are fields

AGR_NAME,

TCODE,

TTEXT

I am interested to make join table ….query ...........

Thank you !!

4 REPLIES 4
Read only

Former Member
0 Likes
822

Hi Imran,

I cant remember exactly which table you need but i think it is either AGR_1250 or AGR_1251.

Regards

Ashley

Read only

dhorions
Contributor
0 Likes
823

It's in table agr_1251.

AGR_NAME = <i>your role</i>

OBJECT = S_TCODE

FIELD = TCD

LOW <-> HIGH = <i>your transactions</i>

Hope this helps,

Dries

Read only

Former Member
Read only

0 Likes
822

Thanks !!