Hi frnds,
i am doing an idoc-file scneario...below are teh strcuturess
Idoc:
---ZTXT(NOde)
---ZLine1(Subnode) [0:10 occurance]
Name(Attribute)
Value(Attribute)
File:
---TXT(NOde)
--Cost
--rate
--excValue
The Logic is if Name Attribute is equal to "Cost"(name of the field in target) then value should be mapped to "Cost" fieldOr if Name attribute is equal to "rate"(name of the field in target) then the value should be mapped to "rate"
I tried with using "if then" fn but when the Zline1 node is repeated with different its generating only one value on the target side . its not generating multiplpe values..(Ex say if we have values as cost and rate being repeated in Idoc its generating only one field cost in file no value is entered for rate )
Can you help me where i am going wrong..