IN_CONTEXT
Description
Determines if the specified business object is currently in Context
Parameters
The name of the object
Example
IF IN_CONTEXT('Customer') = 'Yes' THEN ...
Determines if the specified business object is currently in Context
The name of the object
IF IN_CONTEXT('Customer') = 'Yes' THEN ...