Retrieves the original-request business object associated with the current map instance.
Syntax
BusObj getOriginalRequestBO()
Parameters
None.
Return values
Returns the original-request business object for the map, as the following table shows:
Exceptions
None.
Notes
The original-request business object is part of the map execution context. The getOriginalRequestBO() method returns the original-request business object, which depends on the map's calling context. For more information on how this business object is used in maps, see "Original-request business objects"..
See also