Entering content frame

Procedure documentation Transferring NULL Values to the Database Instance Locate the document in its SAP Library structure

Use

In the application program, you can use indicator values to transfer a NULL value to a database table, for example, in an INSERT or UPDATE statement.

Procedure

Before calling the embedded SQL statement, set the indicator value to -1. The database instance ignores the value of the corresponding host variable, and enters the NULL value in the table that is being addressed.

Note

You can also use indicator values for transferring DEFAULT values to the database instance.

 

Leaving content frame