IDOC- Diff. File format.xml.......Pls Help....

Hi,
   My scenario is that from R/3, they are sending ZACKXI IDOC to XI. In XI we have imported an xml named ROWSET in External Definition. Now I have mapped ZACKXI with ROWSET as XI would be able to receive ROWSET format from R/3.
R/3>(ZACKXI IDOC)>(ROWSET.xml)-->XI.
I am using normat receiver File adapter and FTP as the protocol in the ID.
But Surprisingly, XI is receiving xml msg, but not ROWSET, it is receiving ZACKXI IDOC xml.That should not be case. XI has to receive the ROWSET.xml format from ZACKXI IDOC coming from R/3.
Pls reply what to do..How would I be able to solve my problem....
BR
Soumya

Hi,
In SXMB_MONI you can see both Payload.
One is IDOC and other is ROWSET.
It will execute succesfully if you add your interface mapping name in your interface determination.
Regards,
Akshay.
Mark your question as answered if it is solved.
Reward points if find useful.
Message was edited by:
        Akshay Jamgaonkar

Similar Messages

  • IDOC to File Scenario. Acknowledgement help required

    Hi All,
    I have made a IDOC to file scenario  (IDOC has business system and file has business service) which is working fine.
    But In sxmb_moni of XI it says Acknowledgement not possible.
    "<SAP:Stack>Unable to convert the sender service File_Receiver_BusService to an ALE logical system</SAP:Stack>"
    Please explain me and send be blogs to send Acknowledgement back to R/3.
    Regards

    Hello Rick,
    "<SAP:Stack>Unable to convert the sender service File_Receiver_BusService to an ALE logical system</SAP:Stack>"
    Check the Logical system name in SLD and in ID's Service->AdapterSpecific Identifies matches are not, go through the following link for step by step prcedure.
    /people/michal.krawczyk2/blog/2005/03/29/xi-error--unable-to-convert-the-sender-service-to-an-ale-logical-system
    https://wiki.sdn.sap.com/wiki/display/XI/Unable%20to%20convert%20Sender%20system%20to%20ALE%20logical%20system
    Check this for providing Acknowledgments.
    https://wiki.sdn.sap.com/wiki/display/ABAP/HandlingIdocAcknowledgements
    Regards,
    Prasanna

  • No option to change file format! PLEASE HELP!!!

    When sending any documents from my MacBook Pro to a Window's computer, via email, I can't open the files from a Window's computer. This is when saved as a document usuing Pages, Keynote, Numbers and also any PDF files I have downloaded from the internet. Also when I go to save the file, there is no option for file format? Any ideas? This is driving me crazy and stopping me being able to work!

    Essentially, yes. Save keeps the same file type.
    Export will allow to change the file type.
    Save As allows you to keep the current file unchaged while saving your changes to a new file.
    You want Export. That will allow you to change the file type.
    I was addressing BobRz in regards to Save As.
    My apologies if I confused you.

  • SSD in optical bay - unable to write/format! Pls help!

    About one year ago, I swapped my macbook pro 17" HD for an SSD, then formatted the original HD, and placed it into the optical bay to use as a secondary drive. Although this has worked well and my applications have been booting blazing fast, I was recently told that having the SSD as a secondary drive and applications on the standard HD (in other words, the opposite of what i have now) would help video editing speeds (given that the video files would be on the SSD drive).
    So now I cloned the SSD back onto an HD, swapped the two so that the HD is now in the original slot and the SSD in the optical bay. The computer starts fine and all, but the SSD drive will not let me write anything to it. When I try to add a file to it, I get:
    Then when I click authenticate and type my password, I get:
    I then tried erasing the drive using disk utility but got this:
    Finally, I removed the drive from the optical bay, mounted it externally with a firewire g-drive mobile, and formatted with disk utility. I then mounted it back into the optical bay and Im getting the same issue.
    Everything works well and the SSD shows up on the desktop, etc, but I just can't write any files to it. How do I fix this?

    I've researched this a bit and Ive read something along these lines in several places:
    The optibay is limited to SATA II. The general consensus on this forum is to move the SSD to the primary bay and the HDD to the optibay.
    Could that be the problem? If I swap the HD and SSD around, would it solve the problem?

  • File to file scenario. Pls help

    Hi All,
    I have to make file to file scenario.
    XI will pick file from File Sender System and put file at
    File Receiver System. From there file will go to printer.
    File name has to be constant at receiveing system like "ABC.txt"
    There is one condition:
    Now suppose there is file at Receiver system and Printer gets jammed so file will not be picked from Receiver system.
    At that time XI should not send 2nd file and should wait till the
    receiving file directory is empty again.
    How to implement the above condition.
    Pls suggest.

    Rich,
    Seriously I couldn't understand why u are opening multiple threads. It's not like you open new thread the solutions gonna be different, always the solution will be same. It will be easy for u to track as well as easy for us to suggest. Plz co-operate with this, we know that u are in urgent situation, but opening multiple threads doesn't solve ur issue for sure, it makes the participants to be frustrated and left your question unanswered, plz understand this.
    I hope u can undestand!
    I know ur scenario is only File 2 File, I don't what could be the frequency of the Sender File or how often the File will be triggered. I will try to explain the best possible way I can.
    I'm going to explain with example , IS_RETRY_LIMIT - 2
    See,
    First trigger , File picked by XI and sent to Receiving folder , Printer picked the file - XI Job is done.
    Second trigger, File picked by XI and sent to Receing folder, Printer is jammed - XI Job is done.
    Third trigger, File picked by XI , it couldn't able to deliver to the Receiving folder ,coz file ABC.txt is already there. So please understand the concept of IS_RETRY_LIMIT, XI retries once again after some interval, it couldn't able to deliver,file is there. - XI Job is not done- in process
    Fourth trigger, File picked by XI , it couldn't able to deliver to the Receiving folder ,coz file ABC.txt is already there,(Printer is not resolved yet, Second trigger file is already there). XI will retry to send file again after some interval it couldn't able to deliver,file is there. - XI Job is not done- in process
    XI retries the file for Third trigger process, it couldn't able to deliver, XI set the message to FAILED status.
    Fifth Trigger,  File picked by XI , it couldn't able to deliver to the Receiving folder ,coz file ABC.txt is already there,(Printer is not resolved yet, Second trigger file is already there)  XI will retry to send file again after some interval it couldn't able to deliver,file is there. - XI Job is not done- in process
    Printer Problem Solved
    File Picked by the printer, Second Trigger is done.
    XI retries the file for Fourth trigger process, it successfully delivers the message to the printer - XI Job is done
    XI retries the file for Fifth trigger process, it successfully delivers the message to the printer - XI Job is done
    Sixth Trigger, File picked by XI and sent to Receiving folder , Printer picked the file - XI Job is done.
    So, now the job continues as usual..
    Now your question might be what to do for the FAILED message in the Third trigger, As I mentioned in the other thread, you need to re-deliver it by the link given in the other thread.
    I hope u can understand , how IS_RETRY_LIMIT helps in your scenario!
    raj.

  • Simples for IDOC - Flat files (Formated) process

    Hi all,
    I m looking for same exemple showing how to create formated flat files from a standard IDOC.
    Thanks in advance,
    Fouad,

    hi,
    have a look at this :
    https://websmp102.sap-ag.de/~sapdownload/011000358700001795162005E/HowToIDocXMLToFlat.pdf
    abap mapping from IDOC to flat file
    all the code is inside the pdf
    or you can generate a file from R3 directly
    /people/stefan.grube/blog/2006/09/18/collecting-idocs-without-using-bpm
    Regards,
    michal
    <a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

  • PNG File format  ------- URGENT Please help

    Hi all
    I am trying to create a file of format type png. my code looks like this could someone help me with this and tell me whats wrong and how should i go about this. The file ofcourse is getting created but there is nothing in the file.
    Thanks in advance
    File file = new File("something.png");
    String filename = "something.png";
    FileOutputStream f = new FileOutputStream(filename);
    java.awt.image.renderable.ParameterBlock pb = new java.awt.image.renderable.ParameterBlock();
    pb.addSource(image);
    //pb.add(DataBuffer.TYPE_BYTE);
    com.sun.media.jai.codec.PNGEncodeParam.RGB encodeParam = new com.sun.media.jai.codec.PNGEncodeParam.RGB();
    com.sun.media.jai.codec.ImageEncoder encoder = com.sun.media.jai.codec.ImageCodec.createImageEncoder("PNG", f, encodeParam);
    encoder.encode(image);
    f.close();
              

    take a look at
    http://www.javaside.com/asp/mfr.asp?page=/us/jspImage.shtml

  • Idoc to file format

    hi guyz..
    i have an idoc ..how can i chnge this into flatfile...any ideas will be aprreciated
    thanks

    hi sudheer
    Hi,
    : Can any one please tell me if there is any utility to download IDOC in presentation server flat file ??
    : Thanks in advance
    Not really but you can get the idoc as flat file easily by defining your distribution model to pass the message to a file port, say your home directory.
    Create a file port using TXN WE21 - from here define the location (we use the locigal location of Home for testing) and a function module to generate the name. Then assign the port to the partner profile used in your distibution model.
    You can then get the file from the system or use TXN AL11 to view the file from SAP and download it.
    check this link
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/46759682-0401-0010-1791-bd1972bc0b8a
    <REMOVED BY MODERATOR>
    Edited by: Alvaro Tejada Galindo on Jan 31, 2008 11:29 AM

  • Error msg when I try to import, orig files deleted. Pls help!

    moved files out-cant import them back orginal files deleted.
    Helpp!!!

    Okay - I made the mistake of trying to copying photos from iPhoto and paste them on my desktop to sort out. (I thought it was my photos only, didn't know it was all kinds of other stuff (okay, I once knew this but I forgot).
    What happened is, because there was 10 zillion images in iPhoto (most irrelevant to me) when I pasted them on my desktop it froze it down and  desktop is filled up and unusable.
    Then - becaues Mac has no move command, only copy-Paste, I thought I'd delete the originals and move the stuff from my desktop back to iPhoto.
    Well, that didn't work. Got 2 error messages (iPhoto says they are wrong format or something).
    What do I do now? I am in safe mode, but cannot do searches, play movies, etc. I sent my other files to a 2nd computer to back them up, but I don't know what to do next!!!

  • Tried to connect ipod to sound system via USB and asked to format. Pls Help

    I have tried to connect my ipod to the dvd system via USB port. It asked me to format the ipod and i pressed yes and than instantly plugged the ipod out [realized what i did]. anyway the meessage on the scereen was that I had to connect it to the pc and itunes to resolve the problem. When i connected Itunes asked me to restore it. I know that if i restore than i will lose all my music. Is there is any other way to fix it?
    Thank you very much I really appreciate your help.

    Restoration is relatively simplistic. Here's whatcha do. Plug your ipad in, open itunes, now if itunes doesn't recognize it then you may have a problem, anywho, click on the ipad in the devices interface and go to the info tab, click restore, and it'll be just like it was when it left the factory. To get you data back, it should ask if you would like to use a backup, just select the backup you want and you'll be good to go. That is if you regularly backed up your iPad.

  • Data Format Problem Pls Help Me

    Hai,
    I try to insert the date values in the following format the error is occurred,
    insert statement:
    insert into temp values (to_date(?,'YYYY/MM/DD'))
    prepstat_insert.setString(1, end_date);
    Already the date values are stored in the following format
    2005-05-21 16:12:37
    The actual Error is
    " invalid value for DATE, TIME or TIMESTAMP field "
    Please give me any idea for how to recover this problem
    Thankx

    Try setting Date instead of a string. To do that Convert your String to a java.util.Date Object, Convert this to java.sql.Data object and on your prepared statement do a setDate(SQLDateObj) instead of String.
    P.S: Assuming that your column type in the DB is of type Date and not varchar2
    Regards,

  • Statement abt classpath in build.xml, pls help..

    <target name="run" description="Runs the example client">
    <echo message="Running the ${client-class} program:" />
    <echo message="java -classpath dist/${client-jar}:${jwsdp-jars} ${client-class} ${endpoint}" />
    <echo message="" />
    - <java fork="on" classpath="dist/${client-jar}:${jwsdp-jars}:${jaxp-jars}" classname="${client-class}">
    <arg value="${endpoint}" />
    </java>
    </target>
    What does the classpath means? what does attributes like, {client-jar}:, {jwsdp-jars}, {jaxp-jars} and {client-class} mean? please reply..

    class path tells java where the code (.class files) and any related data files are. It can contain paths to files or .jar files. .jar files are the same as .zip files except there's an extra file called the manifest file. Open one of the .jar files with winzip (or whatever tool you use) andyou will notices that most files are .class files (compiled java files).

  • IDoc flat file over AS2 adapter to IDoc adapter

    Hi,
    The scenario is IDoc flat file(.txt) over AS2 adapter to IDoc adapter. Could anyone help on how to convert the IDoc flat file to xml in AS2 adapter to execute the mapping further? we are using PI 7.0.
    Thanks in advance!
    -zameer

    Hi,
          Since you are on Pi 7.0, you would not be able to use the modules for this in PI 7.1.
    You would need to refer this document for converting from Idoc flat to XML
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/46759682-0401-0010-1791-bd1972bc0b8a?quicklink=index&overridelayout=true
    In your sender AS2 adapter, you can pass the file as is to an abap mapping which will do the conversion to Idoc xml. the output of the abap mapping goes to your message mapping then for conversion.
    Another option would be to use a custom adapter module in the sender AS2 adapter to call the Aabap mapping to do the conversion into Idoc xml.
    The custom adapter module would do a JCO/RFC call which will do the conversion before passing the data back to the adpter module.
    Regards

  • Pls help me writing logic:iterate tag in jsp page

    Hey guys , I am struck in retriving string p1,p2,p3 in the jsp page
    Pls have a look ata the code
    In DAO class:-
    StdprdDAO.java
    Public arrayList getPFP()
    ArrayList a = new ArrayList();
    While(rs.next())
         columnsVO colVO = new columnsVO;
         colVO.setProduct(rset.getString(1));//will store in String colProduct
         colVO.setFamily(rset.getString(2));//will store in String colFamily
    colVO.setPrice(rset.getString(3));//will store in String colPrice
    a.add(colVO);
    return a;
    In Action Class:-
    ArrayList final = null;
    StdprdDAO DAO = new stdprdDAO();
    final = DAO.getPFP();
    For(int i = 0; final !=null && i<final.size() ; i++)
         columnsVO VO = null;
         VO = (columnsVO)final.get(i);
         String p1 = (String) VO.getProduct();
         String p2 = (String) VO.getFamily();
         String p3 = (String) VO.getPrice();
         Request.setAttribute(“p1”,p1);
         Request.setAttribute(“p2”,p2);
         Request.setAttribute(“p3”,p3);
    In JSP PAGE:-
    id = “columnsVO”>
    <bean:write name = “columnsVO” property=”final” id=”p1”>
    but still I am doubting my above sentences in jsp page ,so pls correct them if possible.
    Instead of l;ogic:iterate can I use directly getattribute(“p1”)? <logic:iterate
    Still I m doubting I can not utilize columnsVO file in logic:iterate, I can utilize only formbean file.
    So pls help me with this.

    May I ask why have you done it?
    If it is related to printing of the list then it is of no use.But it IS of use. The objects compEmployees is in scope.
    It has the list we want to print out.
    With logic:iterate:
    <table>
         <tr>
           <th>Number</th>
           <th>Employee</th>
         </tr>
         <logic:iterate name="compEmployees" property="totalEmps" id="emp">
              <tr>
                <td>
                  <bean:write name="emp" property="empNo"/>
                </td>
                <td>
                  <bean:write name="emp" property="empName"/>
                </td>
              </tr>
         </logic:iterate>
    </table>or alternatively with JSTL and c:forEach
    <table>
         <tr>
           <th>Number</th>
           <th>Employee</th>
         </tr>
         <c:forEach items="${compEmployees.totalEmps}" var="emp">
              <tr>
                <td>
                  <c:out value="${emp.empNo}"/>
                </td>
                <td>
                  <c:out value="${emp.empName}"/>
                </td>
              </tr>
         </c:forEach>
    </table>Cheers,
    evnafets

  • Problem in file content conversion, file 2 xml scenario

    Hi,
    Could some one help me in finding out the error in my file to xml scenario, please do consider the following things what I did for this scenario.
    1.My sender file structure is flat file with , seperated 4 fields. On receiver end expecting xml file.
    2.Did file content conversion at sender file adapter and given parameters as follows.
         Document name             : MT_FileInput
         DocumentnameSpace     : http://file/praveenworkshop
         Recordset Name             : DT_Record
         Recordset Structure        : DT_Row,*
         KeyfieldType                   : String( default)
        DT_Row.fieldnames          : FirstName,LastName,City,PostCode
        DT_Row.fieldSeparator      : ,
        DT_Row.processConfiguration: FromConfiguration
        Dt_Row.endSeparator       : 'nl'
    3. I did check in Adapter Monitor that Both Sender and receiver adapter are showing green and It was showing  'Adapter is up and running: But no messages processed'
    4. I did check the SXMB_MONI which was showing " Scheduled for Outbound processing"
    5. In SXMB_MONI outbound processing payload was picking up the file and also inbound processing showing the same.
    6. my source folder and destination folder are very simple c:/praveenfiles/input and c:/praveenfiles/output
        files are source file praveen.txt and destination file praveenOP.xml
    Please help me in finding out the error to see the output file in my output folder.

    Hi Praveen,
    Hope these bloga are useful to you..
    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,
    Satya

Maybe you are looking for

  • Unable to run portal app in CE

    Hi,    i'm trying to develop the portal application project in CE. I have deploy the the portal project to the server successfully(i have registered sap instance in CE's preference). But when i try to run the portal component in the CE. it pops out a

  • Windows server 2008 R2 won't update

    I have a Windows Server 2008 R2 which won't install updates coming from a WSUS server.  All other servers are installing updates fine.  They fail with the code 52D.  If i look at the Application Event log i can see the install start but then each upd

  • External Hard Drive doesn't work on one usb, but works on the other, help?!

    Hi there, I have a very strange issue here. When connecting my external portable Maxtor 60GB disc to my MBP, I usually use the usb port on the right side of my laptop. However tonight, I connected it to the left usb port and noticed a horrible clicki

  • CS6 OS X and Illustrator creates temp files when saved

    Hello all, First time to the forums, did a search and couldn't find anything, called customer support they didn't have an answer, and they directed me here. We recently upgraded from CS5 to CS6 for OS X(Snow Leopard).  Now, when our users open a file

  • Importing music from your ipod nano

    i reinstalled windows and want to put all the songs from my nano into the iTunes library...how can i do that?