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
Parameters
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)