SAP / SAP Beginner (0 to 2 yrs) Interview questions
What is an external (dynamic) breakpoint in ABAP debugging?
An external breakpoint (set through transaction SAAB or directly via debugger menus) is
similar to a session breakpoint in that it's set outside the source code, but it can be configured to apply
more broadly — for instance, triggering for a specific user across any program, or persisting for a
defined time window rather than only your current session.
// transaction SAAB lets you configure: // - which user(s) the breakpoint applies to // - which program/line // - an expiration time for the breakpoint
This is particularly useful for debugging background jobs or processes triggered by another system, where you can't simply click "execute" yourself and watch it run interactively — setting an external breakpoint tied to the relevant user or program lets the debugger catch and pause that execution whenever it eventually happens, even without your direct involvement in starting it.
Invest now in Acorns!!! 🚀
Join Acorns and get your $5 bonus!
Acorns is a micro-investing app that automatically invests your "spare change" from daily purchases into diversified, expert-built portfolios of ETFs. It is designed for beginners, allowing you to start investing with as little as $5. The service automates saving and investing. Disclosure: I may receive a referral bonus.
Invest now!!! Get Free equity stock (US, UK only)!
Use Robinhood app to invest in stocks. It is safe and secure. Use the Referral link to claim your free stock when you sign up!.
The Robinhood app makes it easy to trade stocks, crypto and more.
Webull! Receive free stock by signing up using the link: Webull signup.
More Related questions...
