2008 Sep 11 7:49 AM
Hi,
I try to insert into extarnal database (Oracle database) a field with null value from ABAP with ADBC
INSERT INTO TABLE (COLUMN1, COLUMN2, COLUMN3, ..) VALUES (?, ?, ?, ...). I want that second column was a null value in the external database.
Anyone know how can I do that??
Hi,
I try to insert into extarnal database (Oracle database) a field with null value from ABAP with ADBC
INSERT INTO TABLE (COLUMN1, COLUMN2, COLUMN3, ..) VALUES (?, ?, ?, ...). I want that second column was a null value in the external database.
Anyone know how can I do that??
2008 Sep 22 5:48 PM
Hello,
I found the solution, in clas CL_SQL_STATEMENT, method SET_PARAM, parameter IND_REF = -1 --> Null in the external Database
2022 Feb 15 6:36 PM
For the record, -1 is not even type-compatible with the formal parameter. (SAP_BASIS SAPKB74003)
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |