Retrieving data from a data connection by using a mapped expression

You can use a mapped expression to retrieve data from a database by using a mapped key, a mapped condition, or a mapped query. Each of these mechanisms performs a database query, mapping columns from a result set to fields in the business object.

About this task

Mapped expressions are used to populate one or more business object fields values by retrieving values from a database. When the field value is required, an SQL query used to map columns of the result set to fields in the business object.

Each row in the result set produces a new business object instance. If the result set is empty, no business object instances are produced.