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

 

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

Features

Syntax Syntax

  1. previous ()
End of the code.
Result
  • Previous data record

  • If the result set is empty or if the beginning of the result set has been reached: None

Example