This XSL generates 5 Idocs as it is. I know there should be some check/grouping logic to be written before <IDOC> and <E1BP7012_1> level.
Can any one help me please.
Subject:Grouping Problem Author:(Deleted User) Date:12 Sep 2005 08:19 AM
Hi Bijayananda,
can you be more specific about the missing grouping/logic you are referring to? Given the input XML and the requested output, I don't see what's missing in your XSLT stylesheet.
Subject:Grouping Problem Author:Bijayananda Panda Date:12 Sep 2005 08:49 AM
Hi Alberto,
Thanks for the reply. The current XSL generates 5 Idocs, where as my requirement is to generate only 3 IDocs ( 1st Idoc should club together LegpayNrs of 111, 2nd Idoc should club together LegpayNrs of 222 and 3rd Idoc should contain only legpayNr 333 data).
Present XSL is not doing this grouping, instead, its generating 5 separate Idocs.
Subject:Grouping Problem Author:Bijayananda Panda Date:13 Sep 2005 08:08 AM
Dear Alberto,
Thanks for the reply. In the output, i want 3 Idocs, but every Idoc should club together the LegpayNr data including Tags. For example, the 1st Idoc should contain:
Subject:Grouping Problem Author:(Deleted User) Date:14 Sep 2005 03:53 AM
Hi Bijayananda,
if you don't want to sum the paychecks, but just cluster together, you need to iterate over all the elements matching the current employee number, like this: