SAP BASIS Real time (Scenario based) Interview Questions (11 - 20)

11. How do you troubleshoot "User cannot login"?

  • Check User Status → Use SU01 to verify user lock, password, and validity dates.
  • Check Logs → Verify SM21 (system log) and ST22 (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 SU01 Logs → 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 PFCG and 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 SU01 to 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 LSMW or upload via SU10 for bulk creation from file.
  • Then assign roles using PFCG and perform user comparison.
  • Finally, I validate users in SU01 to 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 STMS import 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 STMS import 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 STMS to 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 STMS import queue and identify missing/dependent transports.
  • Import transports in correct order (parent → dependent).
  • If already imported wrongly, re-import or adjust sequence manually.