a
Actions
As part of any live data feed to the client, a set of actions can also be included. These actions are wrapped in an AL_ACTIONS element and processed when they are received by the client. They can be included as the result of a service function or javascript call, or included with data fed from a datapool or from javascript.
<DATA>
<AL_ACTIONS>
<ACTNEWWINDOW WINDOW='THEWINDOWTOOPEN' />
</AL_ACTIONS>
</DATA>
The actions are not stored in the local data cache
There is no tool support for constructing the syntax. You can either use the designer to construct the syntax and copy/paste or refer to the DTDs and XML description documentation
Actions are invoked in the context of the client's currently active window, so it is best not to assume that any particular window is currently active