Hi,
My Flow is PC -> XI 3.0 -> R/3.
Inside the mapping, I want to know the <b>number of inbound records</b> in order to specify this figure inside an outbound field.
I haven't found a solution with graphical function and I try to create a JAVA user-function... but I'm an ex-abaper not a Javaman (not yet!)...
Anybody have a solution?
Regards
Mickael.
I have done a similar computation using the "statistic function" count.
The requirement was to write the number of records in the inbound structure to a field in the target structure.
the syntax is:
<node of the inbound structure> --> COUNT --> target field
Anand
Add a comment