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 tcode in module pool program

Former Member
0 Kudos

Hi,

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

3 REPLIES 3

former_member555112
Active Contributor
0 Kudos

Hi,

Add it in the PBO of the screen.

Regards,

Ankur Parab

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

Former Member
0 Kudos

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.

former_member1245113
Active Contributor
0 Kudos

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