Entering content frame

Background documentation Dynamic SQL Statements Locate the document in its SAP Library structure

Use dynamic SQL statements if you do not know the structures of the database tables during the programming phase, and the embedded SQL statements can change at runtime of the application program.

Note

If the SQL statements and table structures do not change at runtime, use static SQL statements.

You can formulate the following types of dynamic SQL statements:

Dynamic SQL statements without parameters

Dynamic SQL statements with parameters

 

Leaving content frame