There exists one big ABAP-command that can do all of these important things:
- Abort programs in two different ways
- Force a Database Commit
- Perform a Database Rollback
- Dynamically change its behaviour
- Implicit and explicit throw classic exceptions
- Skip program logic
- Influence input property of dynpro fields
- Branch dependant of user input
- Temporarily interrupt programs
- Adapt its behaviour to SAPGUI settings
- Format human readable strings
- and even output user messages in different ways
Can you guess which command is searched for?
Did I miss something that can be done by the command?