BEx-in Excel sheet particular row has to highlightned

Hi folks,
We are having requirement in Bex.
that particular  material M00021 has to be highlightened.
Every time we will pull data from R/3.
the colour may be any colour but it has to highlightened irrespective of the kay figures(so exceptions will not work out here).
it is very urgent.
Thanx in advance
Regards,
Vasu.

Hello vasu,
check if this helps you in any case:
http://www.sap-img.com/abap/download-to-excel-with-format-border-color-cell-etc.htm
thanks,

Similar Messages

  • Re:colors in Excel sheet (first row should be completely filled with yellow

    I am using the type pools OLE2 to put colors in the Excel sheet.
    What is the property to fill color in the Excel sheet cell.
    i got the text in colors but not the background...
    for example:
    i need the first row ie..the heading to be in yellow.
    Can some one send me some sample code .plz its urgent..........

    Hi,
    Check to see the following code:
     Sub Find_match()
        Dim Range1 As Range
        Dim Range2 As Range
        Set Range1 = Application.InputBox("Select the range on the first sheet to Compare", Type:=8)
        Set Range2 = Application.InputBox("Select the range on the second sheet to Compare", Type:=8)
    Dim range_row1 As Integer
    Dim range_row2 As Integer
    Dim loop_row1 As Integer
    Dim loop_row2 As Integer
    Dim find_value As String
    range_row1 = Range1.Rows.Count
    range_row2 = Range2.Rows.Count
    For loop_row1 = 1 To range_row1
        find_value = Range1.Cells(loop_row1, 1)
        For loop_row2 = 1 To range_row2
            If Range2.Cells(loop_row2, 1) = find_value Then
                If Range1.Cells(loop_row1, 2) = Range2.Cells(loop_row2, 2) Then
                    Range1.Rows(loop_row1).Interior.Color = vbYellow
                End If
            End If
        Next
    Next
    End Sub
    When the macro run, it will prompt to select the range in both sheet, the range is where the cells contain the data, it contains two columns.
    Jaynet Zhang
    TechNet Community Support
    Jaynet,
    Thank you so much. This is exactly how I wanted it to work. The only thing I wanted to know which I will try and figure out while I await your answer is if I can make this work between workbooks instead of worksheets? Currently, it does not allow me to switch
    workbooks when running the macro to select the second range. Thank you.

  • PI to genrate excel sheet as output

    Hello All,
    Interface is outbound. The mode of communicaiton from SAP ECC to SAP PI is through Proxy XML. And from SAP PI to Target application the mode of communication is Excel sheet. PI has to generate Excel sheet to the target system read.PI version using is 7.1
    Can you please help in getting solution for this requirement
    Thanks,
    Regards,
    Moorthy

    Hi Naresh - Did you check the below blogs?
    Convert incoming XML to Excel or Excel XML – Part 1 - XSLT Way
    Convert incoming XML to Excel Sheet Part 2 – Adapter Module way
    Excel Files - How to handle them in SAP XI/PI (The Alternatives)

  • Display Comments directly on BEx Excel sheets

    Marc has a white paper on displaying comments and attached documents on BPS web. Is there a solution to do the same on BEx Excel sheets when running a query?

    >
    sanjay wrote:
    > Hi,
    >
    >    Run the query, Right click on the cell where you want add coments, on the contect menu you have the option attach text, FIle and so on. Thats what you are looking for. If this option is not available then the characteristic infoobject you are using in the row is not enabled with Document Property. Ask your BW person to enable that under the GENERAL tab of that Infobject.
    >
    > Thanks,
    > sanjay.
    Sanjay, yes you are correct that is how to goto the document, but how do you automaticaly include it in a printed version of the workbook?

  • Excel sheet has modified data cells error - do you want to submit

    Using smartview in office 2007 I often get trapped in a loop where each time I modify any data on the excel sheet I get the error "Excel sheet has modified data cells. Do you want to submit the modified data cells before proceeding?". Regardless if I choose yes or no I basically have to start a new instance of excel to clear the error.
    For the most part I never use member select rather just type the members I want freehand in the excel workbook. Seems like the error arises after I insert or delete a row or column and then try to update the page.
    If I "reset" the connection it seems to help but not all the time.

    This may be the same issue as you are experiencing "When Trying to Copy Cells Between Excel Tabs Get Message "Excel Sheet has modified data cells do you want to submit the modified data?" [ID 1301092.1]"
    The document is on "My Oracle Support"
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Ignore 2nd row and 4th row in Excel Sheet in SSIS Package

    Hi All,
    I have an SSIS package that imports an Excel sheet in which i have to ignore 2nd row and 4th row.
    Please help me on this issue.

    Hi ShyamReddy,
    Based on my test, if second and fourth rows need to be skipped is based on some conditions, we can directly add where conditions in only one Excel Source with Edit Option. Otherwise, we can try to union three Excel sources to work around this issue. For
    more details, please refer to the following steps:
    Set the FirstRowHasColumnName property to False, so the first row stores the column names in the sheet.
    Drag three Excel Sources to the Data Flow Task.
    In the Excel Source, use the SQL command below to replace the former(supposing there are three columns in the Excel sheet: col1, col2 and col3):
    SELECT F1 AS col1,F2 AS col2, F3 AS col3  FROM
    [sheet$A2:C2]
    In the Excel Source 1, please type the SQL command below:
    SELECT F1 AS col1,F2 AS col2, F3 AS col3  FROM
    [sheet$A4:C4]
    In the Excel Source 2, please type the SQL command below (note that the ‘n’ means the number of rows in the sheet):
    SELECT F1 AS col1,F2 AS col2, F3 AS col3  FROM
    [sheet$A6:Cn]
    Drag a Union All component to the same task, then union those three Excel Sources.
    References:
    SSIS Excel import skip first rows
    sql command for reading a particular sheet, column
    Hope this helps.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Embedding Macros in the BEx web exported excel sheet

    Hi all Advanced reporting gurus,
    I have to embed a macro in the excel sheet, when the user clicks the button Export to excel sheet in the BEx web. This needs to be generic, it means every BEx web user should be able to avail this macro. Can any one suggest me the methods to do so ?? Its really urgent and ur quick response is awaited....
    Thanking you in advance,
    Bret

    Hi Heike,
    Thanks for your help. I searched the office XML documents and one the help file specifys this tag
    IntlMacro Element (Microsoft Excel)
    Specifies whether a worksheet is an international macro sheet.
    Contained In
    WorksheetOptions
    Remarks
    If <x:IntlMacro/> is specified, the worksheet is an international macro sheet.
    so I guess, if Office XML standards are used in BW then this tag also shld work. I read few topics on SAP ABAP class files such as ZCL_RSR_XLS_HELP_WINDOW_PRINT and it has one the method to trigger rendering of data. Can I use this class and method to send the tag values so that macro is also embedded while sending data ????
    your thought are highly awaited,
    thanks
    D Bret

  • Shift Rows to Columns in Excel sheet

    Hai Everyone,
    Executed Web Template and Output of the Report exported to Excel Sheet and Saved it in Local Disk.
    After saving the data in Excel Sheet , I need to convert to Rows to Columns
    I am facing on problem to convert the Rows in to Columns.
    The layout of the excel sheet as given below link for Layout of the report.
    http://img403.imageshack.us/img403/3127/fileuploadvt7.jpg
    In that report , My requirement format is like ENDCUSTOMER   | MATERIAL   | FISCAL YEAR PERIOD | FORECAST QTY
    Without using Transpose I am getting END CUSTOMER and MATERAIL directly.
    I am getting problem While shifting rows of Fiscal Year Period and Forecast Qty by using transpose function.
    Any one can help me out about my requirement.
    Thanks and Regards,
    Bhima
    Message was edited by:
            Bhima Chandra Sekhar Guntla

    Bhima,
    Would you consider running the report directly in the Analyser and using the Drill down functionality or Change Query - Local View of Bex to achieve this?
    Regards
    Gill

  • Can I use Power Query to Import a table from Excel sheet range which starts not from the top row?

    Hi,
    Being an experienced Excel user before Power BI, I am just starting to explore the M and Power Query capabilities, and need help already (ain't easy to google this use case somehow):
    I need to import the table which sits in the Excel file with header row in the row 17 of Excel sheet, with some metadata header in the preceding rows of the columns A and B.
    01: Report name, Quick Report
    02: Report Date, 1/1/2014
    17: Employee Name, Manager, etc...
    18: John Doe, Matt Beaver, etc.
    Both (a) direct attempt to load as Excel file and (b) the indirect way through [From Folder] and formula in custom column -- both lead to the same error: "[DataFormat.Error] External table is not in the expected format."
    Specifically, I tried to use the [Power Query -> From File -> From Folder] functionality, select an Excel file and add a custom column to access the binary content: [Add Custom Column] with formula "=Excel.Workbook([Content])".
    It looks like Power Query expects a rectangular range with headers full-width followed by a contiguous table range to import anything, and refuses to load if that is not the case...
    QUESTION: Is there any way to load whatever-formatted data from Excel first, and then manipulate the overall imported range (like referring to rows starting from 17th using "Table.SelectRows" etc.) to read the actual data? Reading and using
    the metadata from header would be a bonus, but that comes second... The main issue is to get something from a non-regular Excel file to later work with using M formulae ...
    Thanks!
    SAM

    Finally found the answer to this one in ():
    You Cannot Open a Password-Protected Workbook
     If the Excel workbook is protected by a password, you
      cannot open it for data access, even by supplying the correct password with
      your connection settings, unless the workbook file is already open in the
      Microsoft Excel application. If you try, you receive the following error
      message:
    Could not decrypt file.
    ANSWER: So, will have either weave in the work with temporary unprotected files or requires opening them before updating the data source (although this almost defeats the purpose of automation...)
    ANSWER to ORIGINAL QUESTION: password was preventing Power Query from reading the Excel file. For solution see above.
    Thanks anyway for participation and inspiration, Imke!

  • How to Restict number of rows to download data in excel sheet

    hi,
    my requirement is that i m showing top 50 seller in my dashboard. but when we click on download to excel then all 500 rows are downloading. i want to restrict downloading all data and want show only displayed data of dashboard in excel sheet.(ex if 50 top seller are selected then only 50 rows is downloaded.)
    Edited by: 941334 on Jun 18, 2012 6:15 AM

    Hi,
    Yes.my suggestion is you set each report design analysis page itself(just to -->edit analysis-->look at the table propeties -->here u can set it how ever you want(50 rows, 500 rows etc..analysis visible page) to show/download it as per your requirment.
    Changing instance confic will affect entire report.for controling this you can set dashboard/prompt filter then you control data downloading.
    Check Oracle Doc for more info
    http://docs.oracle.com/cd/E23943_01/bi.1111/e10541/answersconfigset.htm#CIHJGAAH
    -----------------------------------FYI------------------
    Just FYI:If you have bulk volum of data like more than 8MB then you have increase the download size
    steps configure bulk volumn data more than 8MB:
    go to you bi installed drive \oracle\instances\instance1\config\OracleBIJavaHostComponent\coreapplication_obijh1\
    2. Open config.xml file in an editor and search for the below lines
    <XMLP> <InputStreamLimitInKB>8192</InputStreamLimitInKB>
    <ReadRequestBeforeProcessing>true</ReadRequestBeforeProcessing> </XMLP>
    3. The default size is 8 MB, you can increase to the size you want. If you want to set unlimited, then replace 8192 with 0 (zero) but it’s not recommended (performance may impact) then Restart BI Service and test .
    Thanks
    Deva

  • Has anyone tried to export an ALV Tree to an excel sheet?

    Hi "gurus",
    I've been looking for a way of exporting a printed report in an ALV tree to an Excel sheet.
    Has someone done this before?
    NOTE: I am studying the Office Integration, which I believe it can be a way of making SAP generates it via ABAP objects.
    Thanks and Regards,
    Daniel Carvalho
    Edited by: Daniel Carvalho on Feb 28, 2008 11:40 PM

    (Add a Button function in the ON Toolbar such as EXCEL and set event handlers).
    METHOD on_user_command.
       break-point 2.
      CASE e_ucomm.
         WHEN 'EXIT'.
            LEAVE PROGRAM.
         WHEN 'EXCEL'.
          CALL METHOD me->download_to_excel.
         WHEN 'SAVE'.
         WHEN 'PROC'.
          CALL METHOD me->process.
         WHEN 'REFR'.
          CALL METHOD me->refresh.
      ENDCASE.
    endmethod.
    METHOD on_toolbar.
    CLEAR ls_toolbar.
        MOVE  0 TO ls_toolbar-butn_TYPE.
      MOVE 'EXCEL' TO ls_toolbar-function.
      MOVE  SPACE TO ls_toolbar-disabled.
      MOVE  icon_xxl TO ls_toolbar-icon.
      MOVE 'Excel' TO ls_toolbar-quickinfo.
      MOVE  'EXCEL' TO ls_toolbar-text.
      APPEND ls_toolbar TO e_object->mt_toolbar.
    endmethod.
      METHOD  download_to_excel.
    field-symbols:
        <fs0> TYPE standard table,
        <fs1> TYPE standard table.
      assign g_outtab1->* to <fs0>.
      assign g_fldcat1->* to <fs1>.
    break-point 5.
      CALL FUNCTION  'LVC_TRANSFER_TO_KKBLO'
        EXPORTING
          it_fieldcat_lvc   = <fs1>
    *     is_layout_lvc     = m_cl_variant->ms_layout
           is_tech_complete  = ' '
        IMPORTING
          es_layout_kkblo   = ls_layout
          et_fieldcat_kkblo = lt_fieldcat.
       LOOP AT lt_fieldcat INTO lt_fieldcat_wa.
        CLEAR lt_fieldcat_wa-tech_complete.
        IF lt_fieldcat_wa-tabname IS initial.
           lt_fieldcat_wa-tabname = '1'.
           MODIFY lt_fieldcat FROM lt_fieldcat_wa.
        ENDIF.
        l_tabname = lt_fieldcat_wa-tabname.
       ENDLOOP.
    CALL FUNCTION 'ALV_XXL_CALL'
        EXPORTING
          i_tabname           = l_tabname
          is_layout           = ls_layout
          it_fieldcat         = lt_fieldcat
          i_title             = sy-title
        TABLES
          it_outtab           = <fs0>
        EXCEPTIONS
          fatal_error         = 1
          no_display_possible = 2
          others              = 3.
      IF  sy-subrc <> 0.
         message id sy-msgid TYPE 'S' number sy-msgno
                with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
        ENDIF.
    ENDMETHOD.
    Your original table that goes to the grid is parameter g_outtab1
    the field catalog is g_fldcat1.
    These need to be converted to kkblo format to use the XXL function module.
    The advantage of this method is that you get an EXCEL spreadsheet interactively.
    (Of course the standard export function will still work).
    Cheers
    Jimbo

  • How to convert Bex Analyser report into normal MS Excel sheet

    Hi,
    I created query in Bex Analyser. Now, I want to send this copy as a normal MS Excel document through mail.
    When I tried save as and send a copy, It is showing the filter,table, information buttons and appearing same as bex report.  I would like to see normal excel sheet when it opens.
    Is there any way except copy & paste.
    Any help would be appreciated.
    Thanks,
    Aparna.

    Hi Chandu,
    I followed same procedure as you said. I created one node for SMTP in SAP connect:Administration(SCOT).
    I gave destination as RFC destination -> BWDCLNT -> Internet -> enter mail address...etc as per system requirements.
    Once I executed, It is showing "No message sent". Did I miss any steps to follow...
    Can you give me step by step procedure to follow.
    In our Bex tools, Only Broadcaster was disabled. If I configure mail server, may be it enable?
    Your help would be appreciated.
    Thanks,
    Aparna.

  • Unable to export more than 19 rows of data from Excel sheet

    Anyone could please guide me how to export more data from excel sheet.
    I tried with 50 row but only 19 rows are exported.
    Appln builder==> create ==> Export from spread sheet --> Copy paste / csv export (i tried both) but i got only 19 rows.
    Regards,
    Manoj

    Hi Manoj,
    If you're talking about the 19 rows you see while in the create wizard, that is just a sample of the data so you can see what you're working with while specifying column names, types, etc. Once you finish working in the wizard it should import all of the rows assuming there aren't any error-rows.
    Hope this helps,
    John
    If you find this information useful, please mark the post "helpful" or "correct" so that others may benefit as well.*

  • Alv output splitting into two rows when converting into excel sheet.

    Hi frends,
    I have alv report with 60 fields . The report output is coming currently .  But when i am exporting into excel sheet from the option local file--> speadsheet  each row is splitting into two rows including header in excel sheet.
    Please provide your valuable suggestions to avoid this.
    Regards,
    Ramu .
    Edited by: Ramu.K on Sep 8, 2009 5:59 PM

    Hi,
    Please use the grid option and with the Spreadsheet button (CntrShiftF7). Do  "Save as" and save it as excel. It should work.
    Regards,
    Pradyumna

  • Colored rows in Excel sheet

    Hi all,
    Following the tutorial "Exporting context data into Excel using the WD binary cache" I could export the contents of a webdynpro table to an Excel sheet.I would like to know whether there is any provision to change the color of rows in the generated excel sheet, based on some conditions.
    Thanks n regards
    Shyam.

    Hi Shyam,
    Check this Excel data formatting
    Best regards, Maksim Rashchynski.

Maybe you are looking for

  • CS5.5 to CS6 or CC file question

    I have CS5.5 and want to upgrade. Will CS6 or CC be able to open my previous CS5.5 files? I use InDesign and Photoshop mostly. Also, if I get CS6 or CC, does it contain everything that CS5.5 had? For example, Photoshop, InDesign, etc.

  • Error messages everytime itunes tries to download purchased music

    We got a new computer recently, and on our old computer I believe we had itunes 5, and we had a 30 gb 5th gen that we downloaded purchased music onto. we can only get dial up connection where we live, and we never had an issue downloading, it just to

  • Bapi for FB60 - Park an invoice

    Hi gurus, Im trying to park an invoice in transaction FB60. i allready tried an batch inout but it's giving me an error, that i can't park an invoice using a batch input in transaction FB60... Don't know why, if someone can explain me why i cant park

  • Was sending a photo...phone rang...e-mail vanished!

    Exactly that. I took a photo to e-mail it, typed a nice long paragraph and then the phone rang, so I answered it. When the call ended my e-mail was nowhere to be seen. Not in drafts. How do I get back to where I left off?

  • Opatch auto vs. opatch apply?

    In the 11g GI PSU 3 I'm looking at, some Cases require "opatch auto" vs. "opatch (n)apply". At our site I've been told "we don't use opatch auto. Only opatch apply." This has been with 10g. We haven't done much patching with 11g, having only gone to