DISPLAY

This action is very similar to the PICK FROM action in that it displays the instances of the business object found by the action, however it does not expect the user to pick any particular instance. The syntax of the action is exactly the same as that of the PICK FROM action except that the DISPLAY keyword is used instead of PICK FROM .

DISPLAY Account WHERE Account.State = 'OPEN' ORDER BY Account.Balance 
  • Last modified: 2023/05/09 01:31