Delimted excel ouput

For large amount of data we use desformat-DelimitedData. If we use delimited desfromat with delimiter character say comma, I get output in excel with all the fields in A column of workbook. Is that possible to separate content of column A in excel to many columns(equal to total fields) ?
after output is generated i dont want user to do text-to-column step to get different fields in different columns. Is there automation?

Hi
This is the only solution u have.what was the value for list separator in regional and language settings.Actually when u open a csv file in excel.Default list separator should be "," But in your case it must be set to ";" .Set it to "," as given by me proviously.This should solve ur problem
--Ajay Sharma                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

Similar Messages

  • XML Report in Excel Ouput

    Hi
    I am developing a report in XML Publisher and getting its output in Excel and PDF both. In report I put a company logo pic, while running both formats, in PDF logo is fine but in excel there was no logo.
    Can someone help me out from this.
    Thanks

    Hi,
    Better u can create a separate cell and place the logo and check it. Because in pdf and rdf output the logo will come fine, but in Excel output it will override the cell and come, so u can try like this.
    Regards
    Sri

  • XML Report Excel Output Numeric & Character value left aligned

    Hi,
    I want the XML Report Excel ouput both numberic and character values to be left aligned in the report ouput. Currently my report excel ouput prints the number value right aligned and character value left aligned.
    I have tried to concat a space to the value to make that as a character value, but this gives a extra space in the report output, which shld not happen..
    Please could anyone help me with a solution.
    Thanks

    Hi Uday,
    You are making number as a string, by adding a character :) , so it will be displayed as string with space and not as number.

  • Dynamic selection of columns in report and print the output

    Hi,
    I tried to have dynamic selection of columns in SQL query using lexical parameter. The hitch is how to print those selected column in excel ouput ?
    Suppose
    I have select &col from table_name
    Initial value of &col is col1 and in data layout only col1 appears
    where &col was replaced with more than a column (col1,col2,col3)
    now how to print the column selected at the run time,
    i have coded in Before Report Trigger
    :cell_val := ' <td><rw:field id:"cl1" src="col1"></rw:field></td>
    <td><rw:field id:"cl2" src="col2"></rw:field></td>
    <td><rw:field id:"cl3" src="col3"></rw:field></td> ' ;
    and this user parameter was replaced in web source using JSP expression
    <rw:getvalue id: "v_cell" src:"cell_val"></rw:getvalue>
    <rw:foreach src:"g_val">
    <table>
    <tr>
    <% =v_cell%>
    </tr>
    </table>
    </rw:foreach>
    but in the output i can see only blank columns
    Regards
    Suresh

    The strings replaced by expression <%= v_cell %>
    should print the field values contained in col1,col2,col3 columns, but nothing is printed . i think the custom tags (rw...) are not replaced by the jsp expression properly.

  • DESFORMAT=SpreadSheet  mutates  output

    DESFORMAT=SpreadSheet
    PRODUCED OUTPUT WITH VERY BAD FORMATING
    (1)DATA IN ROWS ARE NOT ALIGNED
    Data is in cell c12 and the adjacent column has data in cell d13
    (2)COLUMN HEADINGS SKEWED
    Data is in column C and the column heading is in column G
    (3)LOTS OF BLANK ROWS
    The first 10 or 20 are empty rows
    (4)LOTS OF BLANK COLUMNS
    First data item is in b25 the next one is in g25, etc
    Any suggestions?

    I also tried DESFORMAT=XML
    This formats within each cell properly
    When ouput appears in browser windos I did FILE=>SAVE AS and put .xls as fine name extension to get EXCEL ouput
    Just the column headings are not EXACTLY right
    It may be possible to modify XML tag in Data Model Group to have proper column headings....
    For report level Place Holder that you do not wish to appear in report
    set XML Output = NO
    Let me know

  • Download HIERSEQ_LIST_DISPLAY ouput to excel and application server

    Hi experts,
       i want to download the report output (HIERSEQ_LIST_DISPLAY) to excel and to application server.
    i know the method for single internal table but in HIERSEQ_LIST_DISPLAY  two internal tables used
    and the ouput should be the same way in HIERSEQ_LIST_DISPLAY .

    Hi Ashish,
    I think so it is getting downloaded in the right manner. But the appearance in excel is different.
    Please do the changes in your excel as below.
    Right click on cell(Where ur getting wrong formatt )>Formatting cells> select category in Number Tab and choose your desired format
    then click Ok.
    Thanks,
    Rakesh Vanamala.
    Edited by: rvanamala on Feb 1, 2011 1:24 PM

  • How to download data from abap-ouput to excel sheet with logo

    how to download data from abap-ouput to excel sheet with standard logo
    Edited by: Harish Kasyap on Nov 18, 2008 8:19 AM
    Edited by: Harish Kasyap on Nov 18, 2008 8:20 AM

    For saving the report you can goto System -> List -> Save -> Local File -> Location where you want to save in your presentation server.
    You can also give a option in your selection screen to save the file to Presentation server using FM GUI_DOWNLOAD.
    Hope it helps.
    Thanks,
    Jayant.

  • Doubt in Excel sheet ouput

    Hi All,
    I am doing 1 report in which the output has to be displayed in excel sheet.For this I am using FM 'WS_EXCEL'.
    Its displaying the output correctly but the Field headings are not coming in excel sheet.
    So what can be done to get the headings?
    Thanks in Advance!
    Kiran

    Thanks.
    same thing I am doing but it is displaying fields name but at the bottom and also as columns not rows.
    Here is the code:plz modify it if possible
    form excel_output.
      IF NOT i_final[] IS INITIAL.
        file_str = p_file.
        CONCATENATE p_file  '.xls'
        INTO file_str.
    CALL FUNCTION 'WS_EXCEL'
      EXPORTING
        FILENAME =  file_str
        SYNCHRON = ' '
      TABLES
        DATA     = i_final.
    endif.
    ENDFORM.
    With Regards,
    Kiran

  • How to Ouput data in Excel format in Batch mode?

    Hello,  I would like to know how can I write a file in Excel format to Unix box in Batch mode using ABAP.   Is it possible?
    Currently, we are generating this Excel file in foreground using the FM "XXL_SIMPLE_API".  
    Your help will be appreciated.

    Hello Sam,
    in the batch mode it is impossible to use OLE as it requires frontend connection, in this case you can use transformation instead. It means you call some transformation which is created by you according to your specific requirement, the source of transformaton is ABAP internal tables, and the output is xml source, and when you save the xml source as .xls file to your local PC and double click it, it will be opened by excel. You can read the wiki below, it is very helpful.
    http://wiki.sdn.sap.com/wiki/display/Snippets/XMLXLStransformation
    Best Regards,
    Jerry

  • Exporting BI Publisher 11g ouput to Excel 2007 with over 65,000 records

    Hi All,
    I have seen information that BI Publisher 11.1.1.5 allows sending BI Publisher reports directly into native Excel 2007. Will this automatically allow reports with over 65,000 records to be saved in a single Excel 2007 sheet? If so, is it possible to do this in BI Publisher 11.1.1.3 which I am currently using or must I upgrade to 11.1.1.5 to get this functionality?
    Will BI Publisher 11.1.1.5 also work with Excel 2010 to be able to load reports with over 65,000 records into a single Excel 2010 sheet?
    Thanks for any information that will help me find a solution to this issue.
    Barry

    well, i did some research, and indeed, to be able to output as .xlsx you would need an update to 11.1.1.4, as it is the first one which supports Excell 2007/10.
    *[url http://www.java-forums.org/blogs/advanced-java/collection/]Java collection*

  • Report Ouput to Excel

    Hi,
    I have a portlet in which is displaying the output of the report. When I click on Customize link in the portlet and select display option as Excel, I get junk. I am using Portal 3.0.9.
    Please help me. Thanks in advance.
    Regards,
    Jatinder

    I am having the same problem and I have Office loaded on my machine. If a user customizes the report (QBE) and chooses the Excel report format option, as the help file suggests, the font and the layout of the report are changed, but the Excel file does not get downloaded, even though it does if the report is run from Portal navigator.

  • Downloading ouput to Excel

    Hi,
    I have a requirement that when i download the report output to excel sheet the if the field contents has preceding 0's ( Zeros) ex: 012345679, it shud appear same in the excel. But now when i download to excel the preceding 0's are not appearing in the output.(ex:12345679).
    Can any one give me a solution for this apart from manul text to excel conversion.
    Waiting for ur reply....
    Regards
    Srinath

    Hi,
    I don't think you can do this in ABAP.u can do it in excel directly.
    But u can define ur field as type of char and than download it.
    If anyone can also export the initilal 0's directly post it so that I can also learn it.
    Hope it works.
    Regards,
    Anil.

  • Excel icon in alv ouput

    Hi,
         after executing alv report iam not getting the excel icon in the alv toolbar.
    please guide me.and the spreadsheet icon is greyed out in the list->expo

    HI prakash,
    Is that the standard menu you are using or you have set your own pf-status?
    In standard menu->list->export->local file->select spread sheet radiobutton.
    This will download your data to excel sheet.
    Cheers!!
    VEnk@
    Edited by: Venkat Reddy on Oct 31, 2008 10:25 AM

  • Are You All Able to get the Output In EXCEL Format

    Hi All,
    I have one question. Are You All Able to get the Output In EXCEL Format?? I am working on Oracle Apllication 11.5.10.2 and my XML builder is 5.0.1. Problem which i m facing is this...... Whenever i am submitting a concurrent program with format type different from PDF i could not able to view the ouput in desired format. When i am pressing view output it gives me a file in XML and when i save that file with extention 'xls' or 'rtf' then i could able to see the saved file in desired format.
    Can anyone tell me where is the problem??? Is it a bug?
    I am using microsoft world 2000 sp-3.
    Please give your valuable comments. May be your comments can solve my problem..
    Thanks
    Ravi

    Hi I got Same issue
    When I change Format to EXCEL from
    Submit request>> Option>> Format = EXCEL
    In window I am getting something HTML code and
    when I try to copy it to Browser from Tools>> Copy File in to Browser I am getting following message
    The XML page cannot be displayed
    Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.
    End tag 'p' does not match the start tag 'a'. Error processing resource 'http://our url.com:8000/OA_CGI...
    <p class="c0"><a name="Text4" id="Text4"><a name="Text1_1" id="Text1_1"><span class="c1">Dept No <...
    But I can see the output when Format is PDF
    Pls suggest solution ,I am using EBS 11.5.10.2.
    Thanks
    Rahul
    Message was edited by: Rahul
    user576181

  • Bypass Header and Footer in Excel output

    I have a Requirement like this
    I need to have the report output in the below three formats
    PDF,EXCEL,HTML
    But when we see the ouput in EXcel it should not have the Footer and Header Scetion ,
    remaining two output formats (PDF,HTML) must have the Footer and Header Section.
    Any one having any idea about this issue.
    Thanks in Advance.
    Have a Nice day.

    Hi @BIPuser.
    I said the same thing to them but they said no that is final option but we need only single template for all the outputs alos it should handle the bypassing of header and footer for excel output.
    Thanks for your reply, If i come across anything i will let u know.

Maybe you are looking for

  • Automatic logout after system freeze?

    Lately I have been having trouble with my MBP 4,1 running 10.6.8.  The entire computer will freeze for several minutes, and then the system will automatically close all open programs, log out all users, and return to the login screen.  It's almost li

  • Core foundation.dll not found

    I know this must be an old question. After installing the latest version of itunes, I get the error message that core foundation.dll was not found. Apple syn notifier has stopped working. I have tried three time uninstalling itunes and quick time , a

  • Dynamic menus from database with URL parameters

    Hello! I'm trying to build a set of dynamic menus that would be based on data from the database. I need to have a menu item for every database row, and all the items point to the same page, but each with its own parameter in the item's URL. The URLs

  • Is my security a risk?

    I have been receiving multiple emails per day on How to reset your apple id password. Seems like someone is trying to reset my password at least 3-4 times a day. I have changed my password but I want to know if there is something else I can do to ens

  • Transfer and keeping tracks problems

    Do I need to keep the music files permanently on my hard drive when transferring the files to my G2 Shuffle? I have some tracks that I don't keep on my drive but like to have it on my shuffle. Every time I delete the files from my HD, the shuffle's l