cancel
Showing results for 
Search instead for 
Did you mean: 

FCC

Former Member
0 Kudos

hi...Experts,

what is the maximum heirarchy in the file content conversion..

thanks in advance

Pasi.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

AFAIK, no maximum level,

But its always suggested to keep it simple

Thanks

Answers (3)

Answers (3)

Former Member
0 Kudos
Hi,

As per my understanding the maximum heirarchy in the file content conversion is 3 level.

Example:

Item(level1),Trailer1(level2),Trailer2(level3)

Below is the XML
<?xml version="1.0" encoding="UTF-8"?>
<MT_ContentConversion_Test>
   <Header>
      <F1>HF1</F1>
      <F2>HF2</F2>
   </Header>
   <Item>
      <F1>IF1</F1>
      <F2>IF2</F2>
         <Trailer1>
            <F1>TF1</F1>
             <F2>TF2</F2>
                <Trailer2>
                       <F1>TF1</F1>
                       <F2>TF2</F2>
                </Trailer2>
         </Trailer1>
    <Item>
</ns0:MT_ContentConversion_Test>

Thanks,
Aravind
Former Member
0 Kudos

hi...Arvind,

thank u for ur Answer.

where we have to mention the hierarchy in fcc

thanks,

Pasi

Former Member
0 Kudos

there is no limit on hiererchy for FCC but its advised to have a flat structure so that FCC parameters can work correctly,you can definitely make FCC parameters work for any complex structure,it just might be a bit tricky.

have a look at the following blog to see the advised hierarchy for receiver FCC

/people/shabarish.vijayakumar/blog/2007/08/03/file-adapter-receiver--are-we-really-sure-about-the-concepts

Thanx

Aamir

Former Member
0 Kudos

hi...Aamir,

thank u for ur reply,

in fcc where we have to maintain the heirarchy, when we will mention the heirarchy

thanks,

Pasi

Former Member
0 Kudos

its maintained when you create your Data type.

FCC parameters are given based upon the Data type declared

secondly you also provide the Recordset structure in the communication channel configuration

Thanx

Aamir

Message was edited by:

Aamir Suhail

Former Member
0 Kudos
Former Member
0 Kudos

Hi,

Refer the below help.

Sender heirarchy level:

http://help.sap.com/saphelp_nw70/helpdata/en/ae/d03341771b4c0de10000000a1550b0/frameset.htm

Receiver heirarchy level.

http://help.sap.com/saphelp_nw70/helpdata/en/ae/d03341771b4c0de10000000a1550b0/frameset.htm

You can go with the deep heirarchy strucutre but you need to define the FCC paraemter in such a way that it should create the proper XML strucutre which you wanted.

Thanks

Chirag