PICK FROM

This action is similar to the FIND action in that it finds particular instances of a business object, but unlike the FIND action, it displays the instances found on the screen and waits for the user to pick a particular instance. The syntax of the action is almost exactly the same as that of the FIND action except that the PICK FROM keyword is used instead of FIND. For example,

PICK FROM Account WHERE Account.State = 'OPEN' ORDER BY Account.Balance