Quantcast
Channel: SCN : All Content - Process Integration (PI) & SOA Middleware
Viewing all articles
Browse latest Browse all 7030

Mapping Id from Idoc to targets

$
0
0


Hi,

Here is my mapping attached screent shot. Everything is working except one issue for first if condition

If TDLine(count)>25 and if TDID =F01 then first id on target should be F01 and remaining id should be F01-cont

For each TDLine(count)>25 ,it is generating multipes tdids but each tdid has value of F01-cont

If there are 51 TDlines with one TDID =F01

on Target

Notes

F01

 

Notes

F01-cont

 

Notes

F01-cont

 

Used below udf to populate notes

nt count = Integer.parseInt(segcount[0]);


for (int i = 0; i < count; i = i+25)
{
result.addValue("");
}

 

 

Regardssource.PNGtdid.PNG


Viewing all articles
Browse latest Browse all 7030

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>