Entering content frame

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

Definition

current ()

Use

current is a method of the class SapDB_ResultSet. You use this method to extract the record at the current cursor position in the results set.

Result

The record is extracted.

If the cursor is positioned before the first record, or after the last record, then the value of the result is None.

Example

row = cursor.current ()

See also: Examples for SapDB_ResultSet

 

Leaving content frame