cancel
Showing results for 
Search instead for 
Did you mean: 

Item Count

Former Member
0 Kudos

Hi Group,

I have Source Structure as:

MT_Source

Recordset

HDR

Item1(field1 to field5)

Item2(field1 to field5

Item3(field1 to field5)

EOF(Record Count)

Target structure as:Mt_Target

Recordset

HDR

Item(field1 to field5)

EOF(Record Count)

In the Mapping I am checking field1 to Field4 for Non zero values,if any of these fields contains Zero I am not creating Item,but I struck in Updating the Count after

removing these zero contained records in Item Level,Can any body Suggest me how to update the count in my mapping

Accepted Solutions (0)

Answers (2)

Answers (2)

prabhu_s2
Active Contributor
0 Kudos

make use of the count node f/n . make the udf output point to the input of this node and the result of this to the target. this will do

PS: Award points for helpful replies. Also close the thread if anwsered, for prev threads also.

Message was edited by:

Prabhu S

Former Member
0 Kudos

hi swabap,

use counter function are define global variable and incerment that vaiable or define UDF and write your incerement logic in it.

Regards

Sreeram.G.Reddy