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: 

AUTHORITY_CHECK for report transaction

Former Member
0 Kudos

Hi All,

I have around 100 Reporting Customized T-codes

Question:

How to put in security for these t-codes ?

Thanks

Vidyar

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Vidyar

This sounds like an interview question - or you haven't researched the forum?

What do you think you should do?

Regards

David

4 REPLIES 4

Former Member
0 Kudos

Hi Vidyar

This sounds like an interview question - or you haven't researched the forum?

What do you think you should do?

Regards

David

sivakumar_kilari3
Active Contributor
0 Kudos

This message was moderated.

Former Member
0 Kudos

Thank you David and Siva.

Vidyar

0 Kudos

Hi!

for example...

....

....

....

AUTHORITY-CHECK OBJECT 'M_BEST_EKG'

ID 'ACTVT' FIELD '02'

ID 'EKGRP' FIELD 'AT4'.

if sy-subrc NE 0.

write: / ' you are not authorized'.

else.

select * from .............

endif.

have fun

Flo

Edited by: Florian LINTNER on Mar 10, 2011 4:12 PM