cancel
Showing results for 
Search instead for 
Did you mean: 

FCC for Multi-level Hierarchy

Former Member
0 Kudos

Hi Friends,

Can someone please help me out with this.Below is my Sender Data Type which needs to be converted:

DT_TRAC_MESG

(Hierarchy 1) TRAC_INFO

(Hierarchy 2) TRAC00

(Hierarchy 2)GROUP1

(Hierarchy 3)TRAC05

(Hierarchy 3)GROUP2

(Hierarchy 4)TRAC10

(Hierarchy 4) GROUP3

(Hierarchy 5) TRAC11

and my input data is as below :

XXXXXXXXX TRAC00 XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX (occurance 1)

XXXXXXXXXXXXXXXXXXTRAC05XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX (occurance 1)

XXXXXXXXXXXXXXXXXXXXXXXXXXXXXTRAC10XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXTRAC11XXXXXXXXXXXXXXXXXXXXXXX

XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXTRAC11XXXXXXXXXXXXXXXXXXXXXXX

XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXTRAC11XXXXXXXXXXXXXXXXXXXXXXX

XXXXXXXXXXXXXXXXXXXXXXXXXXXXXTRAC10XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXTRAC11XXXXXXXXXXXXXXXXXXXXXXX

XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXTRAC11XXXXXXXXXXXXXXXXXXXXXXX

XXXXXXXXXXXXXXXXXXXXXXXXXXXXXTRAC10XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXTRAC11XXXXXXXXXXXXXXXXXXXXXXX

I know Std SAP XI doesnt support more than 3 hierarchies but we are using a JMS adapter and this support more than 3 hierarchies.So please help us in achieving this mutli hierarchy conversion.Please atleast provide me the procedure to convert a 3 level Hierarchy structure.

It would be of great help for me if someone can answer this and asap.

Thanks & Regards,

Pradeep.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

YES..Even JMS Adapter does not support 3 level hierarchies.It supoorts upto 2 leavels only as file adapter.

MichalKrawczyk
Active Contributor
0 Kudos

hi,

XI does not support multilevel hierarchies

so the easiest way is to write an adapter module

that will generate the structure from any output

this approach does not require any third party software and it's relatively simple

max 1 development day

Regards,

Michal Krawczyk

http://mypigenie.com XI/PI FAQ

Former Member
0 Kudos

Hi

follow this weblog

or

you can use seeburger to use multi level hierarchy

regards

sandeep

Edited by: sandeep sharma on Dec 15, 2008 10:45 AM