Entering content frame

Background documentation Method last Locate the document in its SAP Library structure

Definition

last ()

Use

last is a method of the class SapDB_ResultSet. You use this method to position the cursor on the last record of the results set, to extract the record.

Result

The record is extracted.

If the results set is empty, the value of the result is None.

Example

row = cursor.last ()

See also: Examples for SapDB_ResultSet

 

Leaving content frame