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 ...
index function function list miscellaneous v8.6
Determines if the specified business object is currently in Context
The name of the object
IF IN_CONTEXT('Customer') = 'Yes' THEN ...