Entering content frame

Procedure documentation Scrolling in the Result Data Locate the document in its SAP Library structure

Use

You have executed a database statement. The keyword CONTINUE at the end of the reply shows that additional result data is available. You display this additional data in the same database session.

Prerequisites

·        You have the server authorization AccessSQL.

·        You have opened a database session (see: Opening a Database Session).

·        You have executed a database statement (see: Executing a Database Statement)

·         

Syntax

db_fetch

Reply

OK<NL>
(END|CONTINUE)<NL>
<record><NL>
<record><NL>

Values for the Reply Fields

Field

Description

END

The contents of the file have been transferred in full. The file is closed automatically.

CONTINUE

The file contains further entries that were not transferred due to the limited storage available for replies. You can display these by entering the above command again.

<record>

Result data of the database statement.

The fields in a record are separated by semicolons.
Character strings are displayed in single quotation marks.

 

 

 

Leaving content frame