Saturday 17 March 2012

How does the system handle roll areas for external program components? | ABAP Module Programming

- Transactions run in their own roll areas.
- Reports run in their own roll areas.
- Dialog modules run in their own roll areas
- Function modules run in the roll area of their callers.