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

Similar Messages

  • 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

  • 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.

  • File Receiver Adapter FCC parameters

    Hi
    I have a File to File format via PI
    I have the following structure from the sender File adapter passing to receiver file adapter.
    The inbound structure as follow
    <CONTRACT>
    <HEADER>
        <X1>
        <X2>
    <LINE>
       <Y1>
       <Y2>
       <Y3>
    I have configured the FCC parameter at Receiver file adapter as follow
    HEADER.fieldseparator -    '0x09'
    LINE.fieldseparator  - '0x09'
    I can get Header and LINE items.
    But with mutiple records, I can only receive one record.
    I have tried a lot of combination based on the forum thread on this matter but to no avail
    I would like to seek your expert advice.
    Regards
    Fred

    The payload at the target adapter show only
    <Header>
    <Line>
    <Line>
    <Line>
    occurences is 1:unbounded
    I have also tried adding in Header.endSeparator - 'nl'
                                             Line.endSeparator - 'nl'
    but the output is still the same with one record.
    I have check the payload at Sender adapter CC
    and found it is coming as one record only
    though the source file has mulitple records.
    BTW, the source file structure is fixedlength with header indicator as H
    line indicator as L.
    Therefore I have set keyfield parameter in Sender adapter FCC as H and L

  • Adding EOF to XML file without using FCC

    Hello Experts,
    I have a simple File to File scenario with source and target files being XML  and simple mapping (No content conversion necessary). The issue which I face is described below:
    File is written by receiver File Adapter on the unix system, a third party Unix script tries to read the file and faces problems which they report is because the file is not ended correctly. When we try to open the files using vi editor, we also get a warning: [Last line is not complete].
    As a temporary solution the script is making sure the line is ended correctly. Can you advice me how from PI side I can make sure that the file ends properly. I was thinking to write a shell script and add it as a OS post processing command but I am not sure whether that will work and whether that is the best solution.
    Also the file name is generated dynamically using time stamps in the receiver side. Version of PI is 7.0 SP16
    Best Regards,
    Pratik

    Hi,
    When PI sends target file to file,it definely wellformed XML,anyway you are sending XML file.
    If you are nor using any mapping,,just copying file from one to other,then problem with test data,may be source data doesnot have EOF tag.
    check/test in message mapping,it gives valid xml structures in out put,then problem with your data.
    Regards,
    Raj

  • Problem in Archiving File From FTP Server to XI File Server Using FCC

    Hi,
    The scenario is file to IDOc. XI has to read the input file from client FTP server and archive it to XI local file server. Archiving on XI server is working fine without FCC (for xml files). But with FCC, the sender FTP adapter is archiving empty files (0 kb files).
    I've checked SXMB_MONI, even there I can see the file data and the IDoc is getting posted with proper data. But, the archived file is empty. Not sure about the problem.
    Please suggest. Thanks in advance.
    Regards,
    Joe.

    Hi,
    File adapter has the functionality which support the empty file handling.
    Handling of Empty Files
    Specify how empty files (length 0 bytes) are to be handled.
    ○ Do Not Create Message
    No XI messages are created from empty files.
    The files are processed according to the selected Processing Mode.
    For example, if the processing mode is Delete, empty files are deleted in the source directory.
    ○ Process Empty Files
    XI messages are created with an empty main payload.
    The files are processed according to the selected Processing Mode.
    ○ Skip Empty Files
    No XI messages are created from empty files.
    Empty files are skipped and remain in the source directory.
    refer the belwo link:
    http://help.sap.com/saphelp_nw04/helpdata/en/ae/d03341771b4c0de10000000a1550b0/frameset.htm
    reward points if helpful*
    thanks
    SAPXI

  • Where to find files received using Bluetooth?

    I received some files from Bluetooth with extension .rar but I can,t find them ? Any one to help

    Don't think you can open a .rar file on your WP without installing an app called unRAR from the Marketplace on your phone first. 

  • Urgent File receiver adapter fcc

    hi all,
    <?xml version="1.0" encoding="UTF-8"?>
    <ns0:MT_ORDERS xmlns:ns0="urn:abb-com:kwe:purchaseorderdelivery:th">
       <E2EDK01005>
          <SEGMENT>1</SEGMENT>
          <CURCY>1</CURCY>
          <BELNR/>
          <RECIPNT_NO>23</RECIPNT_NO>
       </E2EDK01005>
       <E2EDP01006>
          <SEGMENT>1</SEGMENT>
          <POSEX>123</POSEX>
          <ACTION>23</ACTION>
       </E2EDP01006>
       <Z2EKETX000>
          <SEGMENT>1</SEGMENT>
          <EINDT>23</EINDT>
       </Z2EKETX000>
       <E2EDP19001>
          <SEGMENT>1</SEGMENT>
          <IDTNR>12</IDTNR>
       </E2EDP19001>
       <Z2EKKNX000>
          <SEGMENT>1</SEGMENT>
          <VBELN>122</VBELN>
       </Z2EKKNX000>
    </ns0:MT_ORDERS>
    i have traget mapping like above .
    i have file output data to be outputed  in line wise i.e
    E2EDK01005 ..
    E2EDP01006 ..
    Z2EKETX000 ..
    when i tested data is coming is single line
    i ahve given field sepator and end line parameters .
    plz tell me how can achive above format.
    Thanks
    Sridhar

    thanks for ur time ,
    fccc
    i had mentioned these parameters as below
    recordset E2EDK01005 ,E2EDP01006,Z2EKETX000,E2EDP19001,Z2EKKNX000
    E2EDK01005.fieldSeparator = ,
    E2EDK01005.endSeparator = 'nl'
    for all the remaining also same thing i mentioned
    Thanks
    Edited by: sridharreddy  marte on Mar 6, 2008 11:58 AM

  • File to file using fcc

    Hi Experts,
         i am doing file to file scenario using fcc.in that i want to send multiple records as an xml file and i have to display that records in the receiver side.
    thnaks in advance
    lokesh

    You can set the parameter Recordsets per message to *, otherwise also it is set to * by default.
    This link is for your reference to set all the parameters in FCC.
    http://help.sap.com/saphelp_nw70/helpdata/EN/0b/9a50465ccf84479e39a6d50c90fb3f/frameset.htm

  • Error in file to file using FCC

    hey guys
    i m doin File to file scenario using FCC and getting the followin error in message mapping when i load the payload from SXMB_MONI
    23:43:10 Start of test
        Fatal Error: com.sap.engine.lib.xml.parser.ParserException: XML Declaration not allowed here.(:main:, row:1, col:8)
      23:43:10 End of test
    the payload is of the form
      <?xml version="1.0" encoding="utf-8" ?>
    - <ns:DT_sender xmlns:ns="http://thoughtbyte.com">
    - <Recordset>
    - <Row>
      <Name><?xml version="1.0" encoding="utf-8" ?></Name>
      </Row>
    - <Row>
      <Name>- <ns:DT_sender xmlns:ns="http://thoughtbyte.com"></Name>
      </Row>
    - <Row>
      <Name>- <Recordset></Name>
      </Row>
    - <Row>
      <Name>- <Row></Name>
      </Row>
    - <Row>
      <Name><Name><?xml version="1.0" encoding="UTF-8"?></Name></Name>
      </Row>
    - <Row>
      <Name></Row></Name>
      </Row>
    - <Row>
      <Name>- <Row></Name>
      </Row>
    - <Row>
      <Name><Name><ns:MT_sender xmlns:ns="http://thoughtbyte.com"></Name></Name>
      </Row>
    - <Row>
      <Name></Row></Name>
      </Row>
    - <Row>
      <Name>- <Row></Name>
      </Row>
    - <Row>
      <Name><Name><Recordset></Name></Name>
      </Row>
    - <Row>
      <Name></Row></Name>
      </Row>
    - <Row>
      <Name>- <Row></Name>
      </Row>
    - <Row>
      <Name><Name><Row></Name></Name>
      </Row>
    - <Row>
      <Name></Row></Name>
      </Row>
    - <Row>
      <Name>- <Row></Name>
      </Row>
    - <Row>
      <Name><Name><Name>ewqe</Name></Name></Name>
      </Row>
    - <Row>
      <Name></Row></Name>
      </Row>
    - <Row>
      <Name>- <Row></Name>
      </Row>
    - <Row>
      <Name><Name><Age>das</Age></Name></Name>
      </Row>
    - <Row>
      <Name></Row></Name>
      </Row>
    - <Row>
      <Name>- <Row></Name>
      </Row>
    - <Row>
      <Name><Name><Dept>fggfgf</Dept></Name></Name>
      </Row>
    - <Row>
      <Name></Row></Name>
      </Row>
    - <Row>
      <Name>- <Row></Name>
      </Row>
    - <Row>
      <Name><Name></Row></Name></Name>
      </Row>
    - <Row>
      <Name></Row></Name>
      </Row>
    - <Row>
      <Name>- <Row></Name>
      </Row>
    - <Row>
      <Name><Name></Recordset></Name></Name>
      </Row>
    - <Row>
      <Name></Row></Name>
      </Row>
    - <Row>
      <Name>- <Row></Name>
      </Row>
    - <Row>
      <Name><Name></ns:MT_sender></Name></Name>
      </Row>
    - <Row>
      <Name></Row></Name>
      </Row>
    - <Row>
      <Name></Recordset></Name>
      </Row>
    - <Row>
      <Name></ns:DT_sender></Name>
      </Row>
      </Recordset>
      </ns:DT_sender>
    any idea where the error might be?
    thanx
    ahmad

    hey guys
    i m still getting the same error,even though i have changed the payload
      <?xml version="1.0" encoding="utf-8" ?>
    <ns:DT_sender xmlns:ns="http://thoughtbyte.com">
    <Recordset>
    <Row>
      <?xml version="1.0" encoding="UTF-8"?>
      </Row>
    <Row>
      <ns:MT_sender xmlns:ns="http://thoughtbyte.com">
      </Row>
    <Row>
      <Recordset>
      </Row>
    <Row>
      <Row>
      </Row>
    <Row>
      <Name>dsfdf</Name>
      </Row>
    <Row>
      <Age>ghhg</Age>
      </Row>
    <Row>
      <Dept>gfgfg</Dept>
      </Row>
    <Row>
      </Row>
      </Row>
    <Row>
      </Recordset>
      </Row>
    <Row>
      </ns:MT_sender>
      </Row>
      </Recordset>
      </ns:DT_sender>
    i didnt knew why i waz getting <name></name> so i manually deleted them and also deleted the "-" and the pasted this in the file to be picked,file is pickin up but not being delivered and the error is still the same
    00:27:23 Start of test
        Fatal Error: com.sap.engine.lib.xml.parser.ParserException: XML Declaration not allowed here.(:main:, row:1, col:8)
      00:27:23 End of test
      thanx
    ahmad

  • Whats the use of 'Maximum Councurrency' in File Receiver adapter?

    Hi All,
            Whats the use of 'Maximum Councurrency' in File Receiver adapter?
    Xier

    Hello,
    Refer the  below thread and check it out my reply . I gave for JDBC adapter, but the concept is same for File/JDBC.
    Re: JDBC Adapter - One Connection prior to SP20
    Best regards,
    raj.

  • Using file receiver adapter with a different user

    Hello.
    I have a simple question (at least I think it is)
    Can I use a file receiver adapter (where the transport protocol is NFS - not FTP)
    so that a different user will access the directory (not the usual SAPServiceSID)?
    I don't see any place for using username and password, and using the FTP protocol is not possible
    because of security reasons.
    Any help Appreciated.

    Hello.
    Thanks for the quick answers.
    I'm sorry for not being clear enough before.
    I have a microsoft network share on a different server then the PI.
    When I use the path:
    server\share
    I manage to successfully put a file via the file receiver adapter, with NFS as the transport protocol.
    However in order to do this, the owner of the share had to give credentials to the user: SAPServiceSID of my PI system
    which is an active directory user.
    The owner wants me to use a local user instead.
    Can this be done with a local user?

  • 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..

  • 'File in Use' message is received when one user is in the report and another user tries to open the Excel template

    ‘File in Use’ message is received when one user is in the report and another user tried to open the excel template. how to make excel template shared for multiple users so the users don’t see the ‘File in Use’ message?

    Hi Febin,
    In addition to others’ replies, we can create a shared workbook and place it on a network location where several people can
    edit the contents simultaneously. For example, if the people in your work group each handle several projects and need to know the status of each other's projects, the group can use a shared workbook to track the status of the projects. All persons involved
    can then enter the information for their projects in the same workbook.
    Regarding how to do this,
     the following article can be referred to reference.
    Use a shared workbook to collaborate
    http://office.microsoft.com/en-in/excel-help/use-a-shared-workbook-to-collaborate-HP010096833.aspx
    Best regards,
    Frank Shen

  • Ignore last lines in a file using FCC

    Hello,
    can we ignore last two line in a file, when we are using FCC.
    in a file uploaded with some special char like $#@..... due to this mapping getting failed.
    i want to ignore last two lines in a file.
    Regards,
    Chinna

    Hi Chinna,
    you can also use replaceString funtion to remove all special character and then use result for date transformation like shown below.
    Hope it will be helpful for you.
    Regards
    Jitender

Maybe you are looking for

  • How to  create i view  in visual composer give details screenshots

    how to  create i view  in visual composer give details screenshots

  • Mouse pointer invisible - intel 945GM

    Hey people, thought I would document this in case others have problems.  I have partially solved the issue, but if someone knows a better solution please contribute.  I think this is specific to the intel xorg driver but not totally sure. I rebooted

  • Application module is not connected to a database

    Using JDev 11.1.1.3 I have an application that uses EJB and i have an application that uses business components. The EJB app needs to integrate some parts from the BC application so i package the BC model in a jar file and use it in my EJB to create

  • CAPS 5.1.3U3 problem with jar import

    Since we installed update release 3 for JCAPS 5.1.3 we have the following problem with the Enterprise Designer: 1) In a jcd I click "Import jar file" 2) I add or remove a jar file (same project directory). 3) I click close. result: I get an "Unexpect

  • Liquidated Damages calculation in Purchase Order

    How to capture the Liquidated Damages calculation in Purchase Order in SAP MM module? I have seen many posting with the answer that this is not standard process. But this is very important process in Purchasing and Liquidated Damages is very importan