VIEW

This action is very similar to the EDIT action. The difference is that the process in which the action has been called does not wait for the user to change the values of the object and continues execution immediately after displaying the form.

VIEW AttributeIdentifier() [ USING Id() or StringLiteral() ] [ NOEDIT ]

where AttributeIdentifier() must be the name of the business object.

VIEW Account 

Id() or StringLiteral optionally indicate a form of the business object to be viewed, for example

VIEW Account USING 'Some fancy form' 

where “Some fancy form” is the name of the form of the Account object.