TYPE

Returns the specific type of the member of the business object group as a string constant

note

Cannot be used in queries

The name of the business object group

IF TYPE (Account) = 'PersonalSavingAccount' THEN ... 

(this assumes that the Account is a business object group having PersonalSavingAccount as its member)

  • Last modified: 2023/05/09 01:21