FCC for file receiver help

Hi all,
My source xml is:
node1_mt
<node2>
  <node3> 0 to u
     field1
     field2
     field3
     <node4> 0 to u
        fielda
        fieldb
        fieldc
     </node4>
  </node3>
  fieldaa
  fieldbb
My target file should be: (csv)
field1 field2 field3
fielda fieldb fieldc
fielda fieldb fieldc
fielda fieldb fieldc
How should I have my FCC parameters please?
Many thanks.
Ramesh.

ok, now got a bit further.
I am just using:
Recordset structure: header,item
header.addHeaderLine  = 1
header.fieldSeparator    = ,
header.endSeparator    = 'nl'
item.fieldSeparator       = ,
item.endSeparator       = 'nl'
This is creating the output file as: (for multiple items)
field1  field2 field3 fielda fieldb fieldc
fielda fieldb  fieldc
fielda fieldb  fieldc
Now my only question is how can I take the first item line and put it in a separate line instead of the header?  like...
field1  field2 field3
fielda fieldb fieldc
fielda fieldb  fieldc
fielda fieldb  fieldc
Many thanks.

Similar Messages

  • Dynamic Configuration - Set Directory Path for File Receiver Adapter

    Hi Experts,
    I have a question regarding the dynamic configuration for the file adapter. Is it possible to set a directory path without a message mapping for the file receiver adapter? the problem is that I want to import a pdf document. this pdf document I want to store in a dynamic directory (depending on the filename). so I have to read the filename out of the dynamic configuration and generate (depending on the filename) a directory for this file. Is that possible without a message mapping? I cannot make a message mapping because the file has the pdf format and should not get changed.
    best regards
    Christopher Kühn

    Hi Gaurav,
    I use the ASMA (respectively the filename) for the sender adapter. After the pdf was imported into XI this filename is in the ASMA.
    But what then??? How can I get this filename with the help of the variable substitution? and if I have this filename I have to change this filename a bit to generate the name / path of the directory.
    Please explain it to me detailled
    Thanks and regards
    christopher

  • Dynamic File name for File receiver adapter

    Hello,
    I am doing Proxy sender to File receiver scenario.
    Filename is generated in SAP R/3 program and I want to create the file with this same name
    on target location.
    please suggest me how to use this file name in Receiver file adapter?.
    Thanks & Regards
    Jagesh

    Hi,
    you have to enable the adapter specific parameter --> file name in both the sender and the receiver CC to get the input file name as output file name.
    Refer this blog:
    /people/michal.krawczyk2/blog/2005/11/10/xi-the-same-filename-from-a-sender-to-a-receiver-file-adapter--sp14
    Also you need to use this udf
    DynamicConfiguration conf = (DynamicConfiguration) container.getTransformationParameters().get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);
    DynamicConfigurationKey key = DynamicConfigurationKey.create("http://sap.com/xi/XI/System/File","FileName");
    String ourSourceFileName = conf.get(key);
    return  ourSourceFileName; 
    Also refer this blog:
    /people/william.li/blog/2006/04/18/dynamic-configuration-of-some-communication-channel-parameters-using-message-mapping
    Regards,
    Nithiyanandam

  • FCC help for File receiver please

    Hi all,
    My issue was not resolved and so posting a fresh question which is much straight forward to ask.
    Source is xml. (SOAP)
    Target is csv file.
    Source structure:
    WS_Response                                 ( 1 to  1)
         Result                                         ( 1 to  1)
              Message                                ( 1 to  1)
                   Header                              ( 1 to  Unbounded)
                        headerField1
                        headerField2
                        headerField3
                        Item_Line                     ( 0 to  1)
                             Invoices                   ( 0  to Unbounded)
                                 invoiceFiled1
                                 invoiceFiled2
                                 invoiceFiled3
    My target cvs file should be: (for example)
    headerField1     headerField2     headerField3
    invoiceFiled1     invoiceFiled2     invoiceFiled3
    invoiceFiled1     invoiceFiled2     invoiceFiled3        (repeat)
    headerField1     headerField2     headerField3     (repeat)
    invoiceFiled1     invoiceFiled2     invoiceFiled3
    invoiceFiled1     invoiceFiled2     invoiceFiled3
    But I am getting:
    headerField1     headerField2     headerField3     invoiceFiled1     invoiceFiled2     invoiceFiled3
    invoiceFiled1     invoiceFiled2     invoiceFiled3        (repeat)
    headerField1     headerField2     headerField3     invoiceFiled1     invoiceFiled2     invoiceFiled3
    invoiceFiled1     invoiceFiled2     invoiceFiled3
    My FCC is as follows:
    Recordset Structure: Header,Invoices
    Header.endSeparator   : 'nl'
    Header.fieldSeparator   : ,
    Invoices.endSeparator  : 'nl'
    Invoices.fieldSeparator  : ,
    I tried using addHeaderLine, filedNames, beginSeparator etc but did not achieve what I am looking for.
    Can you guys help?
    Many thanks.

    Ok, I got it working myself.
    I have used L, as begin separator and removed the "key" field from the structure. I have also inserted an extra node just before the line items and it works as expected. Phew..! 

  • Conceptual advice required for file receiver scenario

    Hi,
    My scenario is to read 3 sets of data from SAP ERP and write files on the receiver system, one per data set.
    I could create 3 service interfaces and set up Integration Builder configuration for each one but this seems messy.
    Alternatively, if I create one service interface with 3 operations to group them, it is not possible to create the required files unless I add mapping and use dynamic configuration to determine the filename from the payload and set this in the receiver communication channel.
    It seems to me that I would have benefited from the ability to define a rule in the receiver determination to define a different communication channel per operation where the specific filename could be specified.
    It is only possible to bind a service interface to one communication channel in the receiver agreement.
    What would you recommend as the cleanest and best approach to meet this requirement - 1 or 3 service interfaces, use of mapping or are there any alternatives?
    Thanks in advance.
    Alan
    Edited by: Alan Cecchini on Aug 4, 2011 7:02 PM
    Edited by: Alan Cecchini on Aug 4, 2011 7:02 PM

    Basically your requirement is many to many mapping.  Please decide based on the sender system requirement. If your sender system sends different message structure then you can break into three diff interfaces and keep the interface simple.
    You can route to three diff recievers based on the condition setting in the receiver determination or you can do in the mapping too. That is not the whole point. you need to think about how do pick the three different interfaces.  You might also consider using ccbpm for this. 
    Refer the pattern that comes in the PI standard installation under SAP BASIS  SWCV.
    BPMPatternSerializeMultipleTrigger or BPMPatternSerializeOneTrigger

  • FCC for file 2 idoc scenario

    Hi.. my file structure is as follows..
    Header ( occurs only once in the file )
    NOS1 ( 1...unbounded)
    NOS2 ( 0...unbounded)
    NOS3 ( 0...unbounded)
    Trailer ( occurs only once in the file )
    Now i want to ignore the header and trailer records in my file...
    Header i can ignore by using a document offset of 1...
    But how do I ignore the trailer record?
    Also how would my FCC setting be?
    Thanks..

    >>Header i can ignore by using a document offset of 1...
    But how do I ignore the trailer record?
    This is not possible in standard.
    However, you can convert the trailer record also as usual and skip the trailer record in mapping.
    Regards,
    Jai Shankar

  • How to create two headers line in CSV  file  for File Receiver Adpater ?

    Hi friends ,
                     My scenario is RFC to File. I am downloading file in CSV format . May I know how do i add two line of staic headers Like follows
    <b>  CLOCTYP     CFLOCTYP
      Exe Loc. Type     Cus Loc. Type</b>
    Best Regards.,
    V.Rangarajan

    My Input xml will be like
    <?xml version="1.0" encoding="UTF-8"?>
    <ns0:FileRec_MT xmlns:ns0="urn:tabFile">
        <ContactFile>
                  <Contact>
                      <Name>Raghavendra</Name>
                      <LName>GURU</LName>
                     <Company>xxx</Company>
                  </Contact>
        </ContactFile>
    </ns0:FileRec_MT>
    <b>Output in csv as</b>
    Raghavendra, Guru ,xxx
    My requirement is [ 2 header Lines ]
    <b>CLOCTYP           CFLOCTYP        CFPLACE
    Exe Loc.Type        Cus Loc. Type     Place</b>
    Raghavendra        Guru                   xxx
                   If multiple rows comes it has to come like
    <b>   CLOCTYP              CFLOCTYP          CFPLACE
       Exe Loc. Type       Cus Loc. Type       Place</b>
       Raghavendra         Guru                      xxx
        test              test           yyyyy

  • FTP: File receiver cc error...Looks pretty simple...Can U solve this

    Hello all,
       I have a simple scenario of sending the file from shared directory to FTP. When I execute the sceanrio..sender is picking up the file ..No issues in SXMB_MONI...but when I checked in the message monitoring...at adapter level for file receiver which is using FTP..This is what its throwing...
       Delivery of the message to the application using connection AFW failed, due to: com.sap.aii.adapter.file.ftp.FTPEx: 550 '/': File exists.
    Looks like some thing to do with the directory path...and also FTP is built on UNIX environment...
      I tried all the possibilities for target directory.....
    1) /
      Delivery of the message to the application using connection AFW failed, due to: com.sap.aii.adapter.file.ftp.FTPEx: 550 '/': File exists.
    2) \
    Connect to FTP server "ftp.abc.com", directory "\"
    Error Attempt to process file failed with com.sap.aii.adapter.file.ftp.FTPEx: 257 "/\" is the current directory.
    Error Exception caught by adapter framework: com.sap.aii.adapter.file.ftp.FTPEx: 257 "/\" is the current directory.
    Error Delivery of the message to the application using connection AFW failed, due to: com.sap.aii.adapter.file.ftp.FTPEx: 257 "/\" is the current directory..
      AND when I check the FTP server its creating the directory with "\"
    3) ./
    Success Connect to FTP server "ftp.abc.com", directory "./"
    Error Attempt to process file failed with com.sap.aii.adapter.file.ftp.FTPEx: 550 './': File exists
    Error Exception caught by adapter framework: com.sap.aii.adapter.file.ftp.FTPEx: 550 './': File exists
    4) .\
      Success Connect to FTP server "ftp.abc.com", directory ".\"
    Attempt to process file failed with com.sap.aii.adapter.file.ftp.FTPEx: 257 "/.\" is the current directory.
    Error Exception caught by adapter framework: com.sap.aii.adapter.file.ftp.FTPEx: 257 "/.\" is the current directory.
    Error Delivery of the message to the application using connection AFW failed, due to: com.sap.aii.adapter.file.ftp.FTPEx: 257 "/.\" is the current directory..
      EVEN HERE it created the ".\" folder on FTP site.
    5) Finally tried "."
    Success Connect to FTP server "ftp.abc.com", directory "."
    Error Attempt to process file failed with com.sap.aii.adapter.file.ftp.FTPEx: 550 '.': File exists
    Error Exception caught by adapter framework: com.sap.aii.adapter.file.ftp.FTPEx: 550 '.': File exists
    Error Delivery of the message to the application using connection AFW failed, due to: com.sap.aii.adapter.file.ftp.FTPEx: 550 '.': File exists.
    Error The message status set to NDLV.
       I AM pretty sure that it works with out mentiong any directory path as some of the unix system allow that...But in XI target directory is mandatory field....
    DID ANYONE FACED THIS KINDAA ISSUE BEFORE..ANY HELP IS GREATLY APPRECIATED AND
    OBVIOUSLY POINTS WILL AWARDED....
    Regards,
    Raju

    Raju,
    ftp -s:
    <shared>\abc.txt >
    <shared>\ftpresult\ftpresult.txt
    MOVE
    <yoursource directory>\*.txt 
    <shared>\archive  ( to archive the file)
    and in abc.txt:
    open <ftp>
    <user>
    <password>
    put
    <source directory of your file>\*.txt
    quit
    you can even check your ftpresult.txt file to see whether it executed perfectly or not....and finally use that batch file in the receiver communication channel with full path..
    Hope this helps,
    Regards,
    Ravi

  • Unable to configure file adapter using FCC  for Multilevel hierarchy

    Hi Experts,
    Can anyone help me in configuring the Receiver file adapter with FCC for the structure given below
    <Root>
    <Level1>
         <Ele1>
         <Ele2>
         <Level2>
                <Ele2_1>
                <Ele2_2>
                <Level2a>
                        <Ele2a_1>
                        <Ele2a_2>
                </Level2a>
         </Level2>
    </Level1>

    Hi dineshmale,
    I have do this Multilevel hierarchy before. FCC can directly configure this scenario. But I don't know you output format. What my format shown below(here i use '#' instead of space):
    Level1_Field1##Level1_Field2##Level1_Field3##Level2_Field1##Level2_Field2##Level3_Field1##Level1_Field2
    #################################################################Level3_Field1##Level1_Field2
    #######################################Level2_Field1##Level2_Field2##Level3_Field1##Level1_Field2
    #################################################################Level3_Field1##Level1_Field2
    Level1_Field1##Level1_Field2##Level1_Field3##Level2_Field1##Level2_Field2##Level3_Field1##Level1_Field2
    #################################################################Level3_Field1##Level1_Field2
    #######################################Level2_Field1##Level2_Field2##Level3_Field1##Level1_Field2
    #################################################################Level3_Field1##Level1_Field2
    #################################################################Level3_Field1##Level1_Field2
    FCC Parameter:
    Recordset Structure: Level1,Level2,Level3
    Level1.fieldSeparator = (2 spaces)
    Level2.beginSeparator = (some spaces according to the length of the fields in Level1)
    Level2.fieldSeparator = (2 spaces)
    Level3.beginSeparator = (some spaces according to the length of the fields in Level1and Level2)
    Level3.fieldSeparator = (2 spaces)
    Level3.endSeparator = \n
    There are some points:
    1. the endSeparator for Level1 and Level2 doesn't work.
    2. the first begin separator in Level2 and Level3 doesn't work.
    3. The last field of super node and the first field of child node is separated by the (child).fieldSeparator.
    4. ....
    What's more, I have write a blog of FCC For Hierarchical Structure in Receiver Channel just now. So it need two days for Approval. Let me know for any issues.
    Edited by: guKidd on Dec 14, 2010 7:52 AM
    Edited by: guKidd on Dec 14, 2010 7:54 AM

  • File Receiver using FCC

    Hi All,
    I want to generate a file with structure like below:
    "100","Field1","Field2","Field3"
    "200","Field41","Field51","Field61"
    "200","Field42","Field52","Field62"
    Here 100 n 200 are row identifiers. My data type for receiver side is as follows:
    <Data_Type>
        <Header>(0,1 ocurence)
             <100>
             <Field1>
             <Field2>
             <Field3>
         <Item>( 1 to unbound ocurence)
              <200>
              <Field4>
              <Field5>
              <Field6>
    I am getting error "Channel has not been correctly initialized and cannot process messages" in communication channel monitoring because Receiver Communication channel is not configured correctly.
    Can Anybody please tell me what should be parameters in FCC in Content Conversion?
    Thanks,
    Atul

    Hi,
    Please find here with you fcc parameters as per the given links
    File Content Conversion for Unequal Number of Columns
    /people/jeyakumar.muthu2/blog/2005/11/29/file-content-conversion-for-unequal-number-of-columns - FCC
    File to R/3 via ABAP Proxy
    /people/prateek.shah/blog/2005/06/14/file-to-r3-via-abap-proxy - FCC
    Content Conversion (Pattern/Random content in input file)
    /people/anish.abraham2/blog/2005/06/08/content-conversion-patternrandom-content-in-input-file - FCC
    /people/harrison.holland5/blog/2006/12/20/xi-configuration-for-mdm-integration--sample-scenario - FCC - MDM
    XI in the role of a FTP
    /people/shabarish.vijayakumar/blog/2006/04/03/xi-in-the-role-of-a-ftp - FCC
    File content conversion sites
    /people/venkat.donela/blog/2005/03/02/introduction-to-simplefile-xi-filescenario-and-complete-walk-through-for-starterspart1
    /people/venkat.donela/blog/2005/03/03/introduction-to-simple-file-xi-filescenario-and-complete-walk-through-for-starterspart2
    /people/arpit.seth/blog/2005/06/02/file-receiver-with-content-conversion
    /people/anish.abraham2/blog/2005/06/08/content-conversion-patternrandom-content-in-input-file
    /people/shabarish.vijayakumar/blog/2005/08/17/nab-the-tab-file-adapter
    /people/venkat.donela/blog/2005/03/02/introduction-to-simplefile-xi-filescenario-and-complete-walk-through-for-starterspart1
    /people/venkat.donela/blog/2005/03/03/introduction-to-simple-file-xi-filescenario-and-complete-walk-through-for-starterspart2
    /people/venkat.donela/blog/2005/06/08/how-to-send-a-flat-file-with-various-field-lengths-and-variable-substructures-to-xi-30
    /people/anish.abraham2/blog/2005/06/08/content-conversion-patternrandom-content-in-input-file
    /people/shabarish.vijayakumar/blog/2005/08/17/nab-the-tab-file-adapter
    /people/jeyakumar.muthu2/blog/2005/11/29/file-content-conversion-for-unequal-number-of-columns
    /people/shabarish.vijayakumar/blog/2006/02/27/content-conversion-the-key-field-problem
    /people/michal.krawczyk2/blog/2004/12/15/how-to-send-a-flat-file-with-fixed-lengths-to-xi-30-using-a-central-file-adapter
    /people/arpit.seth/blog/2005/06/02/file-receiver-with-content-conversion
    http://help.sap.com/saphelp_nw04/helpdata/en/d2/bab440c97f3716e10000000a155106/content.htm
    Thanks
    Swarup

  • FCC for reciever falt file

    Hi,
    I need to do FCC in reciever flat file for below structure:
    <HeaderRecord>
             <SourceSystem>ABC</SourceSystem>
             <TargetSystem>ABC</TargetSystem>
    </HeaderRecord>
    <DataRecord>
             <Data1>
                  <name>abc</name>
                  <age>12</age>
             </Data1>
             <Data2>
                    <friends>joe</friends>
             </Data2>
             <Data3>
                    <relatives>aunt</relatives>
             </Data3>
    </DataRecord>
    <EndRecord>
            <ID>1234</ID>
    </EndRecord>
    The occurence are as below:
    HeaderRecord    1..1
    DataRecord        0..un
    Data1                  1..1
    Data2                  1..un
    Data3                  1.. un
    EndRecord          1..1
    What will be Content conversion parameters that can be used here. Can any one suggest any blogs that could help me out to implement FCC for reciever flat file.
    Thanks in Advance.

    >>What will be Content conversion parameters that can be used here
    Summary..
    Recordset structure: HeaderRecord,1,DataRecord,*,EndRecord,1
    >>Can any one suggest any blogs that could help me out to implement FCC for reciever flat file.
    Refer this link
    File Receiver Adapter FCC parameters

  • Help needed for file to file communication

    Dear all I am working on file to file adapter in XI 3.0 . I tried to different waysof flat file location C:\ and C:/ I am not soure witch one is currect and any time i am getting NO MESSAGE FOUND ! error in SX_MONI.
    and
    Any one have step by step clear procedure for File to File Adapter SAP XI 3.0.
    Thanking U,
    <b>Murali</b>.

    Hi Murali,
    first we need to uderstand how to do content conversion ( to convert flat files to xml format ) for which u can go through the following links :
    /people/arpit.seth/blog/2005/06/02/file-receiver-with-content-conversion
    /people/jeyakumar.muthu2/blog/2005/11/29/file-content-conversion-for-unequal-number-of-columns
    /people/anish.abraham2/blog/2005/06/08/content-conversion-patternrandom-content-in-input-file
    http://help.sap.com/saphelp_nw04/helpdata/en/89/90fd3f0521c842e10000000a1550b0/frameset.htm
    then file to file scenarios:
    /people/venkat.donela/blog/2005/03/02/introduction-to-simplefile-xi-filescenario-and-complete-walk-through-for-starterspart1
    /people/venkat.donela/blog/2005/03/03/introduction-to-simple-file-xi-filescenario-and-complete-walk-through-for-starterspart2
    /people/michal.krawczyk2/blog/2004/12/15/how-to-send-a-flat-file-with-fixed-lengths-to-xi-30-using-a-central-file-adapter
    http://help.sap.com/saphelp_nw04/helpdata/en/43/25112ab6140b25e10000000a1553f6/frameset.htm
    Configuring sender file adapter:
    /people/sravya.talanki2/blog/2005/08/16/configuring-generic-sender-file-cc-adapter
    /people/michal.krawczyk2/blog/2004/12/15/how-to-send-a-flat-file-with-fixed-lengths-to-xi-30-using-a-central-file-adapter
    Configuring receiver file adapter:
    /people/arpit.seth/blog/2005/06/02/file-receiver-with-content-conversion
    /people/jayakrishnan.nair/blog/2005/06/20/dynamic-file-name-using-xi-30-sp12-part--i
    going through all the given links you will not have any problems doing a file to file scenario with any constraints.
    Regards,
    abhy

  • FCC - File receiver  Error ?

    Hi Friends,
    I have xml as  in FTP
    - <xim:Mail xmlns:xim="http://sap.com/xi/XI/Mail/30">
      <Subject>Test mail from test</Subject>
      <From>" t"<xxx attherat test.co.in></From>
      <To>"y"<yyy attherat test.co.in></To>
      <Content_Type>text/plain;charset="us-ascii"</Content_Type>
      <Date>2008-04-22T10:23:45Z</Date>
      <Message_ID><93D7B805E82667439CD104728E47C58912CE1546 attherat BALAKMB01.test.co.in></Message_ID>
      <Content>This is content </Content>
      </xim:Mail>
    I would like to get output like
    Test mail from test ,  xxx attherate t.co.in , yyy attherat test.co.in ,This is content
       It signifies i have to get like Subject , From, To , Content .
    Scenario is i have to read a mail with conent along with from and to address  write those details in flat file
    I am getting the following error in the Content Conversion
    <SAP:AdditionalText>com.sap.aii.af.ra.ms.api.DeliveryException: Exception in XML Parser (format problem?):'java.lang.Exception: Message processing failed in XML parser: 'Conversion configuration error: Unknown structure 'xim:Mail' found in document', probably configuration error in file adapter (XML parser error)'</SAP:AdditionalText
    May i know what exactly i have to give in Record Structure and Parameters ?
    Thanks & regards.,
    V.Rangarajan

    Hello Ranga Rajan,
    Hope File content conversion blgs are helpful to you..
    /people/venkat.donela/blog/2005/03/02/introduction-to-simplefile-xi-filescenario-and-complete-walk-through-for-starterspart1
    /people/venkat.donela/blog/2005/03/03/introduction-to-simple-file-xi-filescenario-and-complete-walk-through-for-starterspart2
    /people/arpit.seth/blog/2005/06/02/file-receiver-with-content-conversion
    /people/anish.abraham2/blog/2005/06/08/content-conversion-patternrandom-content-in-input-file
    /people/shabarish.vijayakumar/blog/2005/08/17/nab-the-tab-file-adapter
    /people/venkat.donela/blog/2005/03/02/introduction-to-simplefile-xi-filescenario-and-complete-walk-through-for-starterspart1
    /people/venkat.donela/blog/2005/03/03/introduction-to-simple-file-xi-filescenario-and-complete-walk-through-for-starterspart2
    /people/venkat.donela/blog/2005/06/08/how-to-send-a-flat-file-with-various-field-lengths-and-variable-substructures-to-xi-30
    /people/anish.abraham2/blog/2005/06/08/content-conversion-patternrandom-content-in-input-file
    /people/shabarish.vijayakumar/blog/2005/08/17/nab-the-tab-file-adapter
    /people/jeyakumar.muthu2/blog/2005/11/29/file-content-conversion-for-unequal-number-of-columns
    /people/shabarish.vijayakumar/blog/2006/02/27/content-conversion-the-key-field-problem
    /people/michal.krawczyk2/blog/2004/12/15/how-to-send-a-flat-file-with-fixed-lengths-to-xi-30-using-a-central-file-adapter
    /people/arpit.seth/blog/2005/06/02/file-receiver-with-content-conversion
    http://help.sap.com/saphelp_nw04/helpdata/en/d2/bab440c97f3716e10000000a155106/content.htm
    Thanks,
    Satya Kumar
    Reward if it is useful..

  • FCC - File Receiver to generate pipedelemited file

    Hi,
    Is there a Bean in the file receiver adapter (PI 7.1 EHP1) to generate pipe delemited files instead of the FixedLen one? Or CSV, etc.
    Thanks,
    Martin

    Hello Ranga Rajan,
    Hope File content conversion blgs are helpful to you..
    /people/venkat.donela/blog/2005/03/02/introduction-to-simplefile-xi-filescenario-and-complete-walk-through-for-starterspart1
    /people/venkat.donela/blog/2005/03/03/introduction-to-simple-file-xi-filescenario-and-complete-walk-through-for-starterspart2
    /people/arpit.seth/blog/2005/06/02/file-receiver-with-content-conversion
    /people/anish.abraham2/blog/2005/06/08/content-conversion-patternrandom-content-in-input-file
    /people/shabarish.vijayakumar/blog/2005/08/17/nab-the-tab-file-adapter
    /people/venkat.donela/blog/2005/03/02/introduction-to-simplefile-xi-filescenario-and-complete-walk-through-for-starterspart1
    /people/venkat.donela/blog/2005/03/03/introduction-to-simple-file-xi-filescenario-and-complete-walk-through-for-starterspart2
    /people/venkat.donela/blog/2005/06/08/how-to-send-a-flat-file-with-various-field-lengths-and-variable-substructures-to-xi-30
    /people/anish.abraham2/blog/2005/06/08/content-conversion-patternrandom-content-in-input-file
    /people/shabarish.vijayakumar/blog/2005/08/17/nab-the-tab-file-adapter
    /people/jeyakumar.muthu2/blog/2005/11/29/file-content-conversion-for-unequal-number-of-columns
    /people/shabarish.vijayakumar/blog/2006/02/27/content-conversion-the-key-field-problem
    /people/michal.krawczyk2/blog/2004/12/15/how-to-send-a-flat-file-with-fixed-lengths-to-xi-30-using-a-central-file-adapter
    /people/arpit.seth/blog/2005/06/02/file-receiver-with-content-conversion
    http://help.sap.com/saphelp_nw04/helpdata/en/d2/bab440c97f3716e10000000a155106/content.htm
    Thanks,
    Satya Kumar
    Reward if it is useful..

  • Query on Receiver FCC for nested structure

    Hi Friends,
    I want to  configure the Receiver side FCC for the below nested structure.
    Can you guide me how can i achicve it? or its not possible for nested structure?
    Seg100,Seg200.Seg300 and Seg400 are nested one below the other.
    <?xml version="1.0" encoding="UTF-8" ?>
    - <ns0:Test xmlns:ns0="http://hello.com">
    --<Seg100>
    --<field1>0000564.30</field1>
    --<field2>KG</field2>
    --<Seg200>
    ---<field3>1070</field3>
    ---<Seg300>
    <field4>5</field4>
    <Seg400>
    <field4>5</field4>
    </Seg400>
    ---</Seg300>
    --</Seg200>
    -</Seg100>
    </ns0:Test>
    Regards
    Venkatesh

    Hi,
      For nested structure we cont do the File content conversion.
      so that we need to convert it a flat structure in the mapping level and then we can go for FCC.
    Regards,
    Prakasu

Maybe you are looking for