- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Assigning debug roles to few users of SAP ABAP program
Hope the role that you have added contains only one permission:
Object S_DEVELOP ACTVT = 03 DEVCLASS = * OBJNAME = * OBJTYPE = DEBUG P_GROUP = *
Try to perform a permission trace usingTransaction ST01
If you still don’t find a check for the permission, there might be a problem in generating roles in the system. Sometimes when you add a role, it might add a different set of roles to such users.
There might be a different program written for Debugging. This can be checked using Transaction SU53 in the system. This can be used to display authorization data for user:
- Related Articles
- Inserting rows to an internal table through debug in SAP ABAP
- In SAP ABAP, few records are skipped during parallel processing
- Making an SAP ABAP program to wait
- Explain the different types of users who play different roles in DBMS?
- Seeing list of all program screens in SAP ABAP
- Assigning packages to delivery unit in SAP HANA
- Getting error not assigned on running SAP ABAP program
- Properties of SAP ABAP Development Objects
- What is SAP ABAP?
- Using Roles tab in SAP HANA system
- Understand more about roles in SAP system
- Installing free version of SAP ERP to learn ABAP
- Negation logic in SAP ABAP
- Using logarithm in SAP ABAP
- Declare dynamically in SAP ABAP

Advertisements