File Content Conversion: Empty File

Dear Experts,
I'm doing a file to file scenario with FCC. My file gets picked up from the source folder but the communication channel doesn't send the file for processing ahead. This is the error I get in Communication channel monitoring:
Channel Send_Acceptance_File: Entire file content converted to XML format
2008-10-10 12:09:38| Warning |Channel Send_Acceptance_File: Empty document found. Proceed without sending message
2008-10-10 12:09:38| Success |Confirmation mode test found. File will be resent next time
I don't see any entry in sxmb_moni.
What could be the possible reason for this.
Thanks and Regards,
Merrilly

Hi Merrily
Problem is with your FCC.
Are you using Key field in FCC with and keyFieldInStructure      as ignore?
This problem arises due to incorrect keys or Data type mis match for the record structure in FCC.
Thanks
Gaurav

Similar Messages

  • Blogs for File content conversion in File Adapter

    hi all,
    Can some one give me the links for File Content Conversion for File to File Scenario. please.
    Thanks in advance.

    Hi
    For Sender
    /people/venkat.donela/blog/2005/06/08/how-to-send-a-flat-file-with-various-field-lengths-and-variable-substructures-to-xi-30
    /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/sap.user72/blog/2005/01/06/how-to-process-csv-data-with-xi-file-adapter
    /people/anish.abraham2/blog/2005/06/08/content-conversion-patternrandom-content-in-input-file
    SAP Help for sender
    http://help.sap.com/saphelp_nw04/helpdata/en/2c/181077dd7d6b4ea6a8029b20bf7e55/content.htm
    For Receiver:
    /people/arpit.seth/blog/2005/06/02/file-receiver-with-content-conversion
    SAP Help for receiver
    http://help.sap.com/saphelp_nw04/helpdata/en/d2/bab440c97f3716e10000000a155106/content.htm

  • Query regarding file content conversion using file adapter

    Hi All
    I have a question regarding file content conversion in file adapter.
    I have a file coming in the following format.
    AA,111,222,333
    BB,444,555,666
    CC,777,888,999
    My incoming message structure has a hierarchy. The CC record is a structure part of BB record. BB record is a structure part of AA record. It is like this:
    AA,111,222,333
    <<BB,444,555,666>>
    <<<<CC,777,888,999>>>>
    After file content conversion, in the resulted xml, i am getting a flat hierarchy instead of nested hierarchy.
    Is it possible to get a nested hierarchy as a result of file content conversion?
    Please let me know
    Thanks
    Chandra

    Hi Udo
    According to your suggestion, I am trying to use mapping.
    I am getting a flat file and i am reading it.
    This is my source structure:
    AA,11,22,33
    BB,44,55,66
    CC,77,88,99
    This is my required targer structure:
    AA,11,22,33
    <<BB,44,55,66>>
    <<<<CC,77,88,99>>>>
    To explain this, BB record can have multiple records of CC records.
    AA records can have multiple records of BB record.
    I am using removecontext node function.
    CC (Source)  (removecontext)-> CC (target structure)
    But here, when i rightclick on source CC field in the mapping editor, i cannot see any other context except root node. So, how can i proceed here??
    Many Thanks
    Chandra

  • File Content Conversion CSV File

    Hello All,
      I have a CSV file in the below format.
    a,b,c
    And my content conversion works.
    <1>a</1>
    <2>b</2>
    <3>c</3>
    Sometimes I get the records in the file as
    a,b,
    My conversion is failing, I mean it give me file as
    <1>a</1>
    <2>b</2>
    The last element <3></3> is not getting created.
    I tried to use lastFieldsOptional its not working.
    How can I achieve this.
    Regards,

    Okay Satish I will give a last try to explain you my issue..
    my CSV file is like this a,b,c,d
    my conversion works fine so the xml is after conversion
    <1>a</1>
    <2>b</2>
    <3>c</3>
    <4>d</4>
    Now few rows in the file may come as a,b,c, there is no d value it is blank.
    so I expect the conversion to be now
    <1>a</1>
    <2>b</2>
    <3>c</3>
    <4></4>
    like this, but what I am getting now is after conversion...
    <1>a</1>
    <2>b</2>
    <3>c</3>
    tag <4></4>  is not getting created and my Outbound expects the XML to be in that format, so for this I tried to use lastfieldsoptional so that empty <4></4> tag is created but no luck...
    This is what I want to do..
    In the process even though <4></4> is not created File Content Conversion is successful and so Adapter Monitoring is showing success and my mapping fails.
    Regards,

  • File content conversion in File-to-RFC without  BPM

    Hi,
    I am using FCC for file to RFc scenario.
    My input record is in the following format:
    Header record
    data rec1
    data rec2
    Trailer record..
    The parameters are used in File content conversion:
    Recordset Name : Header,item
    Recordset Structure: Header,1,item,*
    key field name : data1
    and in additional parameters:
    Header.fieldNames            HI,GenDate,Ftype,Fname,Fdate
    Header.keyFieldValue       Fname
    Header.fieldFixedLengths 1,8,1,50,8
    Header.endSeparator        nl
    item.endSeparator             nl
    item.fieldNames                  DATA1,DATA2,DATA3,DATA4
    item.keyFieldValue             item
    item.fieldFixedLengths       231,240,241,120
    item.lastFieldsOptional       YES
    Can anyone check whether any parameters are left, b'cos the file is not being read with this settings. and in the C.C its just showing file processing successfully but not able to see the actual file.

    Hi,
    I assume you have header, item and trailer structure in source file.
    Source Data Type will be as follows.
    RecordSet
    --> Header
          --> KeyField(Value OH)
          --> H1
          --> H2
    --> Item
          --> KeyField (Value OL)
          --> I1
          --> I2
    -->Trailer
          --> KeyField (Value OT)
          --> T1
          --> T2
    Where Item Strucutre can come multiple times.
    Please use following settings.
    Recordset name: RecordSet
    RecordSet Structure: Header,1,Item,*,Trailer,1
    Key Field Name: KeyField
    Header.fieldNames: KeyField,H1,H2
    Header.fieldFixedLengths: 2,3,4
    Header.processFieldNames: fromConfiguration
    Header.keyFieldValue: OH
    Header.LastFieldsOptional: YES
    Item.fieldNames: KeyField,I1,I2
    Item.fieldFixedLengths: 2,5,6
    Item.processFieldNames: fromConfiguration
    Item.keyFieldValue: OL
    Item.LastFieldsOptional: YES
    Trailer.fieldNames: KeyField,T1,T2
    Trailer.fieldFixedLengths: 2,8,9
    Trailer.processFieldNames: fromConfiguration
    Trailer.keyFieldValue: OT
    Trailer.LastFieldsOptional: YES
    Regards,
    Gouri

  • File content conversion for file with hierarchical structure

    Hi
    I want to read a flat file in the following message structure using file content conversion.
    Message structure is :
    01 ( occurence = 1)
    _ 1B (occurence = unbounded)
    _ 1G (occurence = unbounded)
    _1H (occurence = 1)
    _1N ( occurence = unbounded)
    99 (occurence = 1, trailer record)
    In short there will be one 01 ( header record) in file. There will multiple 1B records. Under one 1B record there will multiple 1G records. Under each 1G record there will be one 1H recoprd and multiple 1N record. At the end there will one 99 record.
    File format : Fixed length
    Data in the text file would be as follows :
    01Test
    1BF0001MS005       4855390859  
    1GF000172075F31501  GBPINV 040806
    1HF000172075F 
    1NF000172075F0011MS0051125002FOOUKSTFOOD
    1NF000172075F0021MS0056540003ICOMSIEARCA 
    1BF0111TT005       3454390859  
    1GF011172075F31501  INRINV 040806
    1HF011172075F 
    1NF011172075F0011MS0051125002FOOUKSTFOOD
    1NF011172075F0021MS0056540003ICOMSIEARCA 
    99002187004855390859
    Is it possible to do above using file content conversion or is there any method to do it. Please suggest.
    Thanks
    Varun

    you cant acheive this heirarchy using the file adapters cont. conv, cos it supports only to a single level.
    Maybe you can have a module or use the conversion agent !!
    Some good reads on the Conv. agent!!!
    /people/william.li/blog/2006/03/17/how-to-get-started-using-conversion-agent-from-itemfield
    /people/paul.medaille/blog/2005/11/18/conversion-agent-a-free-lunch
    /people/alexander.bundschuh/blog/2006/03/14/integrate-sap-conversion-agent-by-itemfield-with-sap-xi
    /people/paul.medaille/blog/2005/11/17/more-on-the-sap-conversion-agent-by-itemfield

  • File content conversion:move files to a new directory

    hi all,
              I have a file content conversion sender and receiver scenario.Now my doubt is: XI is running on sap27 server.Input file is being created by an ABAP program in r/3 and file being put in sap29 server.
    In source directory if i am giving the sap29 path it is not working.Is there any way that i can write a OS command to move files from 29 to 27 before message processing ??
    Any other option available??
    thanks,
    Nisheeta

    hi,
          Yes the basis people have shared the folder and they have mapped the sap29 folder into sap27 using I:\ drive
    But the files are not getting picked....am i giving the source directory wrong??
    I am giving I:\Folder_Name
    suggestions needed
    thanks,
    Nisheeta

  • Doubt regarding file content conversion Recever File adapter.

    target structure.
    <?xml version="1.0" encoding="UTF-8"?>
    <ns1:MT_ChangeOfAddress xmlns:ns1="urn:passhe.com/ChangeOfAddressISA28">
         <BUSINESS_PARTNER>
              <item>
                   <CAMPUSCODE>65</CAMPUSCODE>
                   <STUDENTNUMBER>6500000192</STUDENTNUMBER>
                   <ST_OBJID>732298498</ST_OBJID>
              </item>
         </BUSINESS_PARTNER>
    </ns1:MT_ChangeOfAddress>
    target structure is look like this.
    MT_ChangeOfAddress
         BUSINESS_PARTNER  (1,1)
              item       (0 to unbounded)
                  CAMPUSCODE (0,1)
                  STUDENTNUMBER (0,1)
                        ST_OBJID      (0,1)
    I have given below parameters in recever file adapter (file content conversion)
    Recordset Structure : item
    item.fieldNames  : CAMPUSCODE,STUDENTNUMBER,ST_OBJID
    item.fieldSeparator: , (comma)
    i am getting first two digits in my output file: that  file has only first two digits that is : 65
    may i know how hould i define file contente conversion recever adapter to get proper data in file adapter.
    thanks,s
    Dhanush

    Hi,
    Go through these blogs:
    /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/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/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
    Thanks,
    Satya

  • Problem with File Content Conversion (Receiver FIle Adapter)

    Hi Experts,
    I have following structure in receiver side:
    MT_Test
       F1
       F2
       F3
       F4
    Now I want a CSV file in target side in below format:
    F1,F2,F3,F4
    I have provided below config in receiver file adapter under content conversion tab:
    Recordset Structure : MT_Test
    MT_Test.fieldSeperator= ,
    MT_Test.endSeperator= 'nl'
    But this is generating blank CSV files in target directory..What might be the reason.. I have checked the msg in adapter engine, the XML file is correct and contains valid values for the fields..Its something like below:
    <?xml version="1.0" encoding="UTF-8" ?>
    <MT_Test>
       <F1>Hai</F1>
       <F2>Hello</F2>
       <F3>Bye</F3>
       <F4>Hi</F4>
    </MT_Test>
    I should get CSV file as
    Hai,Hello,Bye,Hi
    But I am getting a blank file with above said config parameters in content conversion tab.
    What might be the reason for getting blank CSV files in target side???
    Thanks,
    Adi

    Hi Adi,
    >>My target structure in below format:
    <?xml version="1.0" encoding="UTF-8" ?>
    - <MT_Test>
    <F1>Hai</F1>
    <F2>Hello</F2>
    <F3>Bye</F3>
    <F4>Hi</F4>
    </MT_Test>
    So, try to edit Data type and include hierarchy level above <F1>.
    Finally your Target Structure will resembles like this.
    <?xml version="1.0" encoding="UTF-8" ?>
    - <MT_Test>
    <Structure>
    <F1>Hai</F1>
    <F2>Hello</F2>
    <F3>Bye</F3>
    <F4>Hi</F4>
    </Structure>
    </MT_Test>
    FCC Parameters will be like this.
    Structure.fieldSeparator = ,
    Structure.endSeparator = 'nl'
    Hope you were clear.
    Thanks,
    Siva.

  • .csv file Vs .txt file Content conversion sender file channel

    Hi Experts,
                     I have a file with filename say input.csv.I want to do content conversion for these .CSV file.Is it same like we have to do for .txt file say input.txt.
    when i open my .csv file in notepad, i get multiple rows with each field separated by ';'.what are the content conversion parameters we have to define for .csv file and can we mention input.csv as the file name as a source file name.
    Thanks
    Deepak

    Hi,
    Use the following parameters for Sender file channel in case of reading .csv file
    Recordset Structure.fieldSeparator -
    Recordset Structure.endSeparator -
    'nl'
    Recordset Structure.fieldNames -
    provide field names separated with ,
    Regards
    Seshagiri

  • File Content Conversion -- Receiver File Adpter

    Hi,
    In the Receiver file adapter, we need to convert the
    following XML file to CSV file.
    Recordset
    -|File (1)
    -|Item (1 to unbounded)
    -|BottomData(1)
    and in the CSV file we just need Item and BottomData information
    not the File content. We are putting File content
    into file adapter to make the varibale substitution
    in the file naming and It should not go into the
    file content.
    I configured the receiver file adapter as
    Recordset Structure                :File,Item,BottomData
    File.addHeaderLine               0
    File.noOfColumns               0
    File.fieldFixedLengths               0
    File.fixedlengthTooShortHandling     'Cut'
    Item.addHeaderLine               0
    Item.fieldFixedLengths     8,6,4,3,20,14,6,30,1,2,18,6,4,12,4,4,1,6,6,8,7,4,6,10,20,1,10
    BottomData.addHeaderLine          0
    BottomData.fieldFixedLengths          8,6,4,3,40,2,3,2,3,1,19,15,27,7,27
    But it is not working. File is still coming.
    Is there any way to delete one line in the receiver
    file adapter.
    Any input is appreciated.
    Regards,
    Srinivas

    Hi Srinivas,
    There are other ways also to get the filename. See this link for this:
    http://wiki.sdn.sap.com/wiki/display/XI/CombiningthreedifferentaspectsofPIinoneshot
    Regards,
    ---Satish

  • File content conversion for File Reciever

    Hi,
    I am working on Idoc to file scenario.
    I need the file in the format which doesnt have have separators between the fields.
    I used the follwing FCC:
    HeaderRecord.addHeaderLine
    HeaderRecord.fieldFixedLengths     1,1,10,2,4,12,3,1,9,1,4,1,1,1,2,1,4,4,2,3,1,8,4
    HeaderRecord.fieldNames          CARDCODE,SUBCODE,DNSORDERNUMBER,UNITCODE,DEALERNUMBER,DEALERORDERNUMBER,ORDERTYPE,RECEIVEDBY,SHIPMODE,EDITONLY,DIRECTEDSOURCE,PRIORITY,INVENTORYTYPE,PARTIALSHIPCODE,PROGRAMNUMBER,SPECIALTERMSID,REENTRYUNIT,SVPORDOVSHIPMTHDCARRIER,SVPORDOVSHIPMTHDSERVICE,SVPOVDISTRIBUTIONSTOP,ORDERNUMDESIGNATION,SHIPDATE,SVPORDDESTCODESUFFIX
    HeaderRecord.endSeparator     'nl'
    HeaderRecord.fixedLengthTooShortHandling     ignore
    Detaillinesforeachpart.fieldFixedLengths     1,1,10,12,7,49
    Detaillinesforeachpart.fieldNames     CARDCODE,SUBCODE,DNSORDERNUMBER,PARTNUMBER,ORDEREDQTY,FILLER
    Detaillinesforeachpart.endSeparator     'nl'
    Detaillinesforeachpart.fixedLengthTooShortHandling     ignore
    Trailerrecord.fieldFixedLengths          1,79
    Trailerrecord.fieldNames          CARDCODE,FILLER
    Trailerrecord.endSeparator          'nl'
    Trailerrecord.fixedLengthTooShortHandling     ignore
    My file structure is same as the IDoc structure, whic is as below:
    Messagetype
    -Headerrecord
    ---field1
    ---field2
    ---Field3
    ---Details line for eachpart
    field1
    field2
    field3
    ---trailerrecord
    field1
    field2
    If i use the above FCC, i am landing with the following 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: Consistency error: more fields found in XML structure than specified in conversion parameters! (Value '3')', probably configuration error in file adapter (XML parser error)'
    Any advises and clues?
    Regards,
    Manoj

    Here is the Payload.
    <?xml version="1.0" encoding="UTF-8" ?>
    - <ns0:MT014POAcknowledgements xmlns:ns0="http://deere.com/xi/ijddns/southamerica">
    - <HeaderRecord>
      <CARDCODE>1</CARDCODE>
      <SUBCODE />
      <DNSORDERNUMBER>0000001716</DNSORDERNUMBER>
      <UNITCODE />
      <DEALERNUMBER />
      <DEALERORDERNUMBER />
      <ORDERTYPE>SN</ORDERTYPE>
      <RECEIVEDBY />
      <SHIPMODE />
      <EDITONLY>N</EDITONLY>
      <DIRECTEDSOURCE />
      <PRIORITY />
      <INVENTORYTYPE />
      <PARTIALSHIPCODE />
      <PROGRAMNUMBER />
      <SPECIALTERMSID />
      <REENTRYUNIT />
      <SVPORDOVSHIPMTHDCARRIER />
      <SVPORDOVSHIPMTHDSERVICE />
      <SVPOVDISTRIBUTIONSTOP>F</SVPOVDISTRIBUTIONSTOP>
      <ORDERNUMDESIGNATION>F</ORDERNUMDESIGNATION>
      <SHIPDATE />
      <SVPORDDESTCODESUFFIX />
    - <Detaillinesforeachpart>
      <CARDCODE>3</CARDCODE>
      <SUBCODE />
      <DNSORDERNUMBER />
      <PARTNUMBER>PS7815003</PARTNUMBER>
      <ORDEREDQTY>1.000</ORDEREDQTY>
      <FILLER />
      </Detaillinesforeachpart>
    - <Trailerrecord>
      <CARDCODE>4</CARDCODE>
      <FILLER />
      </Trailerrecord>
      </HeaderRecord>
    - <HeaderRecord>
      <CARDCODE>1</CARDCODE>
      <SUBCODE />
      <DNSORDERNUMBER>0000001717</DNSORDERNUMBER>
      <DEALERNUMBER />
      <DEALERORDERNUMBER />
      <ORDERTYPE>SN</ORDERTYPE>
      <RECEIVEDBY />
      <SHIPMODE />
      <EDITONLY>N</EDITONLY>
      <DIRECTEDSOURCE />
      <PRIORITY />
      <INVENTORYTYPE />
      <PARTIALSHIPCODE />
      <PROGRAMNUMBER />
      <SPECIALTERMSID />
      <REENTRYUNIT />
      <SVPORDOVSHIPMTHDCARRIER />
      <SVPORDOVSHIPMTHDSERVICE />
      <SVPOVDISTRIBUTIONSTOP>F</SVPOVDISTRIBUTIONSTOP>
      <ORDERNUMDESIGNATION>F</ORDERNUMDESIGNATION>
      <SHIPDATE />
      <SVPORDDESTCODESUFFIX />
    - <Detaillinesforeachpart>
      <CARDCODE>3</CARDCODE>
      <SUBCODE />
      <DNSORDERNUMBER />
      <PARTNUMBER>PS7815003</PARTNUMBER>
      <ORDEREDQTY>1.000</ORDEREDQTY>
      <FILLER />
      </Detaillinesforeachpart>
    - <Trailerrecord>
      <CARDCODE>4</CARDCODE>
      <FILLER />
      </Trailerrecord>
    </HeaderRecord>
      </ns0:MT014POAcknowledgements>
    Regards,
    Manoj

  • File Content Conversion - Sender File Adapter - Record Delimeter ~

    The inbound file has file has ~ as record delimeter. I am using the FCC at sender file adapter to covert this file into XML. Somehow, the file adapter is not able to interpret "~" as my record delimeter even thoough I specified "record.endSeparator = ~" in FCC.
    Would someone help me with a solution?

    Raju,
    You can also try to use the '0x7E' as endSeperator condition.
    I am not sure if the HTML tag will work but this should do the trick. This should be the HEX corresponding entry
    char       description        hex               char code       html
    " ~ "         "Tilde"               "0x7e"         "~"                      &!tilde; (without !)
    greets.
    in adition to this see SAP help
    http://help.sap.com/saphelp_nwpi71/helpdata/en/44/655453b48a4ddfe10000000a1553f7/frameset.htm
    Special Characters in Strings for Separators
    In all strings for separators (NameA.fieldSeparator, NameA.beginSeparator, NameA.endSeparator), you can specify non-printable ASCII characters. These characters can each be inserted individually in the strings in the form ´0xHH´ (including the quotation marks), where HH represents the character encoded as a hexadecimal value.
    Please also ensure that the "recordSet Structure" also need to be configured Correctly
    for example:
    Header,1,Detail,*
    Header.fieldSeperator  --> %parameter%
    Detail.fieldSeperator --> %parameter%
    Detail.endSeparator --> '0x7e'
    Greets

  • File content conversion - flat file to Idoc error

    Dear Experts,
    I have a situation where im using FCC in the sender adapter The data is in flat file with multiple fields separated by space .
    (*header444456    line4445758 header343434 line445687*) sample falt file data . should be divided as below
    header - 44456 , 343434
    *line    -  44457578 , 445687
    So i want to read the header items and pass it into header data of the IDoc and line items into line item data of the Idoc . And the header items and fields items are mixed up in the flat file . How do i read from the position 20 to 26 , 37 to 56 intermittently .And im not using any key field name . as the whole data is in one line . Any solution would be of great help .
    Thanks in advance
    Ganga
    Edited by: N.Ganga on Jan 28, 2012 3:30 PM
    Edited by: N.Ganga on Jan 28, 2012 3:30 PM

    Dear Grzegorz ,
    Yes i totally agree with you it can be separated by comma . But it is as below
    Header       - (once ).............................................. Flat file example :
         Field 1    -
    >order    line no 1   plant        material 1  code 1  quantity 1 
          .......................................................................order    line no 2   plant        material 2  code 2  quantity 2
         Field 2  (plant vlaue shuld come........................................................|
    Line          -  repeats (0-unbounded)                                      |                                     |                             |
       field 1 (line no 1)----
    |                                     |                             |
       field 2(material1)----
    |                             |
       field 3 (quant 1)----
    |
       field 1 (line no 2)----
    |                                     |                             |
       field 2(material2)----
    |                             |
       field 3 (quant 2)----
    |
    So i need to read the data intermittently and map them in the line items ignoring the order and plant data in every line apart from the first line. The order and plant remains the same in the flat file only line items keep changing .
    Hope my question is clear .
    Regards
    Ganga

  • Doubt regarding File Content Conversion. File- RFC

    Hi Experts,
        My scenario is File -> XI -> RFC,
    I am able to update the records in R3 when i get a fixed length file with a single record.
    RFC can process one record at a time (its 1 to 1 , its not 1 to unbounded),
    May i know what are the changes to be done in the scenario to implement this existing interface to process a fixed length file contains a multiple records.
    How to get RFC return messages when ever there is return message , as this is not the synchronous scenario.
    Please help me out.
    Thanks

    HI,
    First you need to create a structure [SE12]
    Once that is done, open the function module [SE37] and select the tab [Table].
    Add a new parameter and for the Associated Type use the structure that you have just created.
    Then reimport the RFC in XI.
    I hope it helps.
    Now, to make the RFC return messages you shall create a BPM.
    Notice that this will be a Async -> Sync -> Async interface...
    Basically your bpm steps will be like this:
    Receive,
    Transform if needed,
    Syncronously Send and receive response,
    Transform again if needed,
    Send Asynchronously.
    Take a look at the image in the link to have a better idea on the BPM setup
    https://weblogs.sdn.sap.com/weblogs/images/251764026/bpmAsync2Sync2Async.JPG
    (please, award points if usefull      )
    Edited by: Luis Melgar on May 9, 2008 9:39 PM

Maybe you are looking for

  • Move position of calculated item in pivot table

    Hi experts, I have done the pivot table in the table above: http://www.2shared.com/photo/MB3J5caU/image1.html The item sum 2005-2006 is the sum of the value of commission amount for the years 2005 and 2006. I need to move this item after the value 20

  • Lookup values displayed in info path

    Hi Experts of the world, Here is my scenario List A is a list of companies and their details. List B is a order form with a lookup value on the ID of company On my infopath form I would like to populate more information on to the form regarding the c

  • HT204266 iTunes account store change

    I am from Canada and when I was in the states a couple of weeks ago I tried updating a couple of apps. Now my phone is stuck on the US account and won't switch to the Canadian account. How do I get it to switch?

  • Upgraded to iMac, Photoshop CS5 crashes upon printing. 10.8.4 . crash report...Help!

    I migrated from a powerbook running 10.7 to a new imac  running 10.8.4 this week. I used time machine to manage the migration which was a first for me. Everything seems to work pretty well. But photoshop crashes instantly any time I try to print. I'v

  • Can't open imovie and aperture in Leopard

    I can't open the new imovie in Leopard, and it doesn't accept the aperture upgrade. What's wrong with this system?