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: 

Custom Transactions

Former Member
0 Kudos

What is the best practice for security around custom transactions? Should I ask the developers to include the authority-check as part of the code? Should I always add auth objects in SU24 for all custom transactions? What else should be done in terms of securing custom transactions?

Thanks,

Bliss

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

It is always recommended to included AUTHORITY CHECK in the program. Once the custom transaction code is created, you can include the object thru SU24.

However, if you are modifying an existing transaction (adding object in su24 for the existing tcode), ensure to retransport them to production and regenerate the roles. Else, the changes will not be imparted to the existing roles.

Hope this helps you.

Regards,

Raghu

1 REPLY 1

Former Member
0 Kudos

Hi,

It is always recommended to included AUTHORITY CHECK in the program. Once the custom transaction code is created, you can include the object thru SU24.

However, if you are modifying an existing transaction (adding object in su24 for the existing tcode), ensure to retransport them to production and regenerate the roles. Else, the changes will not be imparted to the existing roles.

Hope this helps you.

Regards,

Raghu