This is an old revision of the document!
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 ...
This is an old revision of the document!
Determines if the specified business object is currently in Context
The name of the object
IF IN_CONTEXT('Customer') = 'Yes' THEN ...