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

Similar Messages

  • Host admin page does not work after insatlling YAST for suse9

    I am using 10205 grid and when I try to go to admin tab in grid it say YAST patch needs to be installed which I did but still it does not work.
    Anyone having same issue and how to resolve this. I also followed the metaling note for this issue which was a workaround for a bug but still it did not work.
    Any ideas?
    Thanks in advance.

    I clicked on the link that was provided on the GC host admin page and downloaded the patch and as root applied it to the server without any errors. The following are the steps:
    When I go the host page then administration tab it says the following:
    Install the SUSE patch for YAST from http://oss.oracle.com/projects/yast
    Downloaded the patch yast-EM-1.7.0-0.1.noarch.rpm
    I've installed the patch and restarted the agent and the permissions on all the files are set to 755 according to note
    414438.1
    after applying the YAST patch I clicked finish and nothing happens. I've restarted ther OMS as well but no effect. I was wondering if anyone else having the issue?

  • Wireless net does not work after installing SP1 for Vista - Error code 10

    After installing Vista SP1 on my computer (T61 - Vista Business 32 bit) my intel 82566mm wireless net does not work.
    Windows says "Error code 10" and suggests that I update the driver. I have downloaded the newest driver via another computer, but it does not help. Still error code 10.
    Any one else has the same problem?

    I fixed the problem. Uninstall iTunes and then reinstall it clean. Looks like upgrading is problematic.

  • FCP does not work after sleep - asking for quartz extreme card

    Hi all,
    Well my 2 x 2.266 Dual Core Intel xeon with 5 gig memory is getting a little long in the tooth and I have started coming up against what I suspect is hardware issues.
    The OSX is 10.5.8
    It has a blackmagic HD card as well as an ESATA rocketraid card.
    I have a sohoraid attached as well as a Drobo (via firewire).
    In the last couple of months I l've had a bunch of issues that I wonder if are at all related.
    Firstly the DVD player app now freezes the whole computer if I try and start it.
    when it first did this I spent forever rebuilding the system for it to only fall over again a month or so later.
    2) In the last couple of weeks, when I wake from sleep the mouse icon is gone and what is in its place is a small area of distorted,broken pixels. Still works as a mouse (the distorted pixels move round like an arrow) and the arrow returns when I tab through to another application. Weird...
    3) In that same time when I have started Final Cut Pro it immediately gives me a warning saying a quartz extreme video vard is required to run application and refuses to open. Restarting computer fixes this but this is a new development.
    4) I ran into an issue at beginning of the year with my soho 5bay raid where it said a drive failed and then couldn't rebuild with a new drive, took it to shop and it blinked into life on their computer. Drive was never broken. Its now back and running as it should, like it always did, but they couldn't see what went wrong.
    These of course could be a unrelated but I somehow suspect not.
    Any first 'go-to's" you would recommend to just try and trouble shoot this?
    THANK YOU!!!!

    Try these in this order:
    1. Set Mac to NEVER SLEEP. No exceptions.
    2. Repair Permissions on all drives.
    3. Trash Preferences for offending apps.
    4. Wipe and re-install fresh OS and apps every 6-18 months.
    Tim

  • Satellite A110-228 LAN does not work after hibernate

    Well, subject says it all, really. The LAN (wired) network does not work after hibernate.
    It seems it cannot find the DHCP server, so after a while it gets a 169.* address.
    After a reboot, the network functions as usual (gets a IP address from the DHCP server)
    Tried the usual things, disconnecting the cable, disabling the LAN device, battery or AC adapter, the behavior is reproducible.
    The wireless network will be restored after a hibernate.
    It needs a little help though (right click on the icon and "recover" or whatever it is called in English)
    Any suggestions?
    Wilm Boerhout

    Hi guys
    In the Toshiba HW setup which is placed in the control panel the options Wake-up on LAN and Built-in LAN should be enabled.
    I think the options are disabled by default.
    Furthermore the default setting for Wake on Settings is OS controlled. To use the Wake-up on LAN function under power off mode, in the device driver for the network card under the menu point Wake On Settings the Value Wake on Magic & Directed must be set.
    Please check this how to enable WOL (first time use):
    1. Go to [Start] -> [Control Panel] -> [Toshiba HWSetup] -> [LAN] tab
    2. Enable Wake-up on LAN
    3. Click [Apply]. System will request to reboot.
    4. After the reboot go to [Start] -> [Control Panel] -> select [System]
    5. On system properties dialog box select [Hardware] tab -> click [Device manager]
    6. On Device manager dialog box select [Networking adapters] -> double click [Intel(R) PRO/100 VE Network Connection]
    7. Go to [Advanced] tab -> select [Wake On Settings] property -> Select [Wake on Magic & Directed]
    8. Press [OK] to close the dialog box.

  • Click to activate does not work after update

    Click to activate plugin does not work after updating to version 23.0.1

    hello Kamullia, if you have set click-to-play to true in about:config you can now go to the ''addons-manager > plugins'' section and set the permissions individually for each plugin type.

  • TX2500Z touchscreen does not work after Windows7 upgrade from HP specific to S/N, etc on laptop.

    My TX2500Z touchscreen does not work after I upgraded to Windows 7. I cannot find any support or drivers, etc. to fix.  I bought Windows 7 directly from HP specific to my P/N and S/N on my TX2500Z.  Any help? Thanks.

    after 2,5 days (spending half a day within the apple shop as well with this problem) i have it all back on track.
    i did a lot of different things: trying to remove and reinstall iPhoto; did a SL installation over the old SL I had on my HD; backing up all the data of course before and reformatting my HD and installing a new clean SL version on it + a new clean version of iLife9 with all the updates and than I migrate with migrate assistant all the data and setting with time machine back onto it, but all this didn't work, because it also migrated the error/bug through time machine with it.
    so at the end i just installed a brand new, clean SL version on my hard drive, than I did the updates and put all my data, photos, docs, movies, mail, bookmarks, music, etc manual back into the system (drag and drop from my external HD, where i had an exact copy of my internal HD) and did all the settings again in all the different programs.
    the only thing i used migrant assistant with time machine for was for the programs. it seems to work now all fine and i even got more free space on my HD, because some of the old stuff i always carried with me but i never used, i didn't take over.
    basically everything is clean now. At least i hope and works fine. touch wood!

  • I have F.F 3.6 and windows 7.: 1) When i want to buy a airplane ticket and want to select 2 adults or 2 children, the draw down select, does not work in any websides,? WHY?. 2) Have FF any problems with SKYPE

    I have F.F 3.6 and windows 7.: 1) When i want to buy a airplane ticket and want to select 2 adults or 2 children, the draw down select, does not work in any websides,? WHY?. 2) Have FF any problems with SKYPE
    == This happened ==
    Not sure how often
    == After innstalling windows 7

    As a suggestion I'd put the Text_io segments into their own begin - exception - end sub-blocks within the main code. This way if Text_io does raise an exception you can catch it earlier as it may be able to recover - That is if it is a text_io exception.
    Other than that you;ll have to step through in Debug.

  • Print size in Photoshop CC does not work after updating

    Print size in Photoshop CC does not work after updating, it was working fine before but now when I click to go to print size either from the menu of right chicking when the hand tool is selected, the image just zooms right out until it is a tiny little box in the centre of the screen, no good what so ever, as I say it was working fine before the update.
    I am using window 7 with 8 gb of ram and an I7 with a 1GB graphics card.
    Can anyone help please?
    thanks
    Fujibill

    Check the Image>Image Size and see what the print size is supposed to to be for the open document.
    Also, resetting the photoshop cc preferences might fix it.
    http://forums.adobe.com/thread/375776?tstart=0

  • RDP does not work after disabling TLS 1.0

    RDP does not work after disabling TLS 1.0
    Had to re-enable it .... what can i do to make it work with TLS 1.2 ??

    Hi,
    Disabling TLS 1.0 will break RDP under default settings.  Did the security scan say specifically to disable TLS 1.0?  Normally you should be able to disable use of certain ciphers or prioritize ciphers.  You may want to try IISCrypto, on
    it you click the PCI button, then Apply button, then restart your server.
    Additionally there are still a substantial number of web browsers in use that do not support TLS 1.1/1.2.
    If you would like to continue with TLS 1.0 disabled you may change the RDP Security Layer.  To do this please open Terminal Services Configuration (tsconfig.msc), double-click RDP-Tcp, change Security Layer to RDP Security Layer.
    IMPORTANT:  You are vulnerable to MITM attack when using RDP Security Layer because there is no Server Authentication.  If you are running RDP over a VPN connection and there is no risk for interception then this may be okay.  I recommend
    you re-enable TLS 1.0 and have a ssl certificate from a public authority set on your RDP-Tcp listener.
    Quoted from this thread answered
    by TP, for more information you can go through that thread. 
    Hope it helps!
    Thanks.
    Dharmesh Solanki
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Card slot does not work after update (14/10/2011)

    Card slot does not work after yesterday update (14/10/2011)! It works with my SD card month ago, but now it dosn't!!!
    MacBook Pro 13 OS ver. 10.6.8

    Thanks for your suggestion. I downloaded OnyX and ran the cleaning function. After restarting, I opened Help and once again the first screen appeared fine. But again most of the links did not work, though those under the "What's New" heading did work. I might add that I had previously tried a variety of suggestions posted in another thread, which included deleting from the caches folder in Home>Library several files such as com.apple.helpui and help.plist in the Preferences folder. (As noted in my previous post this evening, I also created another user but that also did not have any effect.) Any other ideas? Thanks

  • HT1688 My Hot Spot does not work after update to 6.0.1.  Service is with ATT.  Apple says problem is with ATT, ATT says problem is with Apple.  Anyone else having this problem?

    My Hot Spot does not work after update to 6.0.1.  Any suggestions?

    Ok, I had the same issue, my phone is unlocked(iphone 5 with 6.1.3). So I went to the apple store and had it replaced. it worked good for a day and started doing the same thing. When the apple tech replaced my phone, he transfered my screen protector to the new one.
    so I thought it was my sim card, I put in my sisters sim card from a different carrier and it did the same, so then I was like let me take off the screen protector, and that was it.
    so guys, if you have a screen protector on your phone and it's doing "low signal", "No Service", "Searching", "Full bars cycle" then take off the screen protector. so far my phone is working normal.

  • WiFi iPhone 4S does not work after update iOS 6.0

    WiFi iPhone 4S does not work after update iOS 6.0

    This sounds more like a hardware issue.
    Have you checked that the dock connector port is not dirty?

  • Flash player does not work after I installed it

    Flash player does not work after I installed it

    I'm using Mac Osx and my browser is Safari
    Date: Wed, 5 Feb 2014 00:41:29 -0800
    From: [email protected]
    To: [email protected]
    Subject: Flash player does not work after I installed
        Re: Flash player does not work after I installed it
        created by Mike M in Installing Flash Player - View the full discussion
    This is a user-to-user forum, NOT 24/7 support. You're "lucky" I happen to be up at 1:40 am to answer you.
    What OS are you using?
    http://mmonlinedesigns.com/images/os.png
    What browser?
    http://mmonlinedesigns.com/images/browsers.png
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/6087541#6087541
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/6087541#6087541
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/6087541#6087541. In the Actions box on the right, click the Stop Email Notifications link.
               Start a new discussion in Installing Flash Player at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • My sound system does not work AFTER installing pc to tv wireless connection

    my sound system does not work after installing hp pc to tv wireles device when I am using lap top for other purposes.

    Hi,
    You don’t install VS2010 on the client PC, then where did the Form Invoice not work? When you run it from another version of VS? Or when you run the application with application.exe?
    Based on your description, one form works well, another form does not. I assume that two forms are in two different projects, then please check the .Net Framework used by the two projects. If they are different, you can use the
    one used by the Form contact for Form Invoice.
    Because this issue is a project issue, I recommend you to consult it on some application forum such as Windows Forms General forum for better support.
    VS General Question forum mainly discusses
    the usage of Visual Studio IDE such as
    WPF & SL designer, Visual Studio Guidance Automation Toolkit, Developer Documentation and Help
    System and Visual Studio Editor.
    Thanks,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

Maybe you are looking for