You can define a server buffer in a Server Dialog or a
Business Component.
About this task
It is sometimes necessary that Business Components, whether
they are called by the same Services Manager or called by other Business
Components (through secondary level calls), share some data.
With
the server buffer, you define a memory area shared between the Business
Components which run a request.
The following rules apply to
a server buffer:
- When a Business Component is called by another Business Component
which uses a server buffer, the called Business Component must use
the same server buffer.
- To call a Business Component which uses a server buffer, a TUI
client must use a server monitor.