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

 

current is a method of the SapDB_ResultSet class (sdb.sql module). You can use this method to read the data record on which the cursor in the result set is currently positioned.

Features

Syntax Syntax

  1. current()
End of the code.
Result
  • Current data record

  • If the result set is empty or if the cursor is before the first or behind the last data record: None

Example