FCC file to IDOC

File is picked successfully from source but converted to xml format, no messages in SXMB_MONI?

Hi
        Check this type error in Communication moniteing in Runtime workbench.
Check the data structure and length .
Regards
Upendra.v

Similar Messages

  • FCC File-XI-IDOC: Pl confirm the validity of parameters I have specified

    Hi,
    I have the scenario File-XI-IDOC. I have almost completed the IR and ID config minus the FCC part.
    Need to do the FCC for reading the file which will enable me to map it to IDOC structure.
    I have the following TextFile structure ( Note: each field in the file is fixed length )
    Header( 1 record)
    Data_header  (1 record)
    |_ Data_Item (Multiple records)
    Trailer
    As expected each node has multiple fields in it like:
    Header = Source, Destination, Date
    Data_header = Company, Country
    Data_item = Office1 address, postcode1,
    Data_item = Office2 address, postcode2,
    Data_item = Office3 address, postcode3,
    Trailer = Checksum, Carriage_return_value
    I have keyed in the following values into the various FCC parameters.
    Appreciate if you could confirm if they are correct. (pl provide correct values, if needed)
    Recordset_name: (should I put any value heer???)
    Recordset Structure: Header,1,Data_header,1,Data_item,*,Trailer,1
    Key field: (should I put any value heer???)
    Header.fieldfixedlengths = 10,10,8
    Header.endseparator = 1310   ( Header record ends with a carriage return value 13 followed by line feed character 10)
    Header.fieldnames = Source, Destination, Date
    Header.Keyfieldvalue = 1  (Should I put anything here??)
    Header.keyfieldinstructure = u2018ignoreu2019
    Data_Header.fieldfixedlengths = 4,4
    Data_Header.endseparator = 1310   ( Data Header record ends with a carriage return value 13 followed by line feed character 10)
    Data_Header.fieldnames = Company, Country
    Data_Header.Keyfieldvalue = 2  (Should I put anything here??)
    Data_Header.keyfieldinstructure = u2018ignoreu2019
    Data_Item.fieldfixedlengths = 40,7
    Data_Item.endseparator = 1310   ( Data Item record ends with a carriage return value 13 followed by line feed character 10)
    Data_Item.fieldnames = Company address, postcode
    Data_Item.Keyfieldvalue = 3  (Should I put anything here??)
    Data_Item.keyfieldinstructure = u2018ignoreu2019
    Trailer.fieldfixedlengths = 2,2,1
    Trailer.endseparator = T   ( Trailer  record ends with a character T)
    Trailer.fieldnames = Checksum, Carriage_return_value, End_value
    Trailer.Keyfieldvalue = 4  (Should I put anything here??)
    Trailer.keyfieldinstructure = u2018ignoreu2019
    Appreciate if you could confirm if they are correct.
    Thanks and Regards
    Shirin

    Hi,
    I am still confused with what do I do with the CR/LF character pair in my incoming file.
    If possible could you let me know the value you would put in the fieldFixedlengths, endSeparator fields in all the recordsets.
    As you can see all my data lines end with a value 1310, so do I not need to put it in FCC to let it know that data line is ending.
    Appreciate your response.
    Regards
    Shirin
    Header Section
    Field                             Length          Notes
    Source                             [10]     
    Destination                    [10]     
    Message ID                  [10]     
    Created Timestamp      [8]     
    CR/LF character pair        [4]           (Carriage return character (13) followed be line feed character (10) )
    Data_Header Section
    Field                             Length          Notes
    Company                         [4]
    Country                           [4]
    CR/LF character pair         [4]           (Carriage return character (13) followed be line feed character (10) )
    Data_item Section     
    Field                             Length          Notes
    Address                          [40]
    Postcode                          [7]
    CR/LF character pair          [4]           (Carriage return character (13) followed be line feed character (10) )
    So my file's Header and Data_header and Data_item will look like
    STARSYSTEMSAP       1234567890200812121310
    GB03GB  1310
    101chamberlayne drive, Preston,UK,      E149PL 1310

  • Error in File to IDOC Scenario

    Hi,
    I have File to IDOC scenario.
    I am getting error in sender file channel.
    "Conversion initialization failed: java.lang.Exception: java.lang.Exception: java.lang.Exception: Error(s) in XML conversion parameters found: Mandatory parameter 'xml.keyfieldName': no value found "
    Although I have used this parameter in content conversion 'xml.keyfieldName' (for each sub structure and defined a key field).
    Despite of this error in sender channel I am receiving the message in XI.
    But in XI also it throws error :
    "Unable to convert the sender service PG_TOM_CEEMEA_RU_SFA to an ALE logical system"
    Any help on this ?
    Thanks,
    Vikas

    Hello Vikas,
    I am getting error in sender file channel.
    "Conversion initialization failed: java.lang.Exception: java.lang.Exception: java.lang.Exception: Error(s) in XML conversion parameters found: Mandatory parameter 'xml.keyfieldName': no value found "
    Although I have used this parameter in content conversion 'xml.keyfieldName' (for each sub structure and defined a key field).
    Check your flat file structure whether the key field you have chosen is appropriate and also recheck the FCC details whether you have assigned the value for the key field i.e.  keyFieldValue.
    "Unable to convert the sender service PG_TOM_CEEMEA_RU_SFA to an ALE logical system"
    regarding the above error refer this
    https://wiki.sdn.sap.com/wiki/display/XI/Unable%20to%20convert%20Sender%20system%20to%20ALE%20logical%20system
    Regards,
    Prasanna

  • FILE to idoc scenario

    Hi,
    in one of my scenario  i am sending data from CSV file to idoc(ORDERS05).
    I have created on third party Technical System and assign business system and logical name(XYZ) for business system.
    I have done FCC in sender CC.
    Sender Partner Type is      KU.
    in receiver system  i need to do in bound configuration for Sender Partner Type     KU?
    From where i created Partner Profile for KU.
    regards
    Mohit

    check this blog this might help u:-
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/b0b355ae-0501-0010-3b83-8f2bb566fa47?quicklink=index&overridelayout=true
    also look at the same:-
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/cdded790-0201-0010-6db8-beb9bb2b2660?quicklink=index&overridelayout=true
    U can create partner type KU from We20 tcode in R3.
    chirag

  • IDOC Flat File-- XI-- IDOC

    Hi,
       I have a requirement wherein we have to read the IDOC flat file and post it as IDOC to SAP using XI. I understand we have to use the Flat File Sender adapter and the IDOC Receiver Adapter. On the Sender Side we have to define the Content Conversion to convert the IDOC Flat File to IDOC XML. Writing File Content Conversion for the IDOC Flat File would be very tedious because of the number of fields and fixed structure of the flat file.
      I have don through the following guide Section 3.2 where it talks abt converting IDOC to IDOC XML using reportRSEINB00.
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/xi/xi-how-to-guides/how%20to%20convert%20between%20idoc%20and%20xml%20in%20xi%203.0.pdf
    I am not clear how to invoke this report in the Flat File Sender adapter. Also is there any other approach.
    Thanks
    Rajeev Gupta

    Hi Rajeev
    You have a flatfile at the sender side so you dnt  have any feasiable option to do other than FCC....FCC is not a tediuos one...if you can provide the strucutrre we will help you out...
    Check out you have a fixedlength file or piple separated one....
    In the functional design how many fields re present and buil the DT,MT MI accoprdingly.....
    you have to just use some conecnt conversion parameters that's it...
    item.fieldSeparator
    item.endSeparator
    item.fieldNames
    here item is your recordset name
    let us know your strucutre
    regards
    Nisar

  • No suitable sender agreement error  (File -- XI -- IDOC R/3)

    Hi All,
    I am completeing teh 'File --> XI -->IDOC to R/3' scenario.
    Have manged to complete teh IR and ID config as per the various threads in SDN.
    I am using FCC in the Sender File adapter (which I assume will read the file data and convert to XML data). When this channel is activated, it gives me the error 'No suitable sender agreement found'.
    As per various posts in sdn, this scenaruio may not need sender agreement as XI is finally using IDOC adapter to send data to R/3.
    Am I correct in assuming that ??
    Could you help point any potential missing config.
    For your reference:
    The comm Channel used to read file data is using File adapter (marked as SENDER/NFS/FCC/Integration server)
    Appreciate your feedback.
    Thanks
    Shirin

    Hi,
    chk for ALE settings....
    Steps for ALE settings:-
    Steps for XI
    Step 1)
         Goto SM59.
         Create new RFC destination of type 3(Abap connection).
         Give a suitable name and description.
         Give the Ip address of the R3 system.
         Give the system number.
         Give the gateway host name and gateway service (3300 + system number).
         Go to the logon security tab.
         Give the lang, client, username and password.
         Test connection and remote logon.
    Step 2)
         Goto IDX1.
         Create a new port.
         Give the port name.
         Give the client number for the R3 system.
         Select the created Rfc Destination.
    Step 3)
         Goto IDX2
         Create a new Meta data.
         Give the Idoc type.
         Select the created port.
    Steps for R3.
    Step 1)
         Goto SM59.
         Create new RFC destination of type 3(Abap connection).
         Give a suitable name and description.
         Give the Ip address of the XI system.
         Give the system number.
         Give the gateway host name and gateway service (3300 + system number).
         Go to the logon security tab.
         Give the lang, client, username and password.
         Test connection and remote logon.
    Step 2)
         Goto WE21.
         Create a port under transactional RFC.(R3->XI)
         Designate the RFC destination created in prev step.
    Step 3)
         Goto SALE.
         Basic settings->Logical Systems->Define logical system.
         Create two logical systems(one for XI and the other for R3)
         Basic settings->Logical Systems->Assign logical system.
         Assign the R3 logical system to respective client.
    Step 4)
         Goto WE20.
         Partner type LS.
         Create two partner profile(one for XI the other for R3).
         Give the outbound or inbound message type based on the direction.
    Step 5)
         Not mandatory.
         Goto BD64.
         Click on Create model view.
         Add message type.
    Step 6)
         Goto WE19
         Give the basic type and execute.
         fill in the required fields.
         Goto IDOC->edit control records.
         Give the following values.(Receiver port,partner no.,part type and sender Partner no. and type)
         Click outbound processing.
    Step 7)
         Go to SM58
         if there are any messages then there is some error in execution.
         Goto WE02.
         Check the status of the IDOC.
         Goto WE47.
         TO decode the status code.
    BD87 to check the status of IDOC.
    In case if not authorized then go to the target system and check in SU53, see for the missing object
    and assign it to the user.
    SAP r3
    sm59(status check)(no message)
    WE02(status check)
    WE05(status check)
    BD87(status check)
    Xi
    IDx5(Idoc check)
    SU53(authorization check)
    reward points if helpful...
    Prashant

  • File to IDOC scenario using FTP server

    Dear Experts,
    I'm getting IDOCs in the form of .TXT file from sender side and at reciever end we have IDOC. We are using FTP connection at sender.
    I want to know:
    1. Is FCC the only solution to integrate with PI or do we have any other option also?
    2. What all the things I need to care in designing and configuration?
    Thanks a lot.

    Dear All,
    For file to idoc scenario is there any possibility to get line items details or xml details i.e the segments and its related field details using reference id, transaction id or interface name or message id in SAP PI 7.0. I know we need to click each and every message in sxi_monitor and look for details.
    For SAP(R3 System) I can create a report and set the job for specific time period so automatically it throws the details(like reference no, document date, invoice no from) in ftp path as .csv file. The same ftp path is maintained in program.
    I wanted to check FTP--->PI postings and I have set the job at r3 system it is working fine and Im monitoring it too.
    Now the end to end scenario is FTP--->PI--->ECC(R3 system). Please help.Many Thanks.

  • Converting a flat file to IDOC

    Greetings to All,
    I have a requirement where i need to convert an IDOC (flat) file to IDOC.
    the idoc is SHPMNT04.Presently i am trying to implement it using FCC at the sender side as the flat file is fixed length type.
    Can any one suggest me a better method like using XSLT or Java mapping which could make my work smarter as i am Finding it very difficult to count and write the FCC for the IDOC which is have more than 60 segments.
    Any help will be greatly admired.
    Thnaks,
    Anika.

    Hi
    I am still having a doubt if this method will work on real time scenario.I mean i have to pick files
    from an 3rd party FTP location (polling and picking as and when i get a file starting with say
    ABC*.txt).Added to this there will be issue related to the volume of file(1000 per day),will that create
    any performance issues.
    It is now that you are sharing the complete scenario/ problem , just have a glance from your first post at the top & the replies, because its the problem statement that steers the discussion.
    Making the files available for the Report is a seperate task. You have to develop FTP-to-File XI scenario (or regular ftp process to send files across, which normally will not be allowed in XI server), I dont see any other way, if any, I 'assume' that it might complicate the situation.
    Performance - it is not something to do with your scenario alone, but the overall system load, configuration etc. (b.t.w 1000 is normal)
    Can we schedule a job for running the report periodically?
    Yes, scehdule a batch job calling this Report (with necessary variants) with required frequency or exact time (if there is any agreement with sender)
    I have started a POC
    I appreciate that, best way at this moment. you can reverse engineer from the errors to configure your scenario. for any reason,if you think it does not work, you can always stop and/or look for different solution.
    need your help
    - Definitely I will share my thoughts, if time permits
    how will i get the flat file xml(IDOC) in the source side
    do you mean the source structure, you can use the same structure as your target.
    once you are convinced with your solution approach, then it is better to close this thread & start a new one with new issues, for more views & suggestions and better readability.
    @Rajesh - I appreciate your efforts to solve the issue , but the below is not correct & possible, w.r.t this issue
    Here what you need is to do configure File Sender CC with NFS protocol.
    Regards
    Vishnu

  • File To IDOC Scenario issue

    Hello Friends,
    I am facing an issue during File To IDOC Scenario.
    Sender side: Text file
    It contains data:
    name,surname,7894561230 i.e. phone no.
    My sendor data type is also desined in same way.
    I am facing given below wrror in SXMB_MONI.
      <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Request Message Mapping
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>Application</SAP:Category>
      <SAP:Code area="MAPPING">EXCEPTION_DURING_EXECUTE</SAP:Code>
      <SAP:P1>com/sap/xi/tf/_mm_file_to_idoc_</SAP:P1>
      <SAP:P2>java.lang.NullPointerException</SAP:P2>
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>java.lang.NullPointerException thrown during application mapping com/sap/xi/tf/_mm_file_to_idoc_:</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    In sendor file adaptor I am using 'File' as message protocol.
    Should I have to use 'File content Conversion'.
    I tested message mapping. It is working fine.
    Kindly suggest me for above error. How I can resolve it?
    Regards,
    Narendra

    It contains data:
    name,surname,7894561230 i.e. phone no.
    java.lang.NullPointerException thrown during application mapping com/sap/xi/tf/_mm_file_to_idocc
    In sendor file adaptor I am using 'File' as message protocol.
    Should I have to use 'File content Conversion'
    can you tell in what format is your source structure? I mean is it an XML or a CSV file?
    If it is a CSV file then you need FCC....but then in this case the error should have been thrown by the channel itself and the message wont have come till mapping step....
    If your source file is really in csv format then apply FCC....many blogs, references are readily available on SDN.
    Regards,
    Abhishek.

  • FILE TO IDOC MAPPING Query

    Hi Experts
    I have facing some confusion when i am doing mapping for my scenario FILE to IDOC.
    The IDOC Structure is as follows
    HeaderRecord  0-1
    DataRecord1   0-unbounded
         (Subnode)DataRecord2 0-unbounded
          (Subnode)DataRecord4   0-unbounded
    DataRecord5 0-unbounded
          (subnode) DataRecord6 0-unbounded
    TrailerRecord 0-1
    when the DataRecord1 is executed, an idoc is generated and all the DataRecord2,DataRecord4,DataRecord6 shld come under that particular Idoc. And when another Idoc is generated,all the DataRecord2,DataRecord5,DataRecord6 shld come under that particular Idoc.
    How to achieve mapping for this??
    please help me out.
    Edited by: vemuganti naga phalguna on Oct 27, 2010 7:56 AM
    Edited by: vemuganti naga phalguna on Oct 27, 2010 7:59 AM

    Hi
    1) Source file is Text File.
    sample source data.
    A|20101006142345|SAPQMP|40|
    B|5999|R00003D||N|20072008|Unknown|
    C|T0014|M1556||colourless Pale yellow||Receipt-Bulk|1|Yes|Y|Text||
    C|T0001|M1556||Limpid liquid ||Receipt-Bulk|1|Yes|Y|Text||
    C|T1379|M1398|18||23|Receipt-Bulk|1|Yes|Y|Number|mm²/s|
    B|5998|R00014A||N|20072008|Unknown|
    C|T0014|M0211||2.0||CoA|1|No|Y|Text||
    C|T0014|M0211||2.0||Receipt-Bulk|1|No|Y|Text||
    C|T0014|M0211||2.0||Transfer|1|No|Y|Text||
    C|T0051|M0271|97|||CoA|1|No|Y|Number|None|
    C|T0073|M1356|Pass|||Receipt-Bulk|1|No|Y|||
    C|T0073|M1356|Pass|||Transfer|1|No|Y|||
    C|T0025|M0331||0.880||CoA|1|No|Y||g/ml|
    C|T0025|M0331||0.880||Receipt-Bulk|1|No|Y||g/ml|
    C|T0025|M0331||0.880||Transfer|1|No|Y||g/ml|
    C|T0001|M1556||Clear & Bright ||CoA|1|No|Y|Text||
    C|T0049|M0341|28.0||32.0|CoA|1|No|Y|Number|mm²/s|
    C|T0049|M0341|28.0||32.0|Receipt-Bulk|1|No|Y|Number|mm²/s|
    C|T0049|M0341|28.0||32.0|Transfer|1|No|Y|Number|mm²/s|
    C|T0042|M0422|||-15|CoA|1|No|Y||°C|
    C|T0092|M0578|||16|CoA|1|No|Y|Number|% Loss|
    C|T0021|M0199||||CoA|1|No|Y||minutes|
    C|T0039|M1453|Mktble|||CoA|1|No|Y|||
    C|T0050|M0341||5.1||CoA|1|No|Y|Number|mm²/s|
    C|T0050|M0341||5.1||Receipt-Bulk|1|No|Y|Number|mm²/s|
    C|T0050|M0341||5.1||Transfer|1|No|Y|Number|mm²/s|
    C|T0026|M0412|210|||CoA|1|No|Y|Number|°C|
    Z|20101006142355|SAPQMP|40|
    where Records A indicate File Header, Z indicates File Trailer
    Recodrs B indicateds Material header and Would be repeating multiple times
    No. of B Records = No. of Idocs generated with corresponding C records data which indicates Component Rows (multiple)
    i.e as many B records file contains, that many Idoc will be created
    For Mapping I require B and C Records. Field Separator is Pipe | symbol
    I need to Ignore A B C Z
    How to define the source structure and the respective FCC Parameters
    please help me out

  • Flat File to IDOC Mapping requirement to generate Multiple Segments

    Hi Experts,
    I got a requirement were i have 2 records in a file and i need to generate 2 IDOCs  with  multiple segments in it.
    FILE :
    10/01/2010     101  KRNA     ic_quantity          30-0257     3526     1     1     ea     110000     10
    10/01/2010     101     KRNA     ic_quantity          90-0005     3526     1     2     ea     110000     10
    Idoc should generate 2 IDOCs with multiple segments as shown below
    I have imported the IDOC and changed the occurrence to " unbounded "
    The Basic  IDOC Type :  WMMBID02
    I need to generate Multiple segments of  E1MBXY1
    i.e..,  First IDOC should contain two  E1MBXY1 segments
             Second IDOC should contain Four  E1MBXY1 segments
    IDOC1 :   WMMBID02
    Segment :   E1MBXY1( 2 segments)                                                       
    10/01/2010     101     KRNA     ic_quantity          30-0257     3526     1     1     ea     110000     10
    10/01/2010     101     KRNA     ic_quantity          90-0005     3526     1     2     ea     110000     10
    IDOC2 : WMMBID02
    Segment :  E1MBXY1 ( 4 segments)                                                  
    10/01/2010     101     KRNA     ic_quantity          30-0257     3526     1     1     ea     110000     10
    10/01/2010     101     KRNA     ic_quantity          30-0257     3521     1     1     ea     110000     10
    10/01/2010     101     KRNA     ic_quantity          90-0005     3526     1     2     ea     110000     10
    10/01/2010     101     KRNA      ic_quantity          90-0005     3521     1     2     ea     110000     10
    Can anyone suggest me how to generate IDOCs with multiple segments
    what are multiple ways of generating it
    Whether it can be achieved using Multi-mapping or I need go for UDF
    If any one has done has done this type of requirement ,please share the points.
    Thanks
    Sai

    Basically you need to generate idoc per record in the flat file. During fcc conversion you convert flat file to xml structure at the sender side. In the mapping use xml file structure source and idoc as receiver structure. You just export idoc and update the idoc segment 1 to unbounded.  Please follow the michael blog for file to idoc multimapping without bpm. Yes without bpm it is possible.
    see this link... This will answer your requirement.
    https://wiki.sdn.sap.com/wiki/display/XI/File%20to%20Multiple%20IDOC%20Splitting%20without%20BPM
    >Whether it can be achieved using Multi-mapping or I need go for UDF
    you dont need udf for this.

  • BPM Collect Pattern:File to IDoc

    Hi,
    My scenario is File to Idoc. An invoice excel file will be sent by the vendor.The excel has a built in macro, which converts the excel to a csv file and file is placed in a file share server.
    *Logic of Macro: *
    There will be a button in the excel file containing macro. In one excel file there would be multiple invoices that contains different number of item lines, The macro checks the u2018Invoice Numberu2019, lines with the same invoice number will be saved in one CSV file. So for example a excel file contains 5 invoices, when press the button that contains the macro, there will be 5 CSV files created under the same path, each CSV file contains one invoiceu2019s information.
      After this I have to post the Inovices in to SAP using an IDoc.
    So, I am using BPM collect pattern to achieve this. In the collect pattern,  I see a correlation defined on one of the source fields,  What does correlation exaclty do in my  case. Let's say I have defined a correlation on Source field called Invoice number.
    BTW I am using FCC on the filed adapter to change the CSV(Invoice) to xml
    Thanks,
    Kiran

    Hi
    to use Xpath for your receiver det. ref these blogs;
    a combination of logics should help you in this case ...
    Customise your 'XPATH' Expressions in Receiver Determination
    XPath to show the path (Multiple Receivers)
    File to Multiple IDocs (XSLT Mapping)
    Try removing BPM from ur scenario.
    1:n could be achieved without BPM
    Various multi-mappings and Optimizing their Implementation in Integration Processes (BPM) in XI.
    Regards,
    Suryanarayana

  • Regarding File to Idoc Scenario

    Dear Friends,
            I am performing File to Idoc Scenario in XI 3.0. Here I got struck, I am not able to see my sender file in SXMB_IFR. It is saying that no messages availabe for selection. The file was picked up successfully from the souce. Please help me.
    Thanks in advance.

    check the error/ warning message that would be available at the end of the page (in RWB....where you see th yellow triangle)......even my IE is showing a yellow triangle but none of my interfaces are facing a problem.....just check for the status of the Communication channel in AE.....since your message is not transferred to SXMB_MONI confirm that the channel log is showing successful.....also can you tell what is teh status of other interfaces?.....are they running fine?...if yes then there seems to be problem with the sender channel......are you using any FCC?
    One such situation where IE is showing yellow status is mentioned here: RWB Integration Engine status yellow
    Just one doubt to ask...are you using the required Sender channel in the Sender Agreement?...hope there is no mismatch here....
    Regards,
    Abhishek.
    Edited by: abhishek salvi on Jul 14, 2009 11:38 AM

  • Copy CSV file to IDOC in XI

    Hi,
    Please explain how to copy CSV file to IDOC .
    And How to define data type and how to find out field names in CSV file to IDOC .
    Advance thanks ,
    Laxman

    if your scenario is CSV(text) file to idoc then refer below link
    http://www.****************/Tutorials/XI/FileToIDoc/FiletoIDocScenario.htm
    u have to use FCC from message type insted of File in above link and refer below link for  how to call fcc parameters .
    http://www.riyaz.net/sap/xipi-file-content-conversion-for-complex-structures/79/
    remaining evarytning is same as norma scenario  just you have to use fcc parameters in file sender and call parameters On Content conversion tab .
    and refer SCN further information because it is very basic Question ( if ur scenario is CSV file to IDOC)

  • Can anyone share File-to_file ,file-to-IDOC senarios?

    Can anyone share File-to_file ,file-to-IDOC senarios?if possible with screen shots..

    hi phani..
    refer these blogs
    FILE Related Scenarios
    /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/jeyakumar.muthu2/blog/2005/11/29/file-content-conversion-for-unequal-number-of-columns - FCC
    /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
    /people/shabarish.vijayakumar/blog/2006/04/03/xi-in-the-role-of-a-ftp - FCC
    /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
    /people/jayakrishnan.nair/blog/2005/06/20/dynamic-file-name-using-xi-30-sp12-part--i - Dyanamic File Name
    /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/venkat.donela/blog/2005/06/08/how-to-send-a-flat-file-with-various-field-lengths-and-variable-substructures-to-xi-30
    /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/arpit.seth/blog/2005/06/02/file-receiver-with-content-conversion
    /people/karthiknarayan.kesavan2/blog/2007/08/22/file-content-conversion-for-multi-hierarchical-structure - File Content Conversion for Multi Hierarchical Structure
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/7053...File [original link is broken] [original link is broken] [original link is broken] Adapter (Receiver) - Are we "really" sure about the concepts?
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/7009...Troubleshooting [original link is broken] [original link is broken] [original link is broken] the File Adapter
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/7036...SFTP [original link is broken] [original link is broken] [original link is broken] vs. FTPS in SAP PI
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/3509... [original link is broken] [original link is broken] [original link is broken] XI: RFC or ABAP Proxy ? ....ABAP Proxies with attachments
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/4383...How [original link is broken] [original link is broken] [original link is broken] to send any data (even binary) through XI, without using the Integration Repository
    /people/shabarish.vijayakumar/blog/2006/04/03/xi-in-the-role-of-a-ftp... XI in the role of a FTP
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/3774...Customise [original link is broken] [original link is broken] [original link is broken] your 'XPATH' Expressions in Receiver Determination
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2114...XPath [original link is broken] [original link is broken] [original link is broken] to show the path (Multiple Receivers)
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/4484...Receiver [original link is broken] [original link is broken] [original link is broken] Determination based on the payload of input data.(Extended-->xpath,Context Object)
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/3774...Illustration [original link is broken] [original link is broken] [original link is broken] of Enhanced Receiver Determination - SP16
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2161...Solution [original link is broken] [original link is broken] [original link is broken] to the problem encountered using Variable Substitution with XI-SP12
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2411...Executing [original link is broken] [original link is broken] [original link is broken] Unix shell script using Operating System Command in XI
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/5814...XI/PI [original link is broken] [original link is broken] [original link is broken]: Command line sample functions
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2184...XI [original link is broken] [original link is broken] [original link is broken]: Operation system command - error catching
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1967....Read [original link is broken] [original link is broken] [original link is broken] Excel instead of XML through FileAdapter
    /people/shabarish.vijayakumar/blog/2005/08/17/nab-the-tab-file-adapter...NAB the TAB (File Adapter)
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/6713..Content [original link is broken] [original link is broken] [original link is broken] conversion in Sender file adapter-- 2 new useful parameters
    http://sapient.xi.googlepages.com/xi-excellentintegration...... FILE to FILE scenario sending ".jpg" file as attachment with Screen shots
    IDOC related
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2704........IDOC [original link is broken] [original link is broken] [original link is broken] Tunneling.
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/3280........Managing [original link is broken] [original link is broken] [original link is broken] bulky flat messages with SAP XI
    https://www.sdn.sap.com/irj/sdn/weblogs? blog=/pub/wlg/5696........Troubleshooting File-to-IDOC Scenario in XI.
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1921........ [original link is broken] [original link is broken] [original link is broken]
    Any flat file to any IDoc
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1819........IDoc [original link is broken] [original link is broken] [original link is broken] to File
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2034........Collection [original link is broken] [original link is broken] [original link is broken] of IDoc to Single File
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1180........ [original link is broken] [original link is broken] [original link is broken] Configuration Tips for a Business Service/Integration Process to send back ALE audit IDOC
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2476........One [original link is broken] [original link is broken] [original link is broken] Logical System Name for serveral BPM Acknowledgements
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2923........Generate [original link is broken] [original link is broken] [original link is broken] Test Case for an IDOC Scenario
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2162........Choose [original link is broken] [original link is broken] [original link is broken] the Right Adapter to integrate with SAP systems
    Regards,
    Satya..

Maybe you are looking for