cancel
Showing results for 
Search instead for 
Did you mean: 

How to handle CREATE or INSERT in JDBC

Former Member
0 Kudos

Hi experts,

i'm designing my idoc to JDBC scenario, but is it possible when the message arrives into the database to CREATE a table if it does not exist or to INSERT data if the table already exists?

Thanks in advance,

Regards.

Jamal

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

INSERT, UPDATE, UPDATE_INSERT, DELETE,

r possible

rgd

srini

Answers (4)

Answers (4)

Former Member
0 Kudos

Thank you very much. I thought the action CREATE was possible, but it is not.

Regards,

Jamal

Former Member
0 Kudos
Former Member
0 Kudos

Hi,

the table should already be created in database.

u can surely insert the records.

plz refer,

http://help.sap.com/saphelp_nw04/helpdata/en/22/b4d13b633f7748b4d34f3191529946/frameset.htm

thanks,

latika

prateek
Active Contributor
0 Kudos

U can try executing a Stored Procedure from XI to create the table as per ur requirement.

To insert, its a simple process using jdbc receiver adapter, wherein the action in datatype is "INSERT".

http://help.sap.com/saphelp_nw04/helpdata/en/2e/96fd3f2d14e869e10000000a155106/frameset.htm

Regards,

Prateek