Synchronization of framesets after setting filter in table

Hi,
my problem:
i have a frameset in which i fixed the first col, fixed the first row and display the content of a table.
I now want to synchronize the frames. The problem is iIf a filter is set it only is set in one of the frames and not in all. How can i syncrhonize this?
The file is not loaded again ( i tested it with <body onunload="alert('unload')" ).
What i have:
I have a frameset:
<frameset cols='160, *'>
  <frameset rows='44,*,17'>
    <frame id='leUp' src='table.html'>
    <frame id='leDw' src='table.html'>
    <frame id='' src='leer.html'>
  </frameset>
  <frameset rows='44, *'>
    <frame id='riUp' src='table.html'>
    <frame id='riDw' src='table.html'>
  </frameset>
</frameset>
in table.html is a table from the sap-system.
- in frame leDw is the first col displayed
- in frame riUp is the first row displayed
- in frame riDw is the table without the first col and the first row
- if you scroll up or down in frame riDw frame leDw is scrolled too
- if you scroll left or right in frame riDw frame riUp is scrolled too
I hope anyone can help me
regards
sleepy_head

Hi sleepy_head,
If you want to use the table format to design your view, we have Matrix in BSPs to design in a proper way.
Below is the sample code for it.
    <phtmlb:matrix width  = "30%"
                   design = "LRPAD" >
      <phtmlb:matrixCell row     = "1"
                         col     = "1"
                         hAlign  = "LEFT"
                         colSpan = "1" />
        <htmlb:label for      = "customer"
                   text     = "Customer Name :"/>
      <phtmlb:matrixCell row     = "1"
                         col     = "2"
                         hAlign  = "LEFT"
                         colSpan = "1" />
       <htmlb:inputField id        = "custname"
                        size      = "20"
                        disabled  = "true"
                        type      = "String"
                        value     = "<%= model->cust_name %>" />
    </phtmlb:matrix>
Try using the above code to design. Let us know, if you have any issues with it.
Thanks,
Sreekanth
<i>*-- Please mark the helpful answers</i>

Similar Messages

  • Lead Selection does not work after setting filter for ALV.

    Hi, Can you please suggest on below scenario :
    I have a Node with a sub node in it .
    I am using the supply function on Sub Node to retrieve the date based on Parent Node.
    There are two ALV's to display parent and item data. The issue is when a filter(user defined filter) is done on Parent table, the supply function does not work. The value is that of the selected row before setting the filter. Even after removing the filter, the item data is stuck and does not change on Lead Selection.
    One thing I noticed is if the child table is a table UI, there is no issue. The only problem is when the second table is ALV
    Thanks In Advance

    Hi Prashanthi,
    Your issue can be resolved as below
    Create an event handler method 'set_alv_data'  for the event 'ON_LEAD_SELECT' of parent alv
    Write the below code inside the event handler method
    METHOD set_alv_data.
      DATA lo_node TYPE REF TO if_wd_context_node.
      DATA lv_path TYPE string.
      DATA lv_index TYPE string.
      lv_index = r_param->index.
      CONDENSE lv_index.
      CONCATENATE wd_this->wdctx_my_parent_node
      lv_index
      wd_this->wdctx_my_child_node
      INTO lv_path SEPARATED BY '.'.
      lo_node = wd_context->path_get_node(
          path                          = lv_path
      DATA lo_interface TYPE REF TO iwci_salv_wd_table.
      lo_interface = wd_this->wd_cpifc_alv_child( ). "get the ref of alv comp of child
      lo_interface->set_data(
        EXPORTING
    *    only_if_new_descr =
          r_node_data       = lo_node
    ENDMETHOD.
    The above code sets the data node of child alv based on lead selection of parent alv data.
    Note: Replace 'parent_node', 'child_node'  with your nodes & 'alv_child' with your alv component name of child alv.
    If you want to control the data of child alv on filter function, you can use the event ON_STD_FUNCTION_AFTE and once you define the filter you get the r_param->id = 'SALV_WD_FILTER_DEFINE'  & now you can clear data of child alv.
    Hope this helps you.
    Regards,
    Rama

  • Catalog and owner remain after setting Overridden Qualified Table Name-2008

    Hi all - when using Crystal Reports 10, I could remove the hardcoded catalog and owner (database and owner/schema) for a table or view by setting the "Overridden Qualified Table Name" to be the same as the table or view listed in "Table Name".  (This is in the Set Datasource Location, properties of an individual table or view).
    When using Crystal Reports 2008, when I set the "Overridden Qualified Table Name", the Catalog and Owner remain.  This is causing a problem for the processes that we use to actually run our reports as the reports are trying to be run against the database listed in catalog.
    Is there some setting in Crystal Reports 2008 which is needed in order for these hardcoded database names to be removed as they were in Crystal 10?
    Thank you

    Hi Sharon, thank you for the reply.  I did not verify the database after making the change as this was not necessary in Crystal Reports version 10.  I just did that now and reopened the "Set Datasource Location" section and it appears to be the same in that the catalog and owner are still present.
    I found this thread - Delete catalog and owner info from tables on ODBC (RDO) report - which is the same question that I have, but it was never answered either.
    Any thoughts are appreciated.
    Thanks!

  • Set current record after dataset filter or sort

    How do you set the current record as the first record after a
    filter or sort? I have multiple dataset filters and sorts on the
    page and the current record always remains the first record after
    using them. Is there a way to force the current(viewed product,
    picture or whatever) to the first record after the Filter has been
    completed?

    thanks for your help,
    I was wanting the latter, "Or were you asking how to make the
    first row of the filtered data selected?" After the filter runs I
    want the current record set (to be displayed) to the first record
    in the filtered data.
    I am using the non-destructive filter method filter(), so I
    dont have to reload the data to bring the dataset back to original
    data, I can provide a reset button or set back to all records
    button.
    What I am using this for is a Home/Standard Plan Catalog. I
    want to filter our plans by square footage, number of bedrooms or
    baths, garage size, etc. so initalally it loads the complete
    catalog. the user selects the square footage range they want or any
    combination of specs and the filter works to narrow the dataset to
    the appropriate records. The filter works fine it returns the
    correct records from the dataset but after the filter I want the
    current (displayed) record to change after the filter, to the first
    record in the newly filtered data.
    Eventually we are going to have all 200 or so standard plans
    we have in the dataset and giving the user the ability to filter by
    these specs is the ultimate goal to help our customers make
    decisions. The page loads thumbnails of the exterior renderings for
    each standard plan. they click the thumbnail and it opens. With 200
    or so eventully I will have to page the results of the dataset or
    something else eventually, but I will cross that bridge when I get
    too it.
    here is my filter:
    >>>>>>>>
    function StartFilterTimerALL(){
    if (StartFilterTimerALL.timerID)
    clearTimeout(StartFilterTimerALL.timerID);
    StartFilterTimerALL.timerID = setTimeout(function() {
    StartFilterTimerALL.timerID = null; FilterDataALL(); }, 100);
    function FilterDataALL(){
    var SqFtVal = document.getElementById("sqft").value;
    if (!SqFtVal){
    dsStandards.filter(null);
    return;
    // for each value get the matching records sqftage
    if (SqFtVal == 1){
    var filterFunc = function(ds, row, rowNumber){
    var str = row["sqftage"];
    if (str < 1000)
    return row;
    return null;
    dsStandards.filter(filterFunc);
    if (SqFtVal == 2){
    var filterFunc2 = function(ds, row, rowNumber){
    var str = row["sqftage"];
    if ((str > 1000) && (str < 1501))
    return row;
    return null;
    dsStandards.filter(filterFunc2);
    if (SqFtVal == 3){
    var filterFunc3 = function(ds, row, rowNumber){
    var str = row["sqftage"];
    if ((str > 1500) && (str < 2001))
    return row;
    return null;
    dsStandards.filter(filterFunc3);
    if (SqFtVal == 4){
    var filterFunc4 = function(ds, row, rowNumber){
    var str = row["sqftage"];
    if ((str > 2000) && (str < 2501))
    return row;
    return null;
    dsStandards.filter(filterFunc4);
    if (SqFtVal == 5){
    var filterFunc5 = function(ds, row, rowNumber){
    var str = row["sqftage"];
    if ((str > 2500))
    return row;
    return null;
    dsStandards.filter(filterFunc5);
    thanks Jim

  • "No bootable device --- insert boot disk and press any key" after setting up Bootcamp

    Hi guys,
    I am trying to install Windows 7 via Bootcamp but after setting up Bootcamp and restarting the computer I get the error message "No bootable device --- insert boot disk and press any key".
    I use an iMac with a DIY Fusion Drive consisting of a 120 GB SSD and a 1 TB HDD.
    Since Bootcamp can only be installed on the HDD I believe disk1 is the interesting one. Here is the output of sudo gpt -r -vv show disk1:
    gpt show: disk1: mediasize=1000204886016; sectorsize=512; blocks=1953525168
    gpt show: disk1: Suspicious MBR at sector 0
    gpt show: disk1: Pri GPT at sector 1
    gpt show: disk1: Sec GPT at sector 1953525167
           start        size  index  contents
               0           1         MBR
               1           1         Pri GPT header
               2          32         Pri GPT table
              34           6        
              40      409600      1  GPT part - C12A7328-F81F-11D2-BA4B-00A0C93EC93B
          409640  1709658208      2  GPT part - 53746F72-6167-11AA-AA11-00306543ECAC
      1710067848     1269536      3  GPT part - 426F6F74-0000-11AA-AA11-00306543ECAC
      1711337384          88        
      1711337472   242186240      4  GPT part - EBD0A0A2-B9E5-4433-87C0-68B6B72699C7
      1953523712        1423        
      1953525135          32         Sec GPT table
      1953525167           1         Sec GPT header
    And the output of sudo fdisk /dev/disk1:
    Disk: /dev/disk1
    geometry: 121601/255/63 [1953525168 sectors]
    Signature: 0xAA55
             Starting       Ending
    #: id  cyl  hd sec -  cyl  hd sec [     start -       size]
    1: EE    0   0   2 -   25 127  14 [         1 -     409639] <Unknown ID>
    2: AF   25 127  15 - 1023 254  63 [    409640 - 1709658208] HFS+       
    *3: 07 1023 254  63 - 1023 254  63 [1711337472 -  242186240] HPFS/QNX/AUX
    4: 00    0   0   0 -    0   0   0 [         0 -          0] unused
    Here is also the list of my disks:
    /dev/disk0
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *120.0 GB   disk0
       1:                        EFI EFI                     209.7 MB   disk0s1
       2:          Apple_CoreStorage                         119.7 GB   disk0s2
       3:                 Apple_Boot Boot OS X               134.2 MB   disk0s3
    /dev/disk1
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *1.0 TB     disk1
       1:                        EFI EFI                     209.7 MB   disk1s1
       2:          Apple_CoreStorage                         875.3 GB   disk1s2
       3:                 Apple_Boot Recovery HD             650.0 MB   disk1s3
       4:       Microsoft Basic Data BOOTCAMP                124.0 GB   disk1s4
    /dev/disk2
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:                  Apple_HFS FusionDrive            *975.5 GB   disk2
                                     Logical Volume on disk0s2, disk1s2
                                     FFA13FBC-2001-40B7-8BBB-BE6EECF8AC11
                                     Unencrypted Fusion Drive
    /dev/disk3
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:                            GRMCPRXFRER_DE_DVD     *3.2 GB     disk3
    I have gdisk installed and am ready to mess around. Any help would be greatly appreciated!

    So, when I started my iMac yesterday morning it couldn't boot into OS X anymore either. Several hours of restoring later I am back to square one. I tried installing Windows 7 via Bootcamp again but got the same error message. This time I noticed though that Bootcamp asked me to remove the bootable option from the USB drive with the support drivers in order to install from DVD. Does that ring any bells? I am building another USB drive right now, hoping it would ask me again but this I will decline and try to boot from it.
    When you restored, was a Time Machine restore used? TM does not backup Bootcamp and does an erase of the partition. It may also erase the entire disk (including the Fusion drive) if the specific backup of the volume layout of the disks indicates a pre-Bootcamp layout.
    My MacBook Pro is a 2009 model and also once had a built-in optical drive. I have no idea why it would work on there but not on the iMac.
    You also wrote
    When I plug the external DVD drive in, the boot manager recognizes a "Windows" disc and an "EFI Boot" disc. If I select the "Windows" disc I get a black screen with a blinking dash.
    The blinking dash indicates that it is working, but does not have the requisite drivers to enable the GPU/Mouse/Keyboard on the media being used.
    In the MBP case, did you have two drives installed in the MBP, a Fusion configuration, and then were able to successfully install Bootcamp?
    For example on a Mac mini I have a DIY Fusion drive, but the sequence was done differently. Bootcamp was installed using a USB stick+Windows 7 ISO.
    1. The two disks are not in a CoreStorage set up initially.
    2. The second disk is partitioned (64Gb) and a Bootcamp W7 install completed via USB (this is different HW as compared to IMac, because it has no Optical drive).
    3. After the HDD is partitioned, the first partition and the SSD are then used to create a CoreStorage volume.
    4. Here is the working version and disk layout. (I plan to erase both disks, put W7 on a partition on the SSD, and make the non-Bootcamp+entire HDD in a CoreStorage volume).
    diskutil cs list
    CoreStorage logical volume groups (1 found)
    |
    +-- Logical Volume Group A8C00490-0E14-401F-AB69-59F37724E8C4
        =========================================================
        Name:         Fusion
        Status:       Online
        Size:         1190201270272 B (1.2 TB)
        Free Space:   0 B (0 B)
        |
        +-< Physical Volume 4772013B-5520-4801-9BE5-BCAEF4AEDAB3
        |   ----------------------------------------------------
        |   Index:    0
        |   Disk:     disk0s2
        |   Status:   Online
        |   Size:     255716540416 B (255.7 GB)
        |
        +-< Physical Volume A679A101-3C78-4A59-B5EE-A4339210CFAD
        |   ----------------------------------------------------
        |   Index:    1
        |   Disk:     disk1s2
        |   Status:   Online
        |   Size:     934484729856 B (934.5 GB)
        |
        +-> Logical Volume Family 5EF5C7CA-0B9C-4169-82A1-41C84F206672
            Encryption Status:       Unlocked
            Encryption Type:         None
            Conversion Status:       NoConversion
            Conversion Direction:    -none-
            Has Encrypted Extents:   No
            Fully Secure:            No
            Passphrase Required:     No
            |
            +-> Logical Volume 1512657C-ED13-4B31-82C6-7AECBBCA7F98
                Disk:                  disk2
                Status:                Online
                Size (Total):          1185508581376 B (1.2 TB)
                Conversion Progress:   -none-
                Revertible:            No
                LV Name:               Fusion HD
                Volume Name:           Fusion HD
                Content Hint:          Apple_HFS
    diskutil list
    /dev/disk0
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *256.1 GB   disk0
       1:                        EFI EFI                     209.7 MB   disk0s1
       2:          Apple_CoreStorage                         255.7 GB   disk0s2
       3:                 Apple_Boot Boot OS X               134.2 MB   disk0s3
    /dev/disk1
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *1.0 TB     disk1
       1:                        EFI EFI                     209.7 MB   disk1s1
       2:          Apple_CoreStorage                         934.5 GB   disk1s2
       3:                 Apple_Boot Boot OS X               650.0 MB   disk1s3
       4:       Microsoft Basic Data BOOTCAMP                64.9 GB    disk1s4
    /dev/disk2
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:                  Apple_HFS Fusion HD              *1.2 TB     disk2

  • How to disable 'set filter' in alv list display

    Hi Friends,
    I am working on alv report and I came across a requirement that I need to disable the 'set filter' to restrict the user from filtering records in output.
    please help on this.
    thanks in advance.

    HI
    check these sample codes
    Here are some code snippets:
    FORM output_report.
    CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
    EXPORTING
    i_callback_program = 'ZRRRMPROJSTAT'
    is_layout = gs_layout
    it_fieldcat = gt_fieldcat
    it_sort = gt_sort
    i_save = 'A'
    it_events = gt_events
    TABLES
    t_outtab = i_project
    EXCEPTIONS
    program_error = 1
    OTHERS = 2.
    ENDFORM. " output_report
    FORM build_fieldcat.
    DATA: s_fieldcat TYPE slis_fieldcat_alv.
    DATA: l_col_count like s_fieldcat-col_pos.
    l_col_count = 1.
    CLEAR s_fieldcat.
    s_fieldcat-col_pos = l_col_count.
    l_col_count = l_col_count + 1.
    s_fieldcat-tabname = i_project.
    s_fieldcat-fieldname = 'PSPID'.
    s_fieldcat-datatype = 'CHAR'.
    s_fieldcat-outputlen = '10'.
    s_fieldcat-seltext_l = 'Project Number'.
    s_fieldcat-seltext_m = 'Project Number'.
    s_fieldcat-seltext_s = 'Project Number'.
    s_fieldcat-key = 'X'.
    s_fieldcat-fix_column = 'X'.
    s_fieldcat-just = 'C'.
    s_fieldcat-no_zero = 'X'.
    APPEND s_fieldcat TO gt_fieldcat.
    * and so on....
    ENDFORM
    FORM sort_layout.
    DATA: ls_sort TYPE slis_sortinfo_alv.
    REFRESH gt_sort.
    CLEAR ls_sort.
    ls_sort-spos = '1'.
    ls_sort-tabname = 'i_project'.
    ls_sort-fieldname = 'PSPID'.
    APPEND ls_sort TO gt_sort.
    CLEAR ls_sort.
    ls_sort-spos = '2'.
    ls_sort-tabname = 'i_project'.
    ls_sort-fieldname = 'POSID'.
    APPEND ls_sort TO gt_sort.
    ENDFORM. " sort_layout
    FORM build_layout.
    CLEAR gs_layout.
    * gs_layout-totals_before_items = 'X'.
    gs_layout-zebra = 'X'.
    gs_layout-numc_sum = 'X'.
    gs_layout-get_selinfos = 'X'.
    gs_layout-box_tabname = 'X'.
    gs_layout-info_fieldname = 'COLOR'.
    ENDFORM. "
    Reward alll helpfull answers
    Regards
    Pavan

  • Problem in ALV set filter option

    Hi to all
    I have an issue regarding ALV report :
    I have developed an ALV report and it is showing report output correctly as required.
    when I further filter it on a particular field using SET FILTER OPTION , the length of the field is shorter than displayed.
    Why this happens so.
    BUT for the same field in a standard ALV report , it shows the same length as displayed in report.
    Please advice. As this is the standard ALV functionality.
    Thanks & Regards
    Anubhav gupta

    Hi Gupta,
    <li>Define layout structure
    data: wa_layout   TYPE slis_layout_alv.
    <li>Pass value like below
      wa_layout-colwidth_optimize = 'X'.
    <li>Pass this structure through fm
        CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'
             EXPORTING
                  i_callback_program = program
                  it_fieldcat        = it_fieldcat
                  is_layout          = wa_layout
                  it_events          = it_events
             TABLES
                  t_outtab           = i_mard.
    Thanks
    Venkat.O

  • Checking sender and receiver queries after setting up in rsbbs

    Hi,
    After setting up sender and receiver queries in RSBBS, how can we find out which query is sender and receiver query, If we know any query, can we know whether it is sender or receiver query. then, based on this can we find out sender query if it receiver query and can we find out the receiver query if it is sender query.

    Hi Venkat,
    We have these tables to know the diffenent receiver queries of a sender and different senders for a receiver RSBBSQUERY & RSBBSQUERYDIR.
    Thanks,
    Sathish.

  • ALV Question : How to set filter condition which contain dummy character?

    Hi,
    I want to set filter condition of ALV dynamicly (In my code),
    for example, set 'X' as filter condition in column "Description",
    I add the code successfully, but I can't get the correct filtered result, Why?

    Please post ur code here.
    U have to get a  handle to the IF_SALV_WD_FILTER interface
    data ref_filter   type ref to IF_SALV_WD_FILTER  .
    ref_filter ?= m_config_model->IF_SALV_WD_FIELD_SETTINGS~GET_FIELD( 'FIELD DESCRIPTION' )
    ref_filter->CREATE_FILTER_RULE( 
                       low_val = 'X'
    Now when u load the ALV tabl;e u should see a X value in the filter row, for the column 'FIELD DESCRIPTION'  and the filter should happen.
    As I said, pls paste ur code here.

  • Standard substitution is not working even after setting up in HRUS_D2

    Hello all,
    We presume after setting up substitutions for approvers, the workitem should be in both actual approver and his substitutes in box per the standard SAP workflow functionality. For some reason this doesnot seem to happen.
    Is there any other setting, other than setting up a substitute, i.e an entry with validity dates active in HRUS_D2.
    Appreciate all your help in this regards,
    Regards,
    HR

    I hope this user is not maintained in the excluded list n the workflow instance.
    I hope there is no filter activate for substitute. You need to checxk the filter.
    CL_EX_ACO_SUBSTITUTES          BAdI Class CL_EX_ACO_SUBSTITUTES
    CL_EX_FAGL_ALLO_SUBSTITUTE     BAdI Class CL_EX_FAGL_ALLO_SUBSTITUTE
    CL_EX_WB2_ASSO_SUBSTITUTE      BAdI Class CL_EX_WB2_ASSO_SUBSTITUTE
    CL_EX_WF_SUBSTITUTE            BAdI Class CL_EX_WF_SUBSTITUTE
    Thanks
    Arghadip

  • Pre-setting filter value

    Hi,
    I have a page wich has a tabstrip with 2 tabs.
    On tab 1 all keyvalues are displayed in a table view, on tab 2 all details for all keyvalues are also displayed in a table view but with a filterfunction.
    When i select a keyvalue on tab1 and navigate to tab2 is want to set the filtervalue of the tableview prior for displaying.
    I'm using the cl_htmlb_manager=>set_filter_row_value when selecting a keyvalue during the DO_HANDLE_EVENT in the ControllerClass.
    But when i navigate to tab2 no filtering is done, the id is correctly filled.
      CASE event.
        WHEN 'id_tabstrip'.
    *     Keuze tabstrip met artikelen
          IF     lrf_model->h_active_tab = 'id_keyvalue'.
    *       User switches to detail tab
    *       Set filter TableView Details
            lh_filter_value = lrf_model->selected_key_value.
            CALL METHOD cl_htmlb_manager=>set_filter_row_value
              EXPORTING
              request           = request
              id                   = 'id_tv_detail'
              column_index = '1'
              value              = lh_filter_value.
    Can it work?

    Hi,
    Is there a possibillity to pre-setting a filter value.
    I cannot filter the table manually and the switch to the next tab because then the filter functionality won't work.
    Hope to hear from you..

  • Can I make auto layout of Matrix Chart after setting fixed rows/columns ?

    Can I make auto layout of Matrix Chart after setting fixed rows/columns ?
    I want to make Matrix Chart to auto layout to zooming out a chart of filter.
    Matrix Chart's layout is AUTO layout at creating.
    Matrix Chart layout can fix specfic rows / columns from layout toolbar.
    BUT fixed layout's Matrix Chart does not zoom a chart of filter.
    Regards,
    Yoshihiro Kawabata
     

    Hi Yoshihiro - at the moment if a specific number of row/columns has been set for small multiples the chart will maintain these proportions even after filtering.
    If the chart hasn't had a set row/column dimensions set it will automatically be re-laid out when filtered however.

  • How to filter a table's results

    how can I filter a table's results after the user makes a selection? For example, someone makes a selection on a read-only table which lists usernames; the new page needs to display a new table that shows the username selected and all the tasks that user has ..? any help would be appreciated. thanks.
    Adam

    See chapter 6 in the ADF tutorial:
    http://www.oracle.com/technology/obe/ADFBC_tutorial_1013/10131/index.htm
    They use the setCurrentRowWithKey method to do that.
    You can have a VO with a where clause built-in or you use the setWhereClause method of the VO in a service method you expose in the AM.

  • Filter one table based on user selection

    Hi all ,
              I am creating simple employee data application in VC. It consists of roadmap. On first step user searches for employee by giving first name , last name then he searches for employee and all the data related to employee's is fetched out at one shot through BAPI_EMPLOYEE_GETDATA. Now after step one no of employee comes.
    When I select one record I want that for the selected rows employee's personal data should be fetched out from another table (which is populated during first BAPI call). so I want to pass the selected key value and filter that table based on passed value to table and filter the table .
    Kindly give a solution as to implement filter on a table without making another BAPI call .
    Thanks in advance
    Abhay

    Hi Abhay,
    There's a trick to get a 'dynamic' filter (i.e. a filter that filters on a value that can change) out of the normal static filters:
    Just click on the output of your data source, then 'configure' and on the '+'  - sign in the lower right corner. Add a boolean field called 'condition', for example. Then, you write the condition that filters out the row(s) that you need. In the filter that comes next in the dataflow you just filter on this 'condition' - field being true.
    Hope that helps,
    Sincerely,
    Florian

  • Cannot use telephone after setting up fax

    I use the same line for talking and faxing. After I plugged in the phone line to the fax my phone stopped working. I can dial out and the phone rings in but nobody can hear me and I cannot hear them.

    Hi @acmyra76,
    Welcome to the HP Forums! 
    I see that you cannot use your telephone after setting up fax with your HP Officejet 6830 on Windows 8. I am sorry to hear this, but happy to help!
    Is your phone line an analog or digital phone service? Analog. Digital. What’s the Difference? 
    If your phone service is digital you may need to get a filter for the line.
    I would recommend going through this guide, Cannot Send or Receive Faxes, to verify the fax is connected properly.
    For future reference, here is your printer's user guide, HP Officejet Pro 6830 e-All-in-One Printer User guides.
    You might also want to contact your phone company as well, just to make sure there are no issues with them.
    Hope this information helps, and hope to hear from you soon!
    RnRMusicMan
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to say “Thanks” for helping!

Maybe you are looking for

  • Can I make a cell in iWork 08 a clickable button?

    Is there a way to assign a cell to be a clickable button which would take you to another spreadsheet?

  • WLC management and monitoring.

    Hello we are looking forward to monitoring the cpu, environment variables and the memory of a wireless lan controller via snmp. but we are not able to find in the mibs the right oid to manage this. can the exact oid be given in order to monitor these

  • Black screen on Equium A100-306 after watching movie on external projector

    Hi! I've got Equium A100-306 Laptop and it was working fine. Yesterday I plugged in a projector and watched the movie. Once i finished the movie i switch it off and disconnected the projector. After few hours later i tried to switch my laptop and fou

  • Dynamic Tree menu with checkbox

    Dear Boss Now I am in a problem for some task. But I have not ever done these. Please help me if you possible for you. I need a tree menu in java which has the following attributes: v This check box will implement on Oracle form v Checkbox Event trac

  • Smiley's for Nokia C6-00

    Okay, so I've tried to deal with the fact that the C6 has no smiley's as best as I can. But I really miss them and I'd like to have them. Is there a setting on my phone I haven't activated? Is there an app I can download to get them? Please let me kn