previous ()
previous is a method of the class SapDB_ResultSet. You use this method to position the cursor on the previous record within a results set, to extract this record.
The record is extracted.
If you are at the beginning of the results set, the value of the result is None.
row = cursor.previous ()
See also: Examples for SapDB_ResultSet