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

Authority check for tcode in module pool program

Former Member
0 Likes
3,177

Hi,

Where should the authority check for tcode be inserted in module pool program?

3 REPLIES 3
Read only

Former Member
0 Likes
907

Hi,

Add it in the PBO of the screen.

Regards,

Ankur Parab

Edited by: Ankur Parab on Jul 30, 2009 3:11 PM

Read only

Former Member
0 Likes
906

in PAI: just when you are doing the code for a particular button click which will take you to a tcode

use

AUTHORITY-CHECK OBJECT for that particular tcode.

Read only

Former Member
0 Likes
906

Hi,

Within PBO preferrably before you write any code further and issue a message thereitself, like You are not Authorized to use thsi tcode

Regards

Ramchander Rao.k