cancel
Showing results for 
Search instead for 
Did you mean: 

JDBC ==> IDOC sceanrio

deva_gembali2
Participant
0 Kudos

HI Experts,

Now i am doing sceanrio like JDBC ==> IDOC , here oracle side 1-unbound and IDOC side 1-1

So how can i create each IDOC for each record at oracle side.

for example, if i have 5 records at oracle side, i need to create 5 IDOCs , so how can i do this mapping .

vasu

Accepted Solutions (0)

Answers (2)

Answers (2)

PriyankaAnagani
Active Contributor
0 Kudos

Hi,

Change the occurrence of IDOC to 1...unbounded and map each record from source to IDOC node. Please refer the below links.

Regards,

Priyanka

Former Member
0 Kudos

Hi,

First you need to change the occurences of the idoc from 1.1 to 1.unbounded.

You can change this by exporting the XSD, change it in notepad and save it and reimport the same.

You need to handle in the mapping in such a way that for every record, you map the node of the idoc.

Regards

Krish