Entering content frame

This graphic is explained in the accompanying text ten1 Locate the document in its SAP Library structure

Definition of the table ten1

EXEC SQL CREATE TABLE ten1
  (keyft1         FIXED (6),
   ft1            FIXED (3),
   ...,
   PRIMARY KEY (keyft1)); /*10000 rows*/

Leaving content frame