Displaying data in different tabs

Hi all
In a webI report I want to display data in different tabs for different prompt values.
For ex: In the prompt window if enter one value for plant say ABC... data should display in a single tab
If I enter two values say ABC, DEF... data should display for two plants in two different tabs. one tab for ABC and another tab DEF.
Any inputs please and is this possible in webI?

Hi there. No, it isn't.
The underlying query is shared among all tabs (which are, annoyingly, technically called 'reports').
Since any prompts are defined in the query, they too are shared among all tabs.
Input controls, 'standard report filters', and 'simple report filters' are specific to individual tabs, and cannot affect other tabs, but won't 'pop up'.
You may want to look into hyperlinking between reports (read up on OpenDocument if you're not familiar with it) to allow users to move from one Webi report (technically called a 'document') to another.
This will allow you to have different prompts for different reports.

Similar Messages

  • Not able to display data in different columns using Unicode encoding

    Hi,
    Iam using Unicode encoding in my Java appln to support Japanese characters while downloading CSV report. But using the Unicode encoding displays all data in the first column of Excel sheet.
    Please let me know how to display data in different columns using Unicode encoding in Excel sheet.

    Hi Venkat,
    After extracting data into DSO check the request whether active or not.
    Check data in DSO in contents.
    If is there any restrictions on info providers in Queries.
    Let us know status clearly.......
    Reg
    Pra

  • Changing BP data to different tabs in transaction BP

    Hi everyone,
    I'm trying to swap around some data in the bp screen.
    Mainly, when an account is entered I want some of the information that I currently have showing up under a tab 'marketing attributes' to show in a different tab 'customers', which I also want to rename.
    If anyone could point me in the right direction to doing this it would be much appreciated.
    Have been digging around but no luck so far.

    Hi Kieran,
    Sorry for that incomplete reply ! The text editor just suddenly quit !
    Here's a link-
    [https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/309bff90-d36f-2910-c9b2-fe8ab0d547e9]
    You can also see the documentation for the screen configuration tool through the path -
    Transaction SPRO -> SAP Reference IMG-> Cross-Application Components -> SAP Business Partner -> Business Partner-> Basic Settings-> Screen Configuration-> Configure Screens
    The 'Execute' button takes you to BUC0, the documetation button opens up a lot of good info docs.
    There are also many documents on SDN that you could search for using terms VCT and screen configuration.
    Cheers,
    Rishu.

  • How to update (add new data in different tab) existing table from Excel

    i've an existing table, for instance User Profile table, it consists of few tab in the table which contains different data... recently i've added new tab to the existing table and i would like to upload a particular data for this new tab... is there any way to upload (insert new data for the tab on existing data) this particular data into the existing table from Excel file?
    could it be done by using lsmw?
    Edited by: Yeong Kang Liew on Apr 5, 2010 4:35 AM

    Check HELP on MODIFY & UPDATE statements.

  • How to display data in different xl sheets-urgent

    hi all,
    i have an urgent requirement. any body can send me the sample code to display the data in different xlsheets.
    thanks,
    maheedhar.t

    Hey do like this.
    CALL FUNCTION 'MS_EXCEL_OLE_STANDARD_DAT'
      EXPORTING
        file_name                       = 'C:SAMitab1.xls'
        DATA_SHEET_NAME                 = 'First internal table'
      TABLES
       DATA_TAB                        = itab1
       FIELDNAMES                      = fldnm1
    * EXCEPTIONS
    *   FILE_NOT_EXIST                  = 1
    *   FILENAME_EXPECTED               = 2
    *   COMMUNICATION_ERROR             = 3
    *   OLE_OBJECT_METHOD_ERROR         = 4
    *   OLE_OBJECT_PROPERTY_ERROR       = 5
    *   INVALID_PIVOT_FIELDS            = 6
    *   DOWNLOAD_PROBLEM                = 7
    *   OTHERS                          = 8
    IF sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    CALL FUNCTION 'MS_EXCEL_OLE_STANDARD_DAT'
      EXPORTING
        file_name                       = 'C:SAMitab2.xls'
        DATA_SHEET_NAME                 = '2nd internal table'
      TABLES
       DATA_TAB                        = itab2
       FIELDNAMES                      = fldnm2
    * EXCEPTIONS
    *   FILE_NOT_EXIST                  = 1
    *   FILENAME_EXPECTED               = 2
    *   COMMUNICATION_ERROR             = 3
    *   OLE_OBJECT_METHOD_ERROR         = 4
    *   OLE_OBJECT_PROPERTY_ERROR       = 5
    *   INVALID_PIVOT_FIELDS            = 6
    *   DOWNLOAD_PROBLEM                = 7
    *   OTHERS                          = 8
    IF sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    Reward points if useful...
    Cheers,
    Sam

  • Detailed page to be called and displayed from 3 different tabs

    Hi,
    That's my problem. I have a detailed form called from 3 different pages. When calling the detailed form the 3 tabs are highlighted.
    Is there any way to tell Apex which tab is to be highlighted on each time.
    Many thanks

    Hi,
    Why don't you simply NOT list the Detail page on any of the tab properties? i.e. when the detail page is being shown, none of the tabs will appear lit up. Would that work?
    Wouldn't this look akward?
    Or you could create the form region on Page 0 and conditionally display the region as appropriate so you don't have to duplicate it on multiple pages.
    The detail form contains two updatable regions. I don't think this is a good idea.
    Any ideas what people normally do in scenarios like mine?
    I don't mind replicating the page if "that's a good practice" but I would appreciate other suggestions.
    Many thanks again.

  • Display Data in Cross Tab Format...Per Quarter

    Hi Team,
    I have following issue...which i am struggling to solve...
    My current report format is
    Material Technology -  Q1(Qty) Q2(QTY) Q3(QTY) Q4(QTY) - Q1(Pirce) Q2(Pirce) Q3(Pirce) Q4(Pirce) - Q1(Rate) Q2(Rate) Q3(Rate) Q4(Rate)
    I have generated cross tab report...in which i am getting following display...
    Material Technology Q1(Qty) Q1(Price) Q1(Rate)  and so on...
    Is there any way i can get the required format...please assist..
    Q1 to Q4 - Quarter 1 to 4...
    regards
    nic

    Hi Nic,
    The problem is you have 3 measure objects available: qty, price and rate.
    If you put them in a vertical table then you will have 3 columns. As soon as you put in the quarter to create the crosstab BO will the for each quarter display the qty, price and rate.
    To solve your problem is to not create a cross-tab, but a vertical table.
    For each measure object you crreate 4 new variables (type measure) using the the formula:
    E.g. for the quantity in the first quarter you create variable like: qty_q1
    =<qty> Where (<quarter> = 1)
    The same you do for the quantities for the other quarters.
    And you do the same for the price and rate.
    Ending up with 12 new variables which you can put in a vertical table in any order you like.
    Regards,
    Harry

  • Ability to display data in Different Page Sizes in a Single RTF

    We have a requirement to show different page sizes in a Single RTF file .
    Please let me know you have worked on such a functionality as part of earlier assignments.
    Requirement Detail:
    We have 2 templates (One Legal (8.5*14) and One Statement ( 5.5*8.5)) as part of the same report in 2 different pages.
    Conditionally we need to show xml data in either the Statement or the Legal Format .
    Issues Currently faced:
    1.     When the Statement is chosen as a user parameter: (Attachment : ReportoutputforStatement.pdf)
    -     The data is super-imposed on the Legal layout instead of showing it on the Statement layout . Hence the page dimensions are not as expected in the report.
    -     There is a extra last page in the report which is blank with the Statement Layout.
    2.     When the Legal option is chosen as a user parameter: (Attachment : ReportoutputforLegal.pdf)
    -     The Data is appropriately shown on the legal layout
    -     There is a extra last page in the report which is blank with the Statement Layout.
    Regards:
    Nagaraj.s

    Have you tried creating two subtemplates and conditionally calling them based on the parameter chosen?
    If I understand correctly,currently you have a single RTF template (2 pages) that includes the two different layouts..
    Thanks,
    Bipuser

  • HCM Form displays data from different client

    We are implementing HCM in ECC 6.0 environment with Adobe forms. When we execute Adobe form it shows information from our ER8 206 client but when it displays subsequent client it makes a switch to ER8 102 client. All our iViews are pointing to SAP_R3 alias. So wondering where we need to maintain client information or is there a way I can debug. I tried to use HTTP Watch but did not help.
    Thanks in advance for your help.
    Regards
    Jitendra

    Have a look at the JCos of the System object. Login to portal with user who has an administrator role then navigate to Content Admin --> WebDynpro --> Maintain JCo connections. Verify where the JCos pointing to 102 or 206?
    Also check the system object properties, what is the value of client field for "Connector" property.
    Chintan

  • Displaying date in different time zone

    Hi,
    My oracle server is located in UNITED STATES and i want to display the current Australian time with select query.
    Can anyone help me how to achieve it?
    Thanks,
    Vipin

    http://docs.oracle.com/cd/B19306_01/server.102/b14225/ch4datetime.htm#i1006532
    Example 4-5 Converting a Datetime Value to Another Time Zone
    SQL> SELECT current_timestamp AT TIME ZONE 'America/Los_Angeles' "America/Los_Angeles",
      2         current_timestamp AT TIME ZONE 'Australia/Sydney' "Australia/Sydney",
      3         current_timestamp
      4  FROM DUAL;
    America/Los_Angeles                            Australia/Sydney                              CURRENT_TIMESTAMP
    22.09.13 22:44:23.945093 AMERICA/LOS_ANGELES   23.09.13 15:44:23.945093 AUSTRALIA/SYDNEY     23.09.13 10:44:23.945093 +05:00
    SQL>
    Ramin Hashimzade

  • How to read data from different tabs of an excel sheet?

    Hello everybody:
    I try to read an specific sheet from excel workbook with multiple sheets, but I can't obtain any soluction. Any have a example ABAP code for the specific question?
    Regards,
    Piero Cimule Troise,

    Piero,
    Have a look into this link
    http://searchsap.techtarget.com/tip/1,289483,sid21_gci868246,00.html?FromTaxonomy=/pr/283958

  • Not able to display data in separate columns using Unicode encoding

    Hi,
    Iam using Unicode encoding in my Java appln to support Japanese characters while downloading CSV report. But using the Unicode encoding displays all data in the first column of Excel sheet.
    Please let me know how to display data in different columns using Unicode encoding in Excel sheet.
    This is an urgent need. Please help me out.

    Hi,
    I have no problem with item :P15_EV_LCL this is having a value my probem here is i am using java script to display the value in different color based on the condtion case
    eg:
    select
    case
    TRUNC((
    ( (NVL(Z."AEWP",0) - NVL(Z."BEWP_Final",0) ) / DECODE(Z."BEWP_Final",0,NULL,Z."BEWP_Final") ) * 100
    ),2)
    = :P15_EV_LCL
    then
    span style="background-color:lightgreen"
    || TRUNC((
    ( (NVL(Z."AEWP",0) - NVL(Z."BEWP_Final",0) ) / DECODE(Z."BEWP_Final",0,NULL,Z."BEWP_Final") ) * 100
    ),2) || '%' || /span
    else
    span style="background-color:yellow"
    || TRUNC(
    ( (NVL(Z."AEWP",0) - NVL(Z."BEWP_Final",0) ) / DECODE(Z."BEWP_Final",0,NULL,Z."BEWP_Final") ) * 100
    ),2) || '%' || /span
    end "Effort"
    from actuals Z
    If i dont use this <Span style="Background-color:color"> i am able to generate data in excel sheet if i use this color coding i am not able to get data in spread sheet.
    Please suggest
    Thanks
    Sudhir
    Edited by: Sudhir_N on Mar 23, 2009 10:00 PM

  • Display data in a block

    Hi,
    I need to display data from different queries on the same block.
    I have a cursor whose data is displayed in rows from 1 to 7 (for e.g.) in the same block. I will include a different cursor in the same block whose data is to be displayed starting from row no. 8 in the same block. How do i do that?
    dipin

    One way would be to actually create two blocks, and place them on the form so they appear as one. It would work except they would each have a separate scroll bar -- unless you removed the scrollbar from the first (since that block could only have 7 rows max), and extend the scrollbar of the first so it appears by both blocks.
    If you want to have only one block, it will be problematic to leave the first few rows blank yet start populating in row 8. That would take some coding in a few places to get it working smoothly.

  • Download to excel in different tabs from bsp page

    Hi all,
    I have a requirement in which I have to download to xl-sheet in different tabs based on some conditions from a bsp page.
    I am successful in downloading data into different tabs.
    Now I had written the piece of code required to download to xl in a function module
    and I am calling that function module when pressing a button in bsp page.
    When I run the fm seperately its working but when I run it from bsp page its not working.But while debugging I found that the fm is being called and executed perfectly without any errors.
    But the xl is not being created on our side.
    Can anyone suggest me how to proceed on this.
    Helpful answers will be rewarded.
    Thanks,
    Uga

    Hi Raja,
    Yes I am using ole objects.
    For more clarity I am alos pasting my code.
    If this is not possible then please guide how to achieve this in BSP.
    *******************CODE*****************************************
    include ole2incl.
    data: w_cell1 type ole2_object,
    w_cell2 type ole2_object.
    *--- Ole data Declarations
    data: h_excel type ole2_object, " Excel object
    h_mapl type ole2_object, " list of workbooks
    h_map type ole2_object, " workbook
    h_zl type ole2_object, " cell
    h_f type ole2_object, " font
    gs_interior type ole2_object, " Pattern
    worksheet type ole2_object,
    h_cell type ole2_object,
    h_cell1 type ole2_object,
    range type ole2_object,
    h_sheet2 type ole2_object,
    h_sheet3 type ole2_object,
    gs_font type ole2_object,
    flg_stop(1) type c.
    Internal table Declaration
    data:gt_kna1 type standard table of kna1,
         gt_knvv type standard table of knvv,
         wa_kna1 type kna1,
         wa_knvv type knvv.
    types: data1(1500) type c,
    ty type table of data1.
    data: it type ty with header line,
    it_2 type ty with header line,
    it_3 type ty with header line,
    rec type sy-tfill,
    deli(1) type c,
    l_amt(18) type c.
    data: begin of hex,
    tab type x,
    end of hex.
    field-symbols: <fs> .
         constants cns_09(2) type n value 09.
    assign deli to <fs> type 'X'.
    hex-tab = cns_09.
    <fs> = hex-tab.
    data gv_sheet_name(20) type c .
    SELECT kunnr name1
      INTO corresponding fields of table gt_kna1
      FROM kna1
    UP TO 1000 ROWS.
    SELECT kunnr vkorg
      INTO corresponding fields of table gt_knvv
      FROM knvv
    UP TO 3 ROWS.
    loop at gt_kna1 into wa_kna1.
    concatenate  wa_kna1-kunnr  wa_kna1-name1 into it separated by deli.
    append it.
    clear it.
    endloop.
    loop at gt_knvv into wa_knvv.
    concatenate wa_knvv-kunnr wa_knvv-vkorg into it_2 separated by deli.
    append it_2.
    clear it_2.
    endloop.
    if h_excel-header = space or h_excel-handle = -1.
    *start Excel
    create object h_excel 'EXCEL.APPLICATION'.
    endif.
    call method of h_excel 'Workbooks' = h_mapl.
    set property of h_excel 'Visible' = 1.
    *add a new workbook
    call method of h_mapl 'Add' = h_map.
    gv_sheet_name = 'KNA1'.
    get property of h_excel 'ACTIVESHEET' = worksheet.
    set property of worksheet 'Name' = gv_sheet_name .
    *--Formatting the area of additional data 1 and doing the BOLD
    call method of h_excel 'Cells' = w_cell1
    exporting
    #1 = 1
    #2 = 1.
    call method of h_excel 'Cells' = w_cell2
    exporting
    #1 = 1
    #2 = 50.
    call method of h_excel 'Range' = h_cell
    exporting
    #1 = w_cell1
    #2 = w_cell2.
    *CALL METHOD OF gs_cells 'Select' .
    get property of h_cell 'Font' = gs_font .
    set property of gs_font 'Bold' = 1 .
    data l_rc type i.
    call method cl_gui_frontend_services=>clipboard_export
    importing
    data = it[]
    changing
    rc = l_rc
    exceptions
    cntl_error = 1
    error_no_gui = 2
    not_supported_by_gui = 3
    others = 4.
    call method of h_excel 'Cells' = w_cell1
    exporting
    #1 = 1
    #2 = 1.
    call method of h_excel 'Cells' = w_cell2
    exporting
    #1 = 1
    #2 = 1.
    PERFORM err_hdl.
    call method of h_excel 'Range' = range
    exporting
    #1 = w_cell1
    #2 = w_cell2.
    call method of range 'Select'.
    *PERFORM err_hdl.
    call method of worksheet 'Paste'.
    ****for second sheet**********
    GV_SHEET_NAME = '2ND SHEET'.
    gv_sheet_name = 'Knvv'.
    get property of h_excel 'Sheets' = h_sheet2 .
    call method of h_sheet2 'Add' = h_map.
    set property of h_map 'Name' = gv_sheet_name .
    get property of h_excel 'ACTIVESHEET' = worksheet.
    *--Formatting the area of additional data 1 and doing the BOLD
    call method of h_excel 'Cells' = w_cell1
    exporting
    #1 = 1
    #2 = 1.
    call method of h_excel 'Cells' = w_cell2
    exporting
    #1 = 1
    #2 = 50.
    call method of h_excel 'Range' = h_cell
    exporting
    #1 = w_cell1
    #2 = w_cell2.
    get property of h_cell 'Font' = gs_font .
    set property of gs_font 'Bold' = 1 .
    call method cl_gui_frontend_services=>clipboard_export
    importing
    data = it_2[]
    changing
    rc = l_rc
    exceptions
    cntl_error = 1
    error_no_gui = 2
    not_supported_by_gui = 3
    others = 4.
    call method of h_excel 'Cells' = w_cell1
    exporting
    #1 = 1
    #2 = 1.
    call method of h_excel 'Cells' = w_cell2
    exporting
    #1 = 1
    #2 = 1.
    PERFORM err_hdl.
    call method of h_excel 'Range' = range
    exporting
    #1 = w_cell1
    #2 = w_cell2.
    call method of range 'Select'.
    PERFORM err_hdl.
    call method of worksheet 'Paste'.
    Can you people give me inputs so that I can proceed further.
    Thanks,
    Uga

  • How to display the header data on different position in alv report

    hi all,
    how to display the header data on different position in alv report.
    for example ,
    customer                                                   name
      xxxx                                                         xxxx
                     vendor        name     street 
                      xxxx         xxxx      xxxxx
    pls   help me .

    hi
    as per my understanding you need to trnasfer header internal table data  to pdf..
    please check the following links for internal table to pdf..
    Convertion of Internal table data to PDF
    This link is related to ur issue
    Re: how to insert the calling of the FM: OTF to PDF
    Thanks

Maybe you are looking for

  • I need a step-by-step plan: my WD external hard drive is 'read only'

    Hi, I hope someone can help me, because i'm in quite a pickle. I bought a WD 500 GB external hard drive a couple of months ago. I have a MacBook Pro version OS X 10.8.5. The problem I have now is that I haven't used my external hard drive for a coupl

  • How well does the iPhone 5s/5c work with Wind Mobile?

    I'm going to be (hopefully) getting the iphone 5s or 5c soon and I'm trying to decide on which carrier to go with. How well does the iphone 5s/5c work with wind mobile and how fast is the internet with data?

  • How to download Oracle 10g database (for Windows XP)

    Please give me the Oracle 10g download link. So that I can download and install oracle 10g on Windows platform(windows XP)

  • What Photoshop. Help Please

    I have antiques shop and when taking pictures need a complete white back ground sometimes another colour. For instance if I take a picture of Chest of Drawers in a room , I do not want rest of room just Chest of Drawers or a vase on a table, I need j

  • C++ preprocessor directive to identify OSX

    I'm writing a cross platform console application. It already runs on Windows, Linux (all distros), Unix, and OSX. There is one system call in the code to clear the screen. Linux, Unix, and OSX use "clear" to clear the screen, while Windows (at the co