Common business objects' specific functions

We can use two types of functions to create a complex business object. The first type is specific functions of the database SQL. This type will be available only in Universes based on single-source Data Foundation. We will be able to access database functions based on the used database driver in the data connection. For example, we can use TO_CHAR() to cast a date into a string based on the used format, while in Teradata, we can use the CAST function to do the same.

The second type is specific functions of business objects. This type can be used with multisource Universes. There are some common functions that we can access regardless of the database type, and this is our target in this section. The

Get Creating Universes with SAP BusinessObjects now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.