SAP BASIS Real time (Scenario based) Interview Questions (11 - 20)
11. How do you troubleshoot "User cannot login"?
- Check User Status → Use
SU01to verify user lock, password, and validity dates. - Check Logs → Verify
SM21(system log) andST22(dumps) for login errors. - Check System → Ensure instance is up (
SM51) and no license/network issues.
12. How to identify cause "user locked frequently"?
- Check
SU01Logs → See lock reason (wrong password attempts). - Check
SM21/ Security Audit Log (SM20) → Identify source (user, IP, program). - Analyze Cause → Check background jobs, RFCs, or external systems using old password.
13. How to fix "authorization error after transport"?
- Check
SU53→ identify missing authorization object. - Verify roles in
PFCGand ensure transport included correct authorizations. - Regenerate roles and perform user comparison (PFCG) if needed.
14. What you do "user missing roles after refresh"?
- First, I check
SU01to confirm missing roles. - Then I reassign roles manually or import via transport/backup.
- Finally, I run
PFCG→ User Comparison to update authorizations.
15. How will you handle "Mass user creation required"?
- I usually use
LSMWor upload viaSU10for bulk creation from file. - Then assign roles using
PFCGand perform user comparison. - Finally, I validate users in
SU01to ensure everything is correct.
16. Password reset not working—what could be wrong?
- Check
SU01→ user may still be locked or password rules not met. - Verify login parameters (RZ10) → password policy (length, complexity).
- Check
SM21/ Security logs → any errors during reset.
17. How do you fix "transport stuck in import queue"?
What steps do you take "Transport failed in QA"?
- First, I check
STMSimport queue and logs to identify the error (RC, lock, missing object). - Then I check
AL11(tp/R3trans logs) and verify no locks (SM12) or system issues. - Finally, I fix the issue and re-import the transport or reset the queue if required.
18. Object not moved after transport—why?
- Check whether the object was actually included in the transport request in SE09/SE10.
- Verify
STMSimport logs for errors like RC 8/12, inactive object, or missing dependent objects. - Also check if the object was changed again after release or needs a new transport.
19. How to resolve "Transport request corrupted"?
- First, I check the transport request in
STMSto identify the corrupted components. - Then I attempt to re-create the transport request with the correct objects.
- Finally, I import the corrected transport request and verify its success.
20. How to handle sequence issue in transports?
- Check
STMSimport queue and identify missing/dependent transports. - Import transports in correct order (parent → dependent).
- If already imported wrongly, re-import or adjust sequence manually.