This is an old revision of the document!
TYPE
Description
Returns the specific type of the member of the business object group as a string constant
note
Cannot be used in queriesParameters
The name of the business object group
Example
IF TYPE (Account) = 'PersonalSavingAccount' THEN ...
(this assumes that the Account is a business object group having PersonalSavingAccount as its member)