Skip to Content
0
Former Member
Nov 19, 2007 at 05:29 AM

unable to insert rows into ORACLE database using ABAP code

110 Views

Hai,

I am facing problem while creating a table in Oracle database with 15 attributes in a table. To create a table I am using the classes:

cl_sql_connection -


> to create the connection

cl_sql_statement -


> to execute the query

This I used by reffering the SAP program ADBC_DEMO. Without any trouble I am able to create a Table with 6 attributes by following the same procedure in ABCD_DEMO program but the same is not working for the table with 15 attributes .

Please help me.

Regards,

Swetha