Hello,
I have an scenario equal to the "MapExampleFilterRecordsByQualifier"
http://help.sap.com/saphelp_nw2004s/helpdata/en/0f/80243b4a66ae0ce10000000a11402f/frameset.htm.
Source Structure:
Person 0...Un
Id 1.1
Name 1.1
TelephoneNumber 1.1
Target Structure:
Person 0...Un
Id 1.1
Name 1.1
TelephoneNumber 1.1
I just need to generate the element person in target structure according to a condition:
Id -
>
-
lesss----
> createIf -
> person
10----
>
The problem is when I use the test tool. I create many subtrees of the person element with the Id less than 10 but XI just generate the first one.
Can anybody help me....?
thanks a lot......