cancel
Showing results for 
Search instead for 
Did you mean: 

How can i Configure JDBC Receiver Adapter to INSERT data in multiple tables

Former Member
0 Kudos

Hi ,

I want to INSERT data in 4 diffrent tables.

Input Data Format is:

<H1>

<d1></d1>

<d2></d2>

</H1>

I want to insert <H1> Header data in particular table & all the details data<D1> in their corresponding table.

Note that Header Can't repeat but Details records are repeating again & again.

Is it possible to write Multiple INSERT STATEMENT in single Data Type.??

I mean to say can we write STATEMENT keyword again & again. if yes HOW ?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Kulwinder,

Yes you can do this

and here is link to get into its detail.

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

thanks,

pooja

Former Member
0 Kudos

Thanks Pooja. I think this will work. Will get back to u if i faced any problem

Answers (1)

Answers (1)

Former Member
0 Kudos