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

Security and Authorization check

Former Member
0 Likes
556

Hi Experts,

I am trying to add authorization checks to some of my programs, there are few programs which have few include programs in them and now my question is do we need to add the authorization check in the includes also or it is just need to get added in the main program.

Thanks,

Rajeev

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
533

Hi,

These Checks are always at the level of T-Codes and hence you need to put the same at the level of Main Prog only, which is a base for the T-Code.

Hi,

These Checks are always at the level of T-Codes and hence you need to put the same at the level of Main Prog only, which is a base for the T-Code.

3 REPLIES 3
Read only

Former Member
0 Likes
534

Hi,

These Checks are always at the level of T-Codes and hence you need to put the same at the level of Main Prog only, which is a base for the T-Code.

Read only

Former Member
0 Likes
533

If the check is made before the includes and stops the execution, then no.

Read only

Former Member
0 Likes
533

An include will b called only if main program executes so suthorization check on main prog.. itself is enough