GROUP_MEMBER
Description
Returns ‘Yes’ if the specified business object belongs to the specified business object group
Parameters
- String identifying the business object
- String identifying the business object group
Example
IF GROUP_MEMBER('SavingAccount', 'Account') = 'Yes' Then ...