cancel
Showing results for 
Search instead for 
Did you mean: 

Append Records in NW BPM data object in loop.

ashish_goel4
Active Participant
0 Kudos

Hi Experts,

I have a requirement where in I want to append records in a data object inside NW BPM.

DO_TEST

<Root>

Records 0.. unbounded

</Root>

I am calling target system from BPM and fetching records multiple times (say 5 times, not fixed though. Depends on the looping condition.Each time fetching 100 records) How can I append them every time in the same DO_TEST so that after last call I will have 500 records in it.

Thanks,

Ashish

Accepted Solutions (1)

Accepted Solutions (1)

junwu
Active Contributor
0 Kudos

Answers (1)

Answers (1)

ashish_goel4
Active Participant
0 Kudos

I was able to resolve it using append option in mapping.

Thanks,

Ashish