FCC sender Conversion

Hi,
I have a source file like this.
"5000010234123","100026","3120","Test for Material Description",
The conversion happens fine in the xml, but the only problem is that the beginning field and end field gets accommodated with double quotes
Look at my XML structure
<EAN>"5000010234123</EAN>
<MaterialDesc>Test for Material Description"</MaterialDesc>
You can see that the beginning and end has the double quotes.  How do i handle it in FCC
These are the parameters specified in my FCC
field separator = ","
end separator = "'0x0D''0x0A'
begin separator = "
I know that it can also be removed during mapping, but i would like to handle it in FCC itself.

Check below:
○       NameA.enclosureConversion
■       Specify YES if the text delimiter is to be removed or if the escape character is to be replaced when the files are transferred. This is the default value.
■       Enter NO if the character is to be transferred unchanged.
If you specify xml.enclosureSign=u201C and xml.enclosureSignEsc=u201Cu201C, text enclosed in quotation marks is transferred unchanged and the quotation marks are removed.
If the escape character for a quotation mark (u201Cu201C) occurs in the text itself, it is replaced by the quotation mark during the transfer.

Similar Messages

  • Error in FCC-Sender Channel.

    Hi Experts,
    I have configured the following FCC in Sender communication Channel.
    DT_HEADER.keyFieldValue     =1
    DT_HEADER.fieldNames =     KEY,FILENAME
    DT_RECORDS.keyFieldValue=     2
    DT_HEADER.fieldNames=     KEY,AMOUNT
    DT_TRAILER.keyFieldValue     =3
    DT_TRAILER.fieldNames=     KEY,SUM
    DT_HEADER.fieldSeparator =     ,
    DT_RECORDS.fieldSeparator=     ,
    DT_TRAILER.fieldSeparator =     ,
    DT_TRAILER.endSeparator =     'nl'
    DT_RECORDS.endSeparator=     'nl'
    DT_HEADER.endSeparator =     'nl'
    My sender text file is
    1,RDFILE
    2,100
    3,100
    In RWB i am getting the following error message,
    Conversion initialization failed: java.lang.Exception: java.lang.Exception: java.lang.Exception: Error(s) in XML conversion parameters found: Parameter 'DT_HEADER.fieldFixedLengths' or 'DT_HEADER.fieldSeparator' is missing Consistency check: no. of arguments in 'DT_HEADER.fieldFixedLength' does not match 'DT_HEADER.fieldNames' (0 <> 2)
    i need to get  Sender XML structure as follows
    <DT_HEADER>
          <KEY/>
          <FILENAME/>
       </DT_HEADER>
       <DT_RECORDS>
          <KEY/>
          <AMOUNT/>
       </DT_RECORDS>
       <DT_TALER>
          <KEY/>
          <SUM/>
       </DT_TALER>
    i dont know where i did the mistake can any one help me to solve this issue.
    Regard's
    Preethi.

    Hi
    You need alter Data type structure first then do file content conversion
    DT_Record
        <Header>
              <Key>
              <FileName>
       </Header>
       <Trailer>
    </trailer?
    then add
    HEADER.keyFieldValue =1
    HEADER.fieldNames = KEY,FILENAME
    RECORDS.keyFieldValue= 2
    It works
    Regards,
    Raj

  • How to skip lines in FCC Sender

    Hi to all.
    I have an scenario file to file(XML). I want to avoid two lines at the end of the file.
    I not use any mapping because is map
    This is my payload
    XLine1 aaaa bbb ccc ddd
    XLine2 aaaa bbb ccc ddd
    XLine3 aaaa bbb ccc ddd
    XLine4 aaaa bbb ccc ddd
    XLine5 aaaa bbb ccc ddd
    EOM0005
    EOF0001
    I want FCC don't send the two lines at the end (EOM005-this a counter of lines- and EOF001).
    Thanks and regards

    >
    Luis Ortiz wrote:
    > Hi to all.
    >
    > I have an scenario file to file(XML). I want to avoid two lines at the end of the file.
    > I not use any mapping because is map
    >
    > This is my payload
    >
    > XLine1 aaaa bbb ccc ddd
    > XLine2 aaaa bbb ccc ddd
    > XLine3 aaaa bbb ccc ddd
    > XLine4 aaaa bbb ccc ddd
    > XLine5 aaaa bbb ccc ddd
    > EOM0005
    > EOF0001
    >
    > I want FCC don't send the two lines at the end (EOM005-this a counter of lines- and EOF001).
    >
    > Thanks and regards
    only two options;
    1. do the mapping
    2. write an adapter module which will remove the last two lines of the file and then do your content conversion.

  • FCC Sender file adapter : Message Spitting 1:2

    Hi expert
    i am execuing a file to file scenario, with message splitting 1:n
    1 source MT   and 2 Target MT.
    My source MT structure becomes as
    Message               
    ....Message1         
    .......SourceMT 
    ................row          
    ....................Field1
    ....................Field2
    Now how to configure this structure at Sender file adapter
    File Content Converson.
    as after adding to MT  at target side in message mapping...
    2 extra hedder are added at source MT..
    Regards
    ajayp

    > Message               
    > ....Message1         
    > .......SourceMT 
    > ................row          
    > ....................Field1
    > ....................Field2
    >
    > Now how to configure this structure at Sender file adapter
    > File Content Converson.
    >
    > as after adding to MT  at target side in message mapping...
    >
    > 2 extra hedder are added at source MT..
    Ignore 2 extra header and do your FCC as you do in normal scanario.

  • FCC Send File Adapter - missingLastFields not working

    Hi
    I have a flat file to capture using the sender File adapter
    Parameter as follows:
    Header_fieldNames : Key,Name,StaffID,Telephone
    Header_fieldFixedLengths :  2,12,10,8
    Header_endSeparator : 'nl'
    Line_fieldNames : Key,Address,Company,LineText
    Line_fieldFixedLengths :  2,20,20,40
    However there are times where last field come in missing.
    Hence I use the Header_missingLastFields : error
                              Line_missingLastFields : error
    However it does not seem to be working as the adapter fails to pick the file from the FTP folder
    but if I  replace error with ignore, the sender adapter picked the files and process and send to the receiver adapter.
    I need to flagged error in sxmb_moni if last field or last few fields are missing....any advise how could this be achieve ?
    Regards
    Fred

    Hi Freddy,
    I think you might like to specify missingLastFields = add. then it will add the missing fields as empty. you can further check if these are empty in mapping and then fail the message or create an alert.
    If you specify "ignore" then you will not get those fields in your structure and if you specify "error" then the file will not be picked up.
    have a look here
    http://help.sap.com/saphelp_nw04/helpdata/en/2c/181077dd7d6b4ea6a8029b20bf7e55/content.htm
    missingLastfields
    If the inbound structure has less fields than specified in the configuration then the XML outbound structure is created as follows:
    ○       ignore
    Outbound structure only contains the fields in the inbound structure
    ○       add
    Outbound structure contains all fields from the configuration; the fields missing in the inbound structure are empty.
    ○       error
    Conversion is terminated due to the incomplete inbound structure. An error message is displayed
    regards,
    francis

  • FCC Sender Problems.

    Hi,
    This is my source file format.
    "abc","asdf","1212","2323"
    Source File Structure:
    EAN
    MaterialNo
    Plant
    MaterialDesc
    I have just created a sender communication channel and given these parameters in the content conversion.
    RecordSetName: ProcOrdRecs
    RecordSetStructure: ProcOrdRecs,*
    RecordSetSequence: Ascending
    ProcOrdRecs.fieldSeparator ','
    ProcOrdRecs.endSeparator "'0x0D''0x0A'
    ProcOrdRecs.beginSeparator "
    ProdOrdRecs.fieldNames EAN,MaterialNo,Plant,MaterialDesc
    I am unable to start the channel itself as it gives me the following error
    Conversion initialization failed: java.lang.Exception: java.lang.Exception: java.lang.Exception: Error(s) in XML conversion parameters found: Mandatory parameter 'ProcOrdRecs.fieldNames': no value found
    Though I have provided the field names, still it gives me the same error.  I checked the spelling and number of fields and it seems quite ok.

    There was a problem with  extra space associated in the field names.

  • How to Ignore Header Line in FCC " Sender Side" .

    Hi SDNrs,
    I am getting a File Data  after FCC with header Data.
    How to Ignore that Header Line coming with actual data...
    Like Employeeid , Name , Deptid
    So this Employeeid , Name , Deptid is also coming as Data.
    Or what approach Should be Used?
    Regards
    Prabhat Sharma.

    Hi,
    Use " Document Offset" parameter in Sender File CC.
    http://help.sap.com/saphelp_nw04/helpdata/en/2c/181077dd7d6b4ea6a8029b20bf7e55/content.htm
    Thnaks
    Amit

  • JDBC Sender Conversion error

    Hi
    My Scenario is JDBC Sender-> XI ->IDOC.
    I have written a following select querry and update but I am getting and error from sender...
    select *  from bi5filmm.bsimhp
    UPDATE  HMPRCFG SET  VALUE =  'P' from  bi5filmm.bsimhp
    Error during conversion of query result to XML: java.lang.IllegalArgumentException: Unsupported date format!
    Please help....
    Regards
    Ria

    Hi VJ,
    Data looks like this......
    State  Market  Channel  Corp   Channel                Week        Product           Article      Outlet   Delivery
    Code   Code    Code     Group  ID                     Ending                                     Name     Loc  
                            Code                                                                               
    NSW     A        C      AC    05NSW                  2007-12-21  0026                   26   2,320,736     NP 
    NSW     A        C      AC    05NSW                  2007-12-21  0026                   26   2,312,091     NP 
    NSW     A        C      AC    05NSW                  2007-12-21  0026                   26   2,503,996     NU 
    NSW     A        C      AC    05NSW                  2007-12-21  0026                   26   2,287,125     NY 
    NSW     A        C      AC    05NSW                  2007-12-21  0026                   26   2,696,852     QF 
    NSW     A        C      AC    05NSW                  2008-01-04  0026                   26   2,280,281     NL 
    NSW     A        C      AC    05NSW                  2008-01-04  0026                   26   2,290,131     NN 
    NSW     A        C      AC    05NSW                  2008-01-11  0026                   26   2,172,753     NA 
    NSW     A        C      AC    05NSW                  2008-01-11  0026                   26   2,189,592     NA 
    NSW     A        C      AC    05NSW                  2008-01-11  0026                   26   2,180,110     NA 
    NSW     A        C      AC    05NSW                  2008-01-11  0026                   26   2,165,458     NA 
    NSW     A        C      AC    05NSW                  2008-01-11  0026                   26   2,277,061     NI 
    Deliv   Load       Deliv   MNEPRCSTA  Delivery    Checkout    Checkout   Load    PRMS       
        Date    No         Date               Date        Date        Time       Origin  UserID     
        Act                                                                               
    1,071,218   BL202  1,071,218      INF     2007-12-18  2007-12-17    55,109      1    71218BL202 
    1,071,219   DU303  1,071,219      INF     2007-12-19  2007-12-18    55,908      1    71219DU303 
    1,071,219   BCSN2  1,071,219      INF     2007-12-19  2007-12-18    55,919      1    71219BCSN2 
    1,071,218   WA202  1,071,218      INF     2007-12-18  2007-12-17    55,103      1    71218WA202 
    1,071,218   Q2002  1,071,218      INF     2007-12-18  2007-12-17    55,056      1    71218Q2002 
    1,080,103   TSD30  1,080,103      INF     2008-01-03  2008-01-02    63,235      1    80103TSD30 
    1,080,103   P3001  1,080,103      INF     2008-01-03  2008-01-02    63,236      1    80103P3001 
    1,080,109   R4301  1,080,109      INF     2008-01-09  2008-01-08    60,422      1    80109R4301 
    1,080,109   R4301  1,080,109      INF     2008-01-09  2008-01-08    60,422      1    80109R4301 
    1,080,109   R4302  1,080,109      INF     2008-01-09  2008-01-08    60,422      1    80109R4302 
    1,080,110   R5412  1,080,110      INF     2008-01-10  2008-01-09    63,601      1    80110R5412 
    1,080,108   N2002  1,080,108      INF     2008-01-08  2008-01-07    60,712      1    80108N2002
    Checkout              CheckIn   Create       Create   Week     Proc           Proc   Proc
    Qty                   Qty       Date         Time     Period   Date           Time   Flag
                                                                                    1.0000                .0000   2007-12-17  224,850            2008-12-16        0      
      1.0000                .0000   2007-12-18  205,817            2008-12-16        0      
      1.0000                .0000   2007-12-18  205,817            2008-12-16        0      
      2.0000                .0000   2007-12-17  224,850            2008-12-16        0      
      1.0000                .0000   2007-12-17  224,850            2008-12-16        0      
      1.0000                .0000   2008-01-02  211,104            2008-12-16        0      
      1.0000                .0000   2008-01-02  211,104            2008-12-16        0      
      1.0000                .0000   2008-01-08  212,952            2008-12-16        0      
      1.0000                .0000   2008-01-08  212,952            2008-12-16        0      
      1.0000                .0000   2008-01-08  212,952            2008-12-16        0      
      1.0000                .0000   2008-01-09  211,624            2008-12-16        0      
      1.0000                .0000   2008-01-07  214,424            2008-12-16        0
    Regards
    Hema

  • FCC Content conversion problem

    Hi Experts,
    i have a problem with with converting my file structure .
    My structure is
    Record
    Rec_header
    PO_DATA
    REC-RATA
    Header_Data
    Debit_Memo1
    Trailer
    In my test file PO-DATA as well as REC_DATA are coming.
    I m using fieldFixedLengths
    In PO_DATA we have 10 fields but we are receiving only 8 fields the last 2 fields are not coming.
    I tried to use missingLastfields as well as keepIncompleteFields but still the error is coming.
    The error:
    Conversion of file content to XML failed at position 0: java.lang.Exception: ERROR converting document line no. 1 according to structure 'PO_Data':java.lang.Exception: Consistency error: last field in structure 'PO_Data.' is incomplete - specify 'keepIncompleteFields' parameter accordingly to allow this
    Regards
    Santosh

    Hi Saurabh,
    The options given are as follows:
    If i give the option:
    PO_Data.missingLastfields ignore
    Conversion of file content to XML failed at position 0: java.lang.Exception: ERROR converting document line no. 1 according to structure 'PO_Data':java.lang.Exception: Consistency error: field(s) missing - specify 'lastFieldsOptional' parameter to allow this
    If i give PO_Data.missingLastFields  ignore
    Conversion of file content to XML failed at position 0: java.lang.Exception: ERROR converting document line no. 1 according to structure 'PO_Data':java.lang.Exception: Consistency error: last field in structure 'PO_Data.' is incomplete - specify 'keepIncompleteFields' parameter accordingly to allow this
    Ifi give PO_Data.keepIncompleteFields   YES
    Conversion of file content to XML failed at position 0: java.lang.Exception: ERROR converting document line no. 1 according to structure 'PO_Data':java.lang.Exception: Consistency error: field (s) missing - specify 'lastFieldsOptional' parameter to allow this
    Regards
    Santosh

  • Adobe SEND - Contact email addresses lost during SendNow to Send conversion. In addition, SEND does not remember email addresses. Boooo!

    Why would Adobe ignore such a convenient feature.
    It's a hassle to keep on entering the sale email addresses over and over again.

    Hi,
    According to the error message, outlook.com block your IP address. This may be caused by that your Exchange server was affected by some malware and send out many junk emails. Thus, I recommend you apply more Exchange server protection method:
    http://technet.microsoft.com/en-us/library/bb691338(v=exchg.141).aspx
    And you can use Sender Filter agent to block messages:
    http://technet.microsoft.com/en-us/library/bb124354(v=exchg.141).aspx
    Additionally, We understand the issue brings troubles and inconveniences to you. However, since your account is blocked by Outlook.com, We’d better post the issue on Outlook.com Forum for more help:
    http://answers.microsoft.com/en-us/windowslive/forum/liveid?tm=1362616605225&auth=1
    Thanks for your understanding in advance.
    Best regards,
    Angela Shi
    TechNet Community Support

  • Error in sender FCC

    Hi,
    I am facing an error in sender fcc its:
    Conversion of file content to XML failed at position 0: java.lang.Exception: ERROR converting document line no. 1 according to structure 'Pricebook_Data':java.lang.Exception: ERROR in configuration / structure 'Pricebook_Data.': More elements in file csv structure than field names specified!
    My source structure is :
    Pricebook_abc (root1)
                Pricebook_Data (root2)
                     field1
                     field2
    and my sender fcc is:
    Document name : Pricebook_abc
    Document namespace: urn:xxxxxxx
    Recordset name: pricebook
    Recordset structure: Pricebook_Data,*
    Recordsets per message: *
    Pricebook_Data.fieldNames     field1,field2
    Pricebook_Data.fieldSeparator     ,
    Pricebook_Data.endSeparator     'nl'
    ignoreRecordsetName     true
    I am unable to rectify the error. Please help me.
    Thanks & Regards,
    Pragathi.
    Edited by: Pragathi on Jan 15, 2010 1:40 PM
    Edited by: Pragathi on Jan 15, 2010 1:41 PM
    Edited by: Pragathi on Jan 15, 2010 1:41 PM

    Hi,
    The error was saying that.. the no of fields you are getting in the source are diff from that you have mentioned in FCC.
    Can you just copy and paste the source csv file? and the exact XML structure?
    Regards,
    Swetha.

  • Sender Adapter File Content Conversion - question

    Hi!
    Could you help me to make xml-file from csv?
    I have file like:
    12345#254#9765#89654
    55#9066#77127#47
    And i need file like:
    <dealings>
            <deal>
                    <field1>12345</field1>
                    <field2>254</field2>
                    <field3>9765</field3>
                    <field4>89654</field4>
            </deal>
            <deal>
                    <field1>55</field1>
                    <field2>9066</field2>
                    <field3>77127</field3>
                    <field4>47</field4>
            </deal>
    </dealings>
    I haven't key fields - all fields are accidental. And lengths of all fields are accidental.
    How to put content conversion parameters?
    Thank you.

    HI
    File Content prameters for the Sender Adapter
    http://help.sap.com/saphelp_nw04/helpdata/en/2c/181077dd7d6b4ea6a8029b20bf7e55/content.htm
    File content conversion sites
    http://help.sap.com/saphelp_nw04/helpdata/en/d2/bab440c97f3716e10000000a155106/content.htm
    Please see the below links for file content conversion..
    The specified item was not found. - FCC
    The specified item was not found. - FCC
    File Content Conversion for Unequal Number of Columns
    File Content Conversion for Unequal Number of Columns - FCC
    Content Conversion (Pattern/Random content in input file)
    Content Conversion (Pattern/Random content in input file) - FCC
    XI Configuration for MDM Integration - Sample Scenario - FCC - MDM
    XI in the role of a FTP
    XI in the role of a FTP
    File content conversion sites
    Introduction to simple(File-XI-File)scenario and complete walk through for starters(Part1)
    Introduction to simple (File-XI-File)scenario and complete walk through for starters(Part2)
    File Receiver with Content Conversion
    Content Conversion (Pattern/Random content in input file)
    NAB the TAB (File Adapter)
    Introduction to simple(File-XI-File)scenario and complete walk through for starters(Part1)
    Introduction to simple (File-XI-File)scenario and complete walk through for starters(Part2)
    How to send a flat file with various field lengths and variable substructures to XI 3.0
    Content Conversion (Pattern/Random content in input file)
    NAB the TAB (File Adapter)
    File Content Conversion for Unequal Number of Columns
    Content Conversion ( The Key Field Problem )
    The specified item was not found.
    File Receiver with Content Conversion
    http://help.sap.com/saphelp_nw04/helpdata/en/d2/bab440c97f3716e10000000a155106/content.htm
    Please see the below links for file content conversion..
    The specified item was not found. - FCC
    The specified item was not found. - FCC
    cheers

  • Configuration Communication channel File Sender Structure

    Hello all,
    I've a problem with configuration communication channel. My communication channel must be processed the following input structure:
    H
    HL00000015......
    T.....
    T.....
    D....
    HL...
    T....
    D....
    R....
    The first field is TYPE, it is my key value.
    HEADER.keyFieldValue H
    headerline.keyFieldValue HL
    line.keyFieldValue T
    detail.keyFieldValue D
    TOTAL.keyFieldValue R
    Recordset Name: file
    Recordset Structure:HEADER,1,headerline,,line,,detail,*,TOTAL1
    Recordset Sequence: Variable
    Recordset per Message *
    Key File Name TYPE
    I'd like that my structure will be the following, but i don't know if is it possible, because i haven't got any line for item tag.
    <file>
    <HEADER>
         <id>H</id>
    </HEADER>
    <item>
         <headerline>
              <id>HL</id>
              <num></num>
              <...></...>
         </headerline>
         <line>
              <id>T</id>
              <...></...>
         </line>
         <line>
              <id>T</id>
              <...></...>
         </line>
         <detail>
              <id>D</id>
              <...></...>
         </detail>
    </item>
    <item>
         <headerline>
              <id>HL</id>
              <num></num>
              <...></...>
         </headerline>
         <line>
              <id>T</id>
              <...></...>
         </line>
         <detail>
              <id>D</id>
              <...></...>
         </detail>
    </item>
    <TOTAL>
         <id>R</id>
    </TOTAL>
    </file>
    is it possible to do? How?
    Thanks in advanced.
    Regards,
    Gemma

    Hi ,
    I think its better idea to give you some more links in addition to above post and let youtry to achieve it instead of giving the direct solution.
    File Receiver with Content Conversion
    /people/arpit.seth/blog/2005/06/02/file-receiver-with-content-conversion
    Configuring the Receiver File/FTP Adapter
    http://help.sap.com/saphelp_nw04/helpdata/en/95/bb623c6369f454e10000000a114084/frameset.htm
    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
    Please see the below links for file content conversion..
    /people/michal.krawczyk2/blog/2004/12/15/how-to-send-a-flat-file-with-fixed-lengths-to-xi-30-using-a-central-file-adapter - FCC
    /people/michal.krawczyk2/blog/2004/12/15/how-to-send-a-flat-file-with-fixed-lengths-to-xi-30-using-a-central-file-adapter - FCC
    File Content Conversion for Unequal Number of Columns
    /people/jeyakumar.muthu2/blog/2005/11/29/file-content-conversion-for-unequal-number-of-columns - 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 to R/3 via ABAP Proxy
    /people/prateek.shah/blog/2005/06/14/file-to-r3-via-abap-proxy - FCC
    /people/mickael.huchet/blog/2006/09/18/xipi-how-to-exclude-files-in-a-sender-file-adapter - EOIO - File
    http://help.sap.com/saphelp_nw04/helpdata/en/ee/c9f0b4925af54cb17c454788d8e466/frameset.htm - cc
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/95/bb623c6369f454e10000000a114084/content.htm - fcc cOUNTER
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/da1e7c16-0c01-0010-278a-eaed5eae5a5f - conversion agent
    If still there is problem let us know so here the XI experties will definately add the solution for your query.
    Thanks
    swarup.

  • 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

  • Sender File adapter : Alert are possible.

    Dear All
    i had a Scenario of <u>file to jdbc</u>.I am using FCC(content conversion ) at sender file adapter.
    <b>if the file is not having proper text field,or if its's blank file...
    i want to generate an alert..</b>
    while testing with a blank file , my file sender adapter is giving the error but their are no alert...
    even in alert rule , i had specified file adapter ,Sender/Receive interface also
    Rsalerttest : working properly.
    Rsalertdisp : no dump for sender file adapter error
    <u>for mapping error my other alert rule are woking and generating the alert sucessfully</u>.. for the same interface
    any guess where could be the error..
    Regards
    Ajay Pant
    null
    Message was edited by:
            ajay pant

    HI,
    For alert configuration see the belowlinks,.But in your case if the send message having the empty fields, we can handle this in FCC parameters
    xml.fieldoptional = yes
    Parameter NameA.fieldFixedLengths defined.
    &#9675;       If the inbound structure contains more fields than in NameA.fieldNames or NameA.fieldFixedLengths the conversion is executed.
    Additional fields in the structure are ignored.
    &#9675;       If the inbound structure contains less fields than specified in NameA.fieldNames, conversion is terminated with an error message.
    If the last field only is shorter than defined or is missing completely, the conversion is executed. The contents of the last field are then applied to the XML element as found. Consequently, the value can be incomplete or empty.
    /people/michal.krawczyk2/blog/2005/09/09/xi-alerts--step-by-step
    for CCMS
    /people/aravindh.prasanna/blog/2005/12/23/configuring-scenario-specific-e-mail-alerts-in-xi-ccms-part--1 -- ccms alerts - 1
    /people/aravindh.prasanna/blog/2005/12/24/configuring-scenario-specific-e-mail-alerts-in-xi-ccms-part-2 -- ccms alerts -- 2
    /people/aravindh.prasanna/blog/2006/02/20/configuring-scenario-specific-e-mail-alerts-in-xi-ccms-part-3 -- ccms alerts --- 3
    Chilla

Maybe you are looking for