cancel
Showing results for 
Search instead for 
Did you mean: 

scenario IDOC to JDBC

Former Member
0 Kudos

Hi experts,

i've scenario IDOC to JDBC:

the interface receive two idoc's:

IDOC1: 1field1, 1field2, 1field3

IDOC2: 2field1, 2field2, 2field3

and give the data to only one table in the receiver, ie, the table is equally filled by the contents of both idocs,

the data in this table must be storage by follow:

field -> field1 field2 field3

values -> 1field1 1field2 1field3

2field1 2 field2 2 field3

¿how can i do this whe i realize the mapping ?

¿Is it possible, or it's better to use two interface, one for each idoc?

very thanks

Accepted Solutions (1)

Accepted Solutions (1)

prateek
Active Contributor
0 Kudos

If both the idocs are of same basic type, then you may perform Idoc packaging at the sender side. Due to this you could receive idoc at XI with multiple Idoc nodes having data from different idocs. Then you may map directly till node level and achieve the output.

If the type of idocs are different, use two interfaces or go for BPM to collect.

Regards,

Prateek

Former Member
0 Kudos

Hi,

I thought the feature of getting packaged IDocs as one message is only possible with Michal's development coming with EhP1?

/people/michal.krawczyk2/blog/2007/12/02/xipi-sender-idoc-adapter-packaging

Regards

Patrick

Answers (2)

Answers (2)

Former Member
0 Kudos

very thanks!

dharamveer_gaur2
Active Contributor
0 Kudos

Hi

If you are using two diffrent type IDoc then use BPM Collect.

but there shoud be some correlation b/w both IDoc, On the basis of that you can merge.