While Idoc to File  XI processing : data format change

Hi All,
need help.
I am processing  idoc to file in a sscenario.
Here we have one  field in  Idoc is "Miscdata"   Where we are passing one String with multiple spaces"
While this String goes to XI it remove the multiple space and make single space. I am not getting. how can I avoide.
I can not avoide it XI side. Here I am using  substring  to take different value from  different position  of the String which are fix.
Please help me in this

closing. thanks

Similar Messages

  • "could not be handled because Pages cannot open files in the "data" format."

    I cannot open some files from at least two different friends.   the message that I get is "could not be handled because Pages cannot open files in the “data” format.”. 
    I have OSX 10.9.2
    I have the latest version of Pages 5.2
    Any help is appreciated. I'd like to be able to open files. Thank you.

    Could your friend possibly be using a Mac running OS 9?
    Or one of the early versions of OSX?
    They are the only Systems I know of that don't have file extensions on the files, because they used data forks in the file, something Apple eventually abandoned, in the interests of compatiblity with Windows and UNIX generally.
    I had a look AmigaOS also had a form of file and resource separation, in which the main file does not have an extension.
    Peter

  • I just transferred my garage band songs from my iphone to my mac. Why won't garage band open them? I just upgraded to ilife '11. Still won't work. Garage Band cannot open files in the "data" format.. Any Ideas?

    I just transferred my garage band songs from my iphone to my mac. Why won't garage band open them? I just upgraded to ilife '11. Still won't work. Garage Band cannot open files in the "data" format.. Any Ideas?

    Are you trying to transfer the GarageBand projects or the rendered audio files? What version of GarageBand do you have on your iPhone?
    I do not think you can share your GarageBand projects from your iPhone to GarageBand on your Mac, unless you have iCloud, afaik, only the audio files.
    How did you transfer the song?
    To share from an IOS device the Projects or audio files, see:  Share GarageBand songs
    Regards
    Léonie

  • Date format changes in the middle of a program execution

    In my C code I have a series of select statements.
    When I first get a session to the database I use the following command to set the date format
    alter session set nls_date_format = 'MM/DD/YYYY HH24:MI:SS'
    It works fine for a few queries. After a while during the program execution I see that the date format changes to 'DD-MON-YY' format. This results in a series of error in my code because I expect the date format to always be in the 'MM/DD/YYYY HH24:MI:SS' format.
    Any idea why the date format should change all of a sudden in the middle of the program execution.

    I second the idea that you should always use TO_DATE and TO_CHAR if you want to reliably convert between dates and strings.
    Without seeing your code, it is hard to say why your date format is changing, but the most likely reason is that you are changing users somewhere in the code. For example:
    SQL> show user
    USER is "OPS$ORACLE"
    SQL> SELECT sysdate FROM dual;
    SYSDATE
    11-JUL-2003
    SQL> ALTER SESSION SET nls_date_format='dd-Mon-yyyy hh24:mi:ss';
    Session altered.
    SQL> SELECT sysdate FROM dual;
    SYSDATE
    11-Jul-2003 10:15:12
    SQL> connect jtest/test
    Connected.
    SQL> SELECT sysdate FROM dual;
    SYSDATE
    11-JUL-2003TTFN
    John

  • Date format changed (since SP8?)

    Applied SP8 lately on a server. I guess since then the date format changed.
    It is now April 18, 2011,
    and it should be 18 April, 2011.
    I am not sure if this is because applying SP8, but what is for sure that the date format is not what we used to.
    Checked time zone. Regarding to `set time zone` it is proper (CET-1CEST).
    Please advise.

    Hi Marcel,
    Thanks for the fast reply. I will give it a try probably.
    I am still wondering what could have changed the date format.
    Originally Posted by Marcel_Cox
    I^d be suprised if it is really SP8 that changed your date format on the server console.
    In any case, the date format on the server console is controlled by the file lconfig.sys copied to the server's c:\nwserver directory at installation time.
    The following TID tells you how you can replace this file.
    Note that the TID refers to changing the code page. In your case, it is not the code page you want to change, but the country code which corresponds to the date format you want to display
    10093487: Convert existing NetWare server to different Codepages.

  • Data format changing from database to datagridview

    hi I am trying to display data from database sqlite  to datagridview the data format changed automatically
    the date in database is
    2012-02-20 16:42:10.00 but on datagrid view it appears like  20/02/2012 16:42:10,
    swOut.Write(",");
    swOut.Write(dataGridView1.Columns[i].HeaderText);
    swOut.WriteLine();
    //write DataGridView rows to csv
    for (int j = 0; j <= dataGridView1.Rows.Count - 1; j++)
    if (j > 0)
    swOut.WriteLine();
    dr = dataGridView1.Rows[j];
    for (int i = 0; i <= dataGridView1.Columns.Count - 1; i++)
    if (i > 0)
    swOut.Write(",");
    value = dr.Cells[i].Value.ToString();
    //replace comma's with spaces
    value = value.Replace(',', ' ');
    //replace embedded newlines with spaces
    value = value.Replace(Environment.NewLine, " ");
    swOut.Write(value);

    This forum is for Microsoft products, they have already and endless quantity of databases, many even freeware. 
    Try therefore for your question the forums for SQLite.
    SQLite has very special own way of datatypes.
    Success
    Cor

  • IDoc-to-File: Status=processed succesfully but file is not always delivered

    Hi Experts,
    I have a problem with a IDoc-to-File scenario. I generate an IDoc and send it to the XI-System. Afterwards a XML-file is created which should be transmitted to a filesystem or to a ftp server (I tested with both). In the SXMB_MONI the Message has the Status "Processed Succesfully" and the Acknowledgement-Status "Still awaiting acknowledgement". The problem is that not all files arrive the destination succesfully. sometimes they arrive and sometimes not. and always the same status in the sxmb_moni.
    if a message not arrived the destination, in the message monitoring in the runtime workbench there is the status "To Be Delivered". If one Message has the status "To Be Delivered" the following messages get this status too.
    the communication-channel-monitoring says that "the communication channel is correctly configured and started"
    Can you help me? I don't know where the problem is. could it be that the adapter-engine has some problems?
    Thanks and best regards
    Christopher

    hi,
    I clicked on details in the message monitoring but the fields "error category" and "error code" are empty. Then I checked the audit log in the message monitoring. there are the following three entries
    2008-01-28 14:08:56 Success Message successfully received by messaging system.
    2008-01-28 14:08:56 Success Using connection File_http://sap.com/xi/XI/System. Trying to put the message into the receive queue.
    2008-01-28 14:08:57 Success Message successfully put into the queue.
    and here the audit log of a message which could be transmitted correctly:
    2008-01-28 10:33:10 Success Message successfully received by messaging system.
    2008-01-28 10:33:10 Success Using connection File_http://sap.com/xi/XI/System. Trying to put the message into the receive queue.
    2008-01-28 10:33:10 Success Message successfully put into the queue.
    2008-01-28 10:33:10 Success The message was successfully retrieved from the receive queue.
    2008-01-28 10:33:10 Success The message status set to DLNG.
    2008-01-28 10:33:10 Success Delivering to channel: FILEPORT_TO_PICC
    2008-01-28 10:33:10 Success MP: entering
    2008-01-28 10:33:10 Success MP: processing local module localejbs/CallSapAdapter
    2008-01-28 10:33:10 Success File adapter receiver: processing started; QoS required: ExactlyOnce
    2008-01-28 10:33:10 Success File adapter receiver channel FILEPORT_TO_PICC: start processing: party " ", service "X22_PICC"
    2008-01-28 10:33:10 Success Write to file "/tmp/xi/PICC/INV_5075_4000102108_20070109_103310.XML" as binary, size 410 bytes
    2008-01-28 10:33:10 Success File processing complete
    2008-01-28 10:33:10 Success MP: leaving
    2008-01-28 10:33:10 Success The message was successfully delivered to the application using connection File_http://sap.com/xi/XI/System.
    2008-01-28 10:33:10 Success The message status set to DLVD.
    2008-01-28 10:33:10 Success Acknowledgement creation triggered for type: AckNotSupported
    2008-01-28 10:33:10 Success Acknowledgement sent successfully for type: AckNotSupported
    can you say me where the problem is?
    thanks and regards
    chris

  • IDoc looks fine, but "Processing (data packet)" : No Data

    Hi dear all:
    we trying to loading data from R3 ECC 5.0 into BI 7.0. During the loading process, the status keeps "yellow".
    When we checked the Details in the extractor monitor, the message shows in "Transfer (IDocs and TRFC) is "Request IDOC and Info IDoc 1 : Application document posted".
    But the "Processing (data packet): No Data. We have checked on R3 in tcodes BD87 with IDoc number."IDoc entries in tRFC queues" shows red light under section of "IDoc in outbound processing".
    In IDoc entries in tRFC queues, there is not revenant record for this IDoc. Also we used tcode SM37 to check job execution based on the request number of data loading. The job is shown released.
    Can anyone give us some idea about what happened and how can we fix it.
    Thank you very much
    SF

    Geeta,
    Try this...heard there needs to be a setting made in T-code..SMWQR ..
    U have to register the csa*  queue...try getting more inputs on this...this is what I know abt this..
    Hope this helps..
    Regards.
    Nick.

  • How to change open file dialogue box date format

    Hi - I can't find how to change the date format whenever I open any creative suite document - my system preferences are set to dd/mm/yy and every other application shows this date except for CS4 it shows mm/dd/yy. Can anyone help please. Much appreciated.

    Hi, I'm having the same problem with the date format - all Creative Suite 'open' menu items are showing US format mm/dd/yyyy rather than UK format dd/mm/yyyy... although everything else on my system is set for UK format and all other programs open properly. The strange thing is: I'm sure this has only just happened after years of using Creative Suite... I'm sure I would have noticed it before. I'm on CS3 so haven't had any recent updates that might have affected it.

  • Date format changed while printing invoice

    Dear All,
    Since yestardayin production server the date format of invoice is like 12.02.2010,but form morning it is comming like 2010.02.12.
    I have checked in quality and it is still comming like 12.02.2010.
    Could you please tell me why is it comming?
    Regards,
    Amar

    Dear Amar,
    1 Check the user profile for default type od date value in production system and compare it with quality. If this is not as per the quality system then change it.
    2 if both system quality and production both have same date format then  you have to debug and find out the issue.
    Hope you need not to go for second point.

  • SSAS Cube parameter date format change

    Hi Experts,
    I am new to SSRS report creation. I have a parameter which is fetching date from cube. The date format from cube is YYYY-MM-DD.
    I want expression to change the date format to DD/MM/YYYY.
    I have used this expression - =Format(CDATE(Parameters!DimPromoUBUBStartDate.Value),"dd/MM/yyyy")
    but it is not working and getting the following error,
    "unable to cast object of type 'System.object[]' to type 'system Iconvertible'
    Please give your suggestions
    Thanks in Advance,
    Rajan

    Hi Rajan,
    According to your description, when you convert the "YYYY-MM-DD" formatted data from the parameter and change the format, it throw the error above. Right?
    In this scenario, the reason why you get this error because you set allow multiple values in that parameter. When we allow multiple values in a parameter, all select values will be put into a array when processing even you only select one value. And
    the CDate() function can't convert the object[]. So please unselect the allow multiple values in parameter. If you want to keep multiple values selection, you can only convert one element from the array. For example: CDate(Parameter!XXXX.Value(0))
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • BAPI - Webservice, Date-Format changed

    Helly everyone,
    I've got a problem when creating a WS based uppon a BAPI (BAPI_FLIGHT_GETDETAIL). The Webservice itself works fine. But if I use the BAPI I need to use the Date-Format DD.MM.YYYY for the required Input-Field Flightdate. In the WS I need to use the format YYYY-MM-DD. Now, is there any way to use the DD.MM.YYYY-Format in the WS also?
    Greetings

    Hi Marcel,
    Thanks for the fast reply. I will give it a try probably.
    I am still wondering what could have changed the date format.
    Originally Posted by Marcel_Cox
    I^d be suprised if it is really SP8 that changed your date format on the server console.
    In any case, the date format on the server console is controlled by the file lconfig.sys copied to the server's c:\nwserver directory at installation time.
    The following TID tells you how you can replace this file.
    Note that the TID refers to changing the code page. In your case, it is not the code page you want to change, but the country code which corresponds to the date format you want to display
    10093487: Convert existing NetWare server to different Codepages.

  • Date Format changes    in   Query Designer

    Hi friends,
              I have one  date field that is Keyfigure (not  a Time charecterstic) ...now   i want to display date in  DD- MON - YYYY format... but  up to modelling side my date format is DD.MM.YYYY.....
           i dont want to change in modelling side.. because.. this required format is needed only for some querys ...
       so, can  any one  suggest me is there any chance to  get the date format in the reporting side like this..(27-JAN-2007) ..
            helpful answers will be appriciated..
    Thanks
    Babu

    Hi,
    After logon to BW, goto SYSTEM at menu bar.select user profile --> select OWN DATA. You will get Windoe, in that goto default tab, there you change DATE FORMAT and save.
    If it useful assign points.
    Regards,
    sri

  • Date Format changes in EP.

    Dear All,
    In Adobe Interactive Form, I am using a field which is mapped to the Date Context Variable.
    In R3, it shows the date format as DD.MM.YYYY. But when I look from EP, it shows YYYY-MM-DD Why this validation ?
    How to solve this issue? I( am using Adobe Interactive Form and it displays that field in Pdf in EP)
    Please help.
    Nikesh Shah

    Got the answer.
    Actually you need to write a simple code :
    SimpleDateFormat InvoiceDate = new SimpleDateFormat("MM/dd/yyyy")
    String InvoiceDate1 = InvoiceDate.format(Your Date) ;
    wdContext.currentOutputPrintNewElement().setInvoiceDate(InvoiceDate1);
    Thx everyone for reading this thread.

  • Date Format  changes in  the Reporting side..

    Hi friends,
    I have one date field that is Keyfigure (not a Time charecterstic) ...now i want to display date in DD- MON - YYYY format... but up to modelling side my date format is DD.MM.YYYY.....
    i dont want to change in modelling side.. because.. this required format is needed only for some querys ...
    so, can any one suggest me is there any chance to get the date format in the reporting side like this..(27-JAN-2007) ..
    helpful answers will be appriciated..
    Thanks
    Babu

    Hi Babu,
    If the format is required in the Bex analyser then its system dependent setting .
    Control panel - > Regional & language options -> Regional options -> Customize -> Date -> Short Date format -> DD-MMM-YYYY(Change) .
    Do not forget to log off and re-login into bex,execute queries and see the output.
    Hope that helps.
    Regards
    Mr Kapadia
    Assigning points is the way to say thanks in SDN.

Maybe you are looking for

  • DRAM Frequency 400 (1:1)?

    I have 2*512 MB DDR RAM Dual Channel PC4000 EL OCZ with MSI 865PE Neo2- I have followed OCZ recommended settings for MSI 865PE Neo2,OCZ recommendations but when I set DDR frequency to 400 I get graphical problems in certain 3d games (flickering menus

  • How to set Alias name for URL or change  URL..

    Hi: I am using Apache Tomcat as web server, it contains multiple web applications. Url for one of this application is, e.g. http://localhost:8080/myapplication. This particular url work fine. But i want to use only mypage word instead of all the abov

  • How to convert characterisitics of a materila to external format

    Hi All, I am fetching characteristics value(present in Classification view) of a material using the FM 'CLLA_CHANGE_DOC_CLASSIFICATION'.But it gives the old value and new value in internal foramat.How can i convert the characteristics values to exter

  • Input ready Query - Issue No data available

    Hi Gurus Part of the sand box build I created  a real time cube and an aggregation level. I have created an Input ready query and ensured the key figures are having the option of Data Can be changed . Chars are selected with only Master data option.

  • Problem: Importing from DVD to imovie. The DVD mpeg 4 file will not import

    I recently purchased ImTOO DVD Ripper Ultimate. I've successfully managed to rip some files to my desktop. But I'm now having an issue importing 1 particular mpeg 4 file to imovie for editing. I open imovie and locate the mpeg 4 file. Imovie window p