Function documentationfirst Method (SapDB_ResultSet Class) Locate this document in the navigation structure

 

first is a method of the SapDB_ResultSet class (sdb.sql module). You can use this method to position the cursor on the first data record in the result set.

Features

Syntax Syntax

  1. first ()
End of the code.
Result
  • First data record in the result set

  • If the result set is empty: None

Example