FCC problem

I am doing IDOC to file scenario...
It was working fine...All of a sudden it it throwing the fallowing error.
Could not process due to error: java.lang.Exception: Exception in XML Parser (format problem?):'java.lang.Exception: Message processing failed in XML parser: 'java.lang.Exception: Column value '20080923220037' too long (>9 for 14. column) - must stop', probably configuration error in file adapter (XML parser error)'
what could be the problem...the error which is showing above is date field.which is fine...

Here...Everything works fine....I mean even a flat file i getting generated...
Here we have got a segment from sender which has got 0..99999 occurrences...
when ever this segment occurs more than once,it throws above error,which is a date field of 14 length.which is fine..
because,when this segment occurs only once,flat file gets generated,everything is fine...but it happens,when we get this segment twice..
system error in RWB.....checkered flag in SXMB_MONI...
i copied the error from communication channel monitoring...
i even checked the queues,they are clean...what could be the problem
Edited by: Harsha reddy on Sep 24, 2008 3:14 AM

Similar Messages

  • FCC problem:  Empty document found. Proceed without sending message

    Hi all,
    I am doing FCC to FCC scenario.
    In that I am getting the following message in Communication channel Monitoring.
    <b>Channel CC_File_FILBAS009_Sender</b>: Entire file content converted to XML format
    <b>Channel CC_File_FILBAS009_Sender</b>: Empty document found. Proceed without sending message
    File "/temp/xidelivery/send/FILBAS009_input.txt" archived after processing
    and My File structure is as follows..
    RS
    -HEADER
    Field1
    Field2
    Field3
    -DATA
    Field4
    Field5
    Field6
    -TRAILER
    Field7
    Field8
    Field9
    FCC Parameters are:
    RecordsetName : RS
    HEADER.fieldFixedLengths                   :  5,1,5
    HEADER.fieldNames                            :  Field1,Field2,Field3
    HEADER.keyFieldName                       :  Field2
    HEADER.keyFieldValue                       :  'H'
    HEADER.endSeparator                        :  'nl'
    In the same way I gave conversion parameters to DATA and TRAILER also.
    Can any one tell me what is the problem?
    Regards,
    Pavani

    hi pavani,
    excuse me about my previous reply.
    I was just checking your FCC parameters. I see fieldseparator missing and also is it possible to paste sample input data.
    I fieldsepartor is also not necessary since you have fiexedlengths. Since you say FCC to FCC and you paste the receiver FCC parameters
    regards
    Ramesh P
    Message was edited by:
            Ramesh P

  • JMS Receiver FCC Problem After Upgraded from SP19 to SP22 in XI3.0

    Hello,
    I am facing a problem in my Receiver JMS adapter in FCC just after the upgrading it from SP19 to SP22 in XI 3.0 by our basis consultant. Before that everything was working perfect in DEV.
    I am getting the below mentioned error in CC monitoring.
    > MP: Exception caught with cause com.sap.aii.messaging.adapter.trans.TransformException: Error converting Message: 'java.lang.Exception: Exception in XML Parser (format problem?):'java.lang.NullPointerException''; nested exception caused by: java.lang.Exception: Exception in XML Parser (format problem?):'java.lang.NullPointerException'
    This problem is happening in other scenario too in our DEV system.
    But at the same time since we have not applied any upgrade in QA therefore same scenario is working fine.
    Regards,
    Sarvesh

    Ok Friends...
    I got the solution from SAP.. there was a problem in the SP22 for XI 3.0 which I donloaded from Service Market Place. Now I have applied the correct SP22 to my system and now it is working fine...
    I hope this may help you...
    Regards,
    Sarvesh

  • Sender FCC , problem with Repeating Field under a Sub-structure

    Hi,
    I have an Input File as
    D,TH_ ,10/31/2008,ABC,pieces
    PF, 10/31/2008,11/2/2008,11/3/2008,11/4/2008
    P,mat,CS,100,120,130,125,150,170,120
    P,mat,CS,100,120,100,110,140,120,110
    I need to Implement an FCC to convert this to
    a Structure like this
      Recorset
        Header           1....1
            Unique Id
            date Time
            CustomerCode
            Code
            Unit
        Dates         1
         date          1....n
        Products       1....n
          product      1
          unit         1
          quantity     1.....n
    This this is a Variable recordset type ( i.e each ROW has a Different Structure) the following keys D,PF,P  are defined, for the header, dates, and Product Information.
    The Following FCC parameters are applied
    Document Name :  MT_FILE_INPUt
    Document NameSpace = http://xyz.com
    Recordset Name = "Recordset"
    Recordset structure = Header,1,Dates,1,Products,*
    keyname              = Key
    Keytype               = String
    Header.FieldSeprator = ,
    Header.FieldName = Unique Id,date Time,CustomerCode,Code,unit
    Header.keyValue = 'H'
    Dates.FieldSeprator = ,
    Dates.Fieldname   = 'date'
    Date.keyValue    = 'PF'
    Products.FieldSeprator = ,
    Product.FieldName =  product,unit,quantity
    Product.KeyValue  = 'P'
    Now the Problem is as Follows:
    1) I have a Repeating Field Quantity under the Product and Date under the Dates Sub-structure,  This is not getting Repeated at all.
    Is there a Way to achieve the same
    2) Another Point is That, i do not want to take the key Value in the XML structure after converion, is there a way to avoid it
    Please let me know if any blogs are available
    Any help would be appreciated.
    Thanks,
    Best Regards
    Abhishek

    can u try.. i haven't tired this.
    quantity is occuring multiple times, but if that is fixed no# of occurance,, you can can try with this?
    P,mat,CS,100,120,130,125,150,170,120
    Product.FieldName = product,unit,quantity,quantity,quantity,quantity,quantity,quantity
    let me try ..
    As long as the quanitfy defined under Product.FieldName are more than the input msg quantity values (100,120..), you will be safe...
    Edited by: Anand on Oct 31, 2008 3:54 PM

  • FCC Problems

    Hi,
    I have a recordset structure like this.
    DTLegacyHeader,DTLegacyItemMasterData,DTLegacyTrailer
    The communication channel is giving an error like KeyFieldName is mandatory.  What do i need to specify in the FCC
    This is the Recordset Structure
    DTLegacyHeader,1,DTLegacyItemMasterData,*,DTLegacyTrailer,1
    I have specified the necessary parameters like field separator, end separator,ignore recordset etc.,
    Let me know what woyuld be the error.

    HI krish,
    Use KEY FIELD = KZ
    And in the
    Recordset.fieldNames : KZ,FIELD1,FIELD2,FIELD3
    Recordset.keyFieldValue : 1
    Recordset.fieldNames : KZ,FIELD4,FIELD5,FIELD6
    Recordset.keyFieldValue : 2
    You can define your text file format starting with 1 for header and 2 for Items etc.
      Can you give your configurations in FCC and file structure(TEXT FILE) you sent.
    NOTE : The keyfield is used only to differentiate the records in your file as Header data or Item data or Condition data etc.
    example file:
    1  Field1 Filed2 Field3
    2  Field4 Filed5 Field6
    2  Field4 Filed5 Field6
    2  Field4 Filed5 Field6
    Hope this will solve your problem.
    cheers
    Edited by: Gangadhar G on Jul 28, 2009 5:41 PM
    Edited by: Gangadhar G on Jul 28, 2009 5:43 PM

  • FCC problem in Sender Communication Chaneel

    Hi
    in a i/b scenario my file has the following csv structure
    1#XI_DOC#XI_DOC#XI_DOC
    2#Amit#Kumar#shivhare
    i need this to be converted in to the form
    <?xml version="1.0" encoding="UTF-8"?>
    <ns0:MT_FILE xmlns:ns0="http://SAPBPMTesting.com">
       <DT_Header>
          <File_Type>XI_DOC</File_Type>
          <File_Name>XI_DOC</File_Name>
          <File_Ext>XI_DOC</File_Ext>
       </DT_Header>
       <DT_CONTENT>
          <FisrtName>Amit</FisrtName>
          <MiddleName>Kumar</MiddleName>
          <LastName>Shivhare</LastName>
       </DT_CONTENT>
    </ns0:MT_FILE>
    so in the content conversion tab i have given the following values
    doc name MT_FILE
    doc name space http://SAPBPMTesting.com
    doc offset
    recordset name DT_File
    recordset namespace
    recordset structure  DT_Header,DT_CONTENT,*
    recordset sequence ascending
    record sets per message 1
    key field name  KZ
    key field type integer
    DT_Header.fieldSeparator     #
    DT_Header.endSeparator     'nl'
    DT_Header.fieldNames     KZ,File_Type,File_Name,File_Ext
    DT_Header.keyFieldValue     1
    DT_Header.keyFieldInStructure      ignore
    DT_CONTENT.fieldSeparator     #
    DT_CONTENT.endSeparator     'nl'
    DT_CONTENT.fieldNames     KZ,FisrtName,MiddleName,LastName
    DT_CONTENT.keyFieldValue     2
    DT_CONTENT.keyFieldInStructure      ignore
    ignoreRecordsetName     true
    i get an error in file sender adaptor as
    Conversion initialization failed: java.lang.Exception: java.lang.Exception: java.lang.Exception: Error(s) in XML conversion parameters found: Format error in 'xml.recordset' argument: incomplete structure (name,number) pair
    can u pls suggest if the procedure followed is correct

    Thnaks Vijay
    that problem solved
    but one problem still comming when i have sent data like
    1#XI_DOC#XI_DOC#XI_DOC
    2#Amit#Kumar#shivhare
    2#Snit#Kumar#dasarahe
    then in output structure only following XML is generated
    <?xml version="1.0" encoding="UTF-8" ?>
    - <ns0:MT_FILE xmlns:ns0="http://SAPBPMTesting.com">
    - <DT_Header>
      <File_Type>XI_DOC</File_Type>
      <File_Name>XI_DOC</File_Name>
      <File_Ext>XI_DOC</File_Ext>
      </DT_Header>
    - <DT_CONTENT>
      <FisrtName>Amit</FisrtName>
      <MiddleName>Kumar</MiddleName>
      <LastName>shivhare</LastName>
      </DT_CONTENT>
      </ns0:MT_FILE>
    i.e last line of input file not come in XML structure 
    Thanks
    Amit

  • FCC: Problems with content conversion

    Dear all,
    I have a receiver FTP adapter with content conversion. In RWB I'm facing following error message:
    Adapter Framework caught exception: Exception in XML Parser (format problem?):'java.lang.Exception: Message processing failed in XML parser: 'java.lang.Exception: Consistency error: more fields found in XML structure than specified in conversion parameters! (Value 'FCOTUPI')', probably configuration error in file adapter (XML parser error)'
    The field with value FCOTUPI could be found in POS recordset. I double check the length of columns but couldn't find
    an error.
    CC configuration:
    Recordset structure: HEADER,POS,SUBPOS
    HEADER.fieldFixedLengths = 8,4,8
    POS.fieldFixedLengths = 8,20,15,3
    SUBPOS.fieldFixedLengths = 5,5
    HEADER.fixedLengthTooShortHandling = Cut
    POS.fixedLengthTooShortHandling = Cut
    SUBPOS.fixedLengthTooShortHandling = Cut
    As you can see by the names, I am using as XML to convert a structure with subnodes. In documentation it said
    that it is not allowed, but in some threads I found the information that structure could be processed.
    Any ideas how to solve this problem?
    Thanks
    Chris

    Dear Amit,
    thanks for your answer. I already checked this blog, but hoped for other solutions.
    My problem: I tried to map my hierarchical structure to a flat structure.
    Source
    Struc1 (0..unbounded)
    -Item1.1
    -Struc2 (0..unbounded)
    --Item 2.1
    --Struc3 (0..unbounded)
    ---Item3.1
    Target:
    Struc1 (0..unbounded)
    -Item1.1
    Struc2 (0..unbounded)
    -Item 2.1
    Struc3 (0..unbounded)
    -Item3.1
    But if e.g. the Struc2 appears two time it will be created two time in target structure before
    the Struc3 is created. But ths Struc3 belongs to Struc2 and should be created in flat file under
    Struc2 directly.
    How can we created a flat structure like this
    Struc1
    Struc2
    Struc3
    Struc3
    Struc2
    Struc3
    Thanks
    Chris

  • FCC - Problem with Occurence of values

    Hi well i will have to transform data via FCC. The recieving data e.g. DT_Test has an element with occurence 0..1. because of '0' there is the possibilty that this element will be left blank, so nothing will be transferred.
    in FCC on receiver side i have to give the parameter '.fieldFixedLengths' and i am not able to say XI: " Well if the field is blank, don't use the value given in fieldFixedLengths!
    br Jens

    Hi,
    May be you can use "Exists" node function in the mapping program.
    Hope this helps.
    -Prasad Babu.

  • FCC - Problem with occurence

    Hi well i will have to transform data via FCC. The recieving data e.g. DT_Test has an element with occurence 0..1. because of '0' there is the possibilty that this element will be left blank, so nothing will be transferred.
    in FCC on receiver side i have to give the parameter '.fieldFixedLengths' and i am not able to say XI: " Well if the field is blank, don't use the value given in fieldFixedLengths!
    br Jens

    Hi Jens,
    you can solve that as well with XSLT and an if-condition on string lenght of source field:
    <xsl:if test="//string-length(//myField) != 0"><fieldFixedLengths...
    Regards,
    Udo

  • Receiver FCC Problem

    Hi all,
    My Scenario is IDOC to File.
    My Requirment is to produce the Sample Text File as
    f1*f2*f3
    f4*f5*f6
    f7*f8*f9
    f4*f5*f6
    f7*f8*f9
    f4*f5*f6
    f7*f8*f9
    Here Body1, Body2 Values are coming in alternative side.
    Based on the Occurences of E1MARAM Segments, We should have as many as Body1 , Body2 Values repeated as an alternative node.
    But I am getting the Output as
    f1*f2*f3
    f4*f5*f6
    f4*f5*f6
    f4*f5*f6
    f7*f8*f9
    f7*f8*f9
    f7*f8*f9
    Here Body1,Body2 Values are grouped together.
    I Created the Datatype as
    RecordSet
        Header    1-1
          f1,f2,f3
        Body1     0-unbounded
          f4,f5,f6
        Body2     0-unbounded
          f7,f8,f9
        Is there Any Possible Solution to have Alternate Segments Body1,Body Values in text File.
    Thanks
    Gabriel

    Hi Gabriel,
    Change the Structure in data type as
    RecordSet
        Header    1-1
          f1,f2,f3
        Body         0-unbounded
          Body1     0-1
           f4,f5,f6
          Body2     0-1
           f7,f8,f9
    so that you can get alternative values, as Body repeats as many times as your condition is true.
    in FCC, provide the RecordSet Structure as Header,Body1,Body2
    Thanks & Regards,
    Pragathi.

  • Nested structure and FCC problem (Header Problem)

    Hi all,
    I have a target structure like this:
    MT
    -Recordset (0..unbounded)
    --field1 (1)
    --field2 (1)
    Record (0..unbounded)
    field6 (0..1)
    field7 (0..1)
    After mapping:
    MT
    -Recordset (0..unbounded)
    --field1 (1)
    --field2 (1)
    Record (0..unbounded)
    field6 (0..1)
    field7 (0..1)
    -Recordset (0..unbounded)
    --field1 (1)
    --field2 (1)
    Record (0..unbounded)
    field6 (0..1)
    field7 (0..1)
    -Recordset (0..unbounded)
    --field1 (1)
    --field2 (1)
    Record (0..unbounded)
    field6 (0..1)
    field7 (0..1)
    I need header like this after FCC:
    field1,field2, field6,field7
    But Iu2019m getting something like this:
    field1,field2,Record (Because of the nested structure, I can't change the structure)
    I have used xml.addHeaderLine = 1 it didnu2019t work it gives something like the above structure.
    I have also used xml.HeaderLine = field1,field2,field6,field7  and xml.addHeaderLine =3
    Nothing is working is there any option.
    Thanks,
    Srinivas
    Edited by: Srinivas Davuluri on Jul 17, 2008 10:13 PM

    Hi,
    one option could be
    RecordSet.addHeaderLine = 3
    Recordset.headerLine = field1<ur seperator>field2<ur seperator> field6<ur seperator> field7
    Edited by: Progirl Progirl on Jul 18, 2008 9:50 AM

  • Reciever channel  FCC problem

    I am getting this error in FCC  in reciever  channel
    Message processing failed. Cause: com.sap.engine.interfaces.messaging.api.exception.MessagingException: Channel has not been correctly initialized and cannot process messages
    Please help on this ..
    Regards
    Ninad

    Hi Sameer /abhishek
    This is recv  file content conversion
    My FCC parameters are
    Recordset Structure  ::     SAPLinkdata
    SAPLinkdata.fieldSeparator : ,
    SAPLinkdata.endSeparator  :  'nl'
    Let me know now ?

  • Reciever content conversion for File adapter.

    Hi ,
    I am doing Idoc to file scenario,it is working fine without any FCC in the reciever file adapter but its failing when I use FCC.getting the error like
    "Conversion initialization failed: java.lang.Exception: java.lang.Exception: Error(s) in XML conversion parameters found: Parameter 'STRUC.fieldFixedLengths' or 'STRUC.fieldSeparator' is missing "
    I know this error is because of FCC problem.
    I am getting this xml structure without FCC in the rec file adapter
    <?xml version="1.0" encoding="UTF-8" ?>
    - <ns0:DataRec_MT xmlns:ns0="http://xyz.....">
    - <SET>
    - <STRUC>
    <PERNR>0000185</PERNR>
    <ENAME>xyz m xyz</ENAME>
    <NACHN>xyz</NACHN>
    </STRUC>
    </SET>
    </ns0:DataRec_MT>
    I want to get 00000185||xyz m xyz ||xyz format
    I am using these FCC parameters
    STRUC.fieldNames fld1,fld2,fld3 etc
    STRUC.fieldSeparator ||(do I need to put this in ' ' ?)
    STRUC.endSeparator 'nl'
    do I need to add any more parameters or not supposed to use any parameters.
    please help.
    I tried with different combinations but no luck.
    i have DT created with stucture like
    DT_xyz
      Recset
         Record set structure.
    and I maintained all with the same case for field names,recordset structure,record set etc
    I searched blogs and links,and I will keep on.
    and what if if we dont get a value for a field in the record structure?whole FCC gonna fail?
    thank you,
    Babu

    Ramana and Raj,
    I tried both options but,still getting error.
    Recordset structure : STRUC
    STRUC.fieldSeparator ||
    STRUC.endSeparator 'nl'
    or
    Recordset Structure: STRUC
    Try with these parameters
    STRUC.addHeaderLine=0
    STRUC.fieldSeparator = ||
    STRUC.endSeparator = 'nl'
    I get this error in File  CC
    <b>Channel has not been correctly initialized and cannot process messages
    Conversion initialization failed: java.lang.Exception: java.lang.Exception: Error(s) in XML conversion parameters found: Parameter 'STRUC.fieldFixedLengths' or 'STRUC.fieldSeparator' is missing </b>
    and when I furthur click on the message ID in CC I get this error
    <b>Success File adapter receiver: processing started; QoS required: ExactlyOnce
    2007-08-01 08:02:57 Error File adapter receiver channel CC_File_RECV is not initialized. Unable to proceed: null
    2007-08-01 08:02:57 Error Exception caught by adapter framework: Channel has not been correctly initialized and cannot process messages
    2007-08-01 08:02:57 Error Delivery of the message to the application using connection File_http://sap.com/xi/XI/System failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: Channel has not been correctly initialized and cannot process messages</b>
    any suggestions?
    thank you.

  • Mapping  problem due to FCC in sender file adapter

    Hi All
    I am doing File( Flat File ) to RFC Scenario.it is working fine..
    the problem comes in mapping with multiple records.
    FCC at sender file adapter is used
    my Data Type are :
    Source DT                      Target RFC import parameter(table).
    E2ED20*                            ITEM*
        KEY                                    VBELN
        VBELN                                 POSNR                                                
    E2E24*                                     CHARG
        KEY
        POSNR                             
        CHARG
    <b>*->>multiple occurence
    E2ED20  and E2E24 are 2 segment ,KEY is used in FCC to identify E2EDL20 & E2EDL24</b>
    My source text file is like this :
    E2EDL20                       0200
    E2EDL24                       xyz
    E2EDL20                       0201
    E2EDL24                       abc
    E2EDL24                       efg
    E2EDL24                       mln                      
    E2EDL20                       0202
    E2EDL24                       gty
    so the payload should be :
      0200   xyz
      0201   abc
      0201   efg     
      0201   mln
      0202   gty
    in <i>FCC ignoer record set= true</i>
    otherwise is not called...
    i try to use split by value & use oneasmany  , not helpfull.
    in message mapping when i checked th field VBELN -> display queue
    i am getting an array   0200
                                     0201
                                     0202  in white fields
    thanks & regards
    Ashutosh Rawat

    <b>Source payload</b>
      <?xml version="1.0" encoding="utf-8" ?>
    - <ns:MT_MATNO_FILE xmlns:ns="urn:abc:xxx">
    - <E2ED20>
      <KZ>E2EDL20</KZ>
      <FIELD1>020</FIELD1>
      <b><VBELN>0083662685</VBELN></b>
      </E2ED20>
    - <E2E24>
      <KZ>E2EDL24</KZ>
      <FIELD2>020</FIELD2>
      <POSNR>900001</POSNR>
      <CHARG>1078629</CHARG>
      <LFIMG>3200</LFIMG>
      <MEINS>PCE</MEINS>
      </E2E24>
    - <E2E24>
      <KZ>E2EDL24</KZ>
      <FIELD2>020</FIELD2>
      <POSNR>900002</POSNR>
      <CHARG>1078630</CHARG>
      <LFIMG>1895</LFIMG>
      <MEINS>PCE</MEINS>
      </E2E24>
    - <E2E24>
      <KZ>E2EDL24</KZ>
      <FIELD2>020</FIELD2>
      <POSNR>900003</POSNR>
      <CHARG>1079145</CHARG>
      <LFIMG>1883</LFIMG>
      <MEINS>PCE</MEINS>
      </E2E24>
    - <E2E24>
      <KZ>E2EDL24</KZ>
      <FIELD2>020</FIELD2>
      <POSNR>900004</POSNR>
      <CHARG>1079146</CHARG>
      <LFIMG>3195</LFIMG>
      <MEINS>PCE</MEINS>
      </E2E24>
    - <E2ED20>
      <KZ>E2EDL20</KZ>
      <FIELD1>020</FIELD1>
    <b> <VBELN>0083662648</VBELN></b>
      </E2ED20>
    - <E2E24>
      <KZ>E2EDL24</KZ>
      <FIELD2>020</FIELD2>
      <POSNR>900011</POSNR>
      <CHARG>1001450</CHARG>
      <LFIMG>2946</LFIMG>
      <MEINS>8PC</MEINS>
      </E2E24>
    - <E2ED20>
      <KZ>E2EDL20</KZ>
      <FIELD1>020</FIELD1>
    <b> <VBELN>0083673936</VBELN></b>   </E2ED20>
    - <E2E24>
      <KZ>E2EDL24</KZ>
      <FIELD2>020</FIELD2>
      <POSNR>900012</POSNR>
      <CHARG>1073953</CHARG>
      <LFIMG>2458</LFIMG>
      <MEINS>PCE</MEINS>
      </E2E24>
      </ns:MT_MATNO_FILE>
    <b>at target what required is</b>
    <item>
    <b><VBELN>0083662685</VBELN></b>
    <POSNR>900001</POSNR>
    </item>
    <item>
    <b><VBELN>0083662685</VBELN></b>
    <POSNR>900002</POSNR>
    </item>
    <item>
    <b><VBELN>0083662685</VBELN></b>
    <POSNR>900003</POSNR>
    </item>
    <item>
    <b><VBELN>0083662685</VBELN></b>
    <POSNR>900004</POSNR>
    </item>
    <item>
    <b><VBELN>0083662648</VBELN></b>
    <POSNR>900011</POSNR>
    </item>
    <item>
    <b><VBELN>0083673936</VBELN></b>
    <POSNR>900012</POSNR>
    </item>
    in Sender FCC
    E2ED20.fieldFixedLengths               7,76
    E2ED20.fieldNames                            KZ,VBELN
    E2ED20.keyFieldValue              E1EDL20
    E2ED20.endSeparator              'nl'
    E2E24.fieldFixedLengths              7,24,13,7,3
    E2E24.keyFieldValue                              E1EDL24
    E2E24.fieldNames                               KZ,POSNR,CHARG,LFIMG,MEINS
    E2E24.endSeparator                              'nl'
    ignoreRecordsetName              true
    source file is already there...
    Message was edited by:
            ashutosh rawat

  • Problem in Sender File Adapter using FCC with Variable structure

    Hi Experts,
    Hi Experts,
    I have facing an issues while using FCC in Sender File adapter. Below are the configs for the same:-
    Recordset structure required is ==HEADER,1,DATA,*,TRAILER,1
    Recordset per message == *
    Key Field Name == Key
    (Sorry i dont know how to insert screen shot here..pls tell me how can i insert screen shots here on sdn)
    HEADER.fieldSeparator           ,
    HEADER.endSeparator           u2018nlu2019
    HEADER.fieldNames               Key,x,y,zu2026
    HEADER.keyFieldValue          1
    HEADER.keyFieldInStructure      ignore
    HEADER.fieldContentFormatting     trim
    HEADER.additionalLastFields     ignore
    HEADER.missingLastFields     ignore
    DATA.fieldSeparator
    DATA.endSeparator
    DATA.fieldNames
    DATA.keyFieldValue
    DATA.keyFieldInStructure
    DATA.fieldContentFormatting
    DATA.additionalLastFields
    DATA.missingLastFields
    Using same variables for Trailer record as well.
    Source CSV file which i am picking:-
    ADSE ,RASD,replan  Contact ,2  0080509 0 8:43:25   ,        
    EMPL ,0011111,  S Top Up ,20080401  ,20080430  ,sdf  ,                          00000000431250  ,2007                                    ,  ,  ,  ,  ,  ,20080414  18:07:35,
    EMPL ,0222222,  r Cash Award ,20070701  ,20070703  ,ded  ,                          00000000023509  ,2007                                    ,  ,  ,  ,  ,  ,20080414  18:09:31,
    EMPL ,0233333,   Cash Award ,20070801  ,20070831  ,df  ,                          00000000044057  ,2007                                    ,  ,  ,  ,  ,  ,20080414  18:10:56,
    EMPL ,0244444,   Cash Award ,20080101  ,20080111  ,sf  ,                          00000000026717  ,2007                                    ,  ,  ,  ,  ,  ,20080414  18:08:29,
    BTRL ,   5140, 
    When i tested the scenario and monitored it using MDT in CC monitoring tool its giving me below mentioned error.
    The XML page cannot be displayed
    Cannot view XML input using style sheet. Please correct the error and then click the Refresh button, or try again later.
    XML document must have a top level element. Error processing resource 'http://myurlname/mdt/me...
    However if i change the occurence of DATA as some specific value for eg 4 instead of * it works fine.
    Kindly help me in solving this problem.
    Thanks,
    Aditya Verma

    Hi Madan,
    Thanks a lot for giving me the way to this. But when i tested this with the below file its giving me the same error. Please let me know if i need to do any changes to the parameters mentioned above:-
    ADSE ,ASDA,Sha  replan Fr ont Feed Contact ,2  0080509 0 8:43:25   ,        
    EMPL ,0011111,   Cash Top Up ,20080401  ,20080430  ,TPV  ,                          00000000431250  ,2007                                    ,  ,  ,  ,  ,  ,20080414  18:07:35,
    EMPL ,0222222,   r Cash Award ,20070701  ,20070703  ,TPV  ,                          00000000023509  ,2007                                    ,  ,  ,  ,  ,  ,20080414  18:09:31,
    EMPL ,0233333,  r Cash Award ,20070801  ,20070831  ,TPV  ,                          00000000044057  ,2007                                    ,  ,  ,  ,  ,  ,20080414  18:10:56,
    EMPL ,0244444,   Cash Award ,20080101  ,20080111  ,TPV  ,                          00000000026717  ,2007                                    ,  ,  ,  ,  ,  ,20080414  18:08:29,
    EMPL ,0255555,   Cash Award ,20080301  ,20080320  ,TPV  ,                          00000000027870  ,2007                                    ,  ,  ,  ,  ,  ,20080414  18:08:25,
    EMPL ,0266666,   Cash Award ,20071001  ,20071020  ,TPV  ,                          00000000020681  ,2007                                    ,  ,  ,  ,  ,  ,20080414  18:09:31,
    EMPL ,0877777,   Cash Top Up ,20080401  ,20080430  ,TPV  ,                          00000000036000  ,2007                                    ,  ,  ,  ,  ,  ,20080414  18:07:05,
    EMPL ,0888888,   Leaver Cash Award ,20071201  ,20071231  ,TPV  ,                          00000000157200  ,2007                                    ,  ,  ,  ,  ,  ,20080414  18:11:29,
    EMPL ,0899999,  S Leaver Cash Award ,20080301  ,20080331  ,TPV  ,                          00000000153530  ,2007                                    ,  ,  ,  ,  ,  ,20080414  18:07:42,
    EMPL ,0800000,  S Leaver Cash Award ,20070701  ,20070731  ,TPV  ,                          00000000012234  ,2007                                    ,  ,  ,  ,  ,  ,20080414  18:08:34,
    BTRL ,   5140,
    This the original csv file which i'll get in live. Kindly suggest as ur solution worked with other file but not working with this scv file.
    Thanks a lot,
    Aditya.

Maybe you are looking for

  • ITunes not running after Safari and Quick Time update

    HELP NEEDED!!After updating to the latest version of Safari and Quick Time, i got this error message the next time I started my computer: "AppSyncNotifier.exe: The program can't start because CoreCoundation.dll is missing from your computer. Try rein

  • Help request for digital ou

    This is possible to connect a digital out of a sound blaster audigy 2 to ampli of my home theater it use a optical cable ? if it possible how i make it please ? Thanx alot

  • Calender year quarter

    dear all, i would like to get year quater from my 0fiscper... is there anyway to do that?

  • Capturing Delta for Appending field in the extract structure

    I have a issue for capturing the delta value. zzdelco  is the field appended in the MC11VA0HDR and populating the data through user exit SELECT SINGLE DELCO FROM VBKD INTO L_DELCO WHERE VBELN = <FS_MC11VA0HDR>-VBELN " AND POSNR = '000000' . IF SY-SUB

  • Download for IE 9

    Need IE 9 download  for Windows 7