Flood of "ACPI action undefined":laptop not handling AC adapter state?

Hello,
The laptop is an old Toshiba dynabook CX1/212CMEW, Celeron M CPU, so it doesn't have most of the power saving features. I frequently see the following message when monitoring with journalctl -f
Apr 19 18:14:04 Elder logger[750]: ACPI action undefined: PNP0C0A:00
Apr 19 18:14:21 Elder logger[771]: ACPI action undefined: PNP0C0A:00
Apr 19 18:14:37 Elder logger[792]: ACPI action undefined: PNP0C0A:00
Apr 19 18:14:54 Elder logger[813]: ACPI action undefined: PNP0C0A:00
Apr 19 18:15:11 Elder logger[831]: ACPI action undefined: PNP0C0A:00
Apr 19 18:15:28 Elder logger[852]: ACPI action undefined: PNP0C0A:00
Apr 19 18:15:45 Elder logger[874]: ACPI action undefined: PNP0C0A:00
Apr 19 18:16:19 Elder logger[910]: ACPI action undefined: PNP0C0A:00
Apr 19 18:16:35 Elder logger[928]: ACPI action undefined: PNP0C0A:00
Apr 19 18:16:52 Elder logger[950]: ACPI action undefined: PNP0C0A:00
Apr 19 18:17:09 Elder logger[968]: ACPI action undefined: PNP0C0A:00
Apr 19 18:17:26 Elder logger[989]: ACPI action undefined: PNP0C0A:00
Apr 19 18:17:59 Elder logger[1025]: ACPI action undefined: PNP0C0A:00
Apr 19 18:18:16 Elder logger[1046]: ACPI action undefined: PNP0C0A:00
Apr 19 18:18:33 Elder logger[1064]: ACPI action undefined: PNP0C0A:00
Apr 19 18:19:04 Elder logger[1100]: ACPI action undefined: PNP0C0A:00
Apr 19 18:19:06 Elder logger[1105]: ACPI action undefined: PNP0C0A:00
Apr 19 18:19:40 Elder logger[1141]: ACPI action undefined: PNP0C0A:00
Apr 19 18:19:56 Elder logger[1159]: ACPI action undefined: PNP0C0A:00
Apr 19 18:20:30 Elder logger[1198]: ACPI action undefined: PNP0C0A:00
Apr 19 18:21:04 Elder logger[1236]: ACPI action undefined: PNP0C0A:00
Apr 19 18:21:20 Elder logger[1254]: ACPI action undefined: PNP0C0A:00
Apr 19 18:21:37 Elder logger[1275]: ACPI action undefined: PNP0C0A:00
Apr 19 18:22:27 Elder logger[1314]: ACPI action undefined: PNP0C0A:00
Apr 19 18:23:01 Elder logger[1335]: ACPI action undefined: PNP0C0A:00
Apr 19 18:23:35 Elder logger[1359]: ACPI action undefined: PNP0C0A:00
Apr 19 18:23:51 Elder logger[1371]: ACPI action undefined: PNP0C0A:00
Apr 19 18:26:06 Elder logger[1457]: ACPI action undefined: PNP0C0A:00
Apr 19 18:26:39 Elder logger[1481]: ACPI action undefined: PNP0C0A:00
Apr 19 18:26:56 Elder logger[1493]: ACPI action undefined: PNP0C0A:00
Apr 19 18:27:13 Elder logger[1508]: ACPI action undefined: PNP0C0A:00
Apr 19 18:28:03 Elder logger[1541]: ACPI action undefined: PNP0C0A:00
Apr 19 18:28:37 Elder logger[1564]: ACPI action undefined: PNP0C0A:00
Apr 19 18:29:27 Elder logger[1598]: ACPI action undefined: PNP0C0A:00
Apr 19 18:29:43 Elder logger[1610]: ACPI action undefined: PNP0C0A:00
Apr 19 18:31:07 Elder logger[1666]: ACPI action undefined: PNP0C0A:00
Apr 19 18:32:48 Elder logger[1729]: ACPI action undefined: PNP0C0A:00
Looking around, it seems to be related to the AC adapter somehow. I have the default handler.sh, modified for also handling the brightness keys:
#!/bin/bash
# Default acpi script that takes an entry for all actions
case "$1" in
button/power)
case "$2" in
PBTN|PWRF)
logger 'PowerButton pressed'
logger "ACPI action undefined: $2"
esac
button/sleep)
case "$2" in
SLPB|SBTN)
logger 'SleepButton pressed'
echo -n mem >/sys/power/state
logger "ACPI action undefined: $2"
esac
ac_adapter)
case "$2" in
AC|ACAD|ADP0)
case "$4" in
00000000)
logger 'AC unpluged'
00000001)
logger 'AC pluged'
esac
logger "ACPI action undefined: $2"
esac
battery)
case "$2" in
BAT0)
case "$4" in
00000000)
logger 'Battery online'
00000001)
logger 'Battery offline'
esac
CPU0)
*) logger "ACPI action undefined: $2" ;;
esac
button/lid)
case "$3" in
close)
logger 'LID closed'
open)
logger 'LID opened'
logger "ACPI action undefined: $3"
esac
video/brightnessdown)
echo $(($(< /sys/class/backlight/toshiba/brightness) - 1)) > /sys/class/backlight/toshiba/brightness
video/brightnessup)
echo $(($(< /sys/class/backlight/toshiba/brightness) + 1)) > /sys/class/backlight/toshiba/brightness
# button/screenlock)
# xs=$(ps -C xscreensaver -o user=)
# if test $xs; then su $xs -c "xscreensaver-command -lock"; fi
logger "ACPI group/action undefined: $1 / $2"
esac
# vim:set ts=4 sw=4 ft=sh et:
It appears whether the laptop is running on battery or on AC. When unplugging, the following appears in the log:
Apr 19 18:41:47 Elder kernel: toshiba_acpi: Unknown key e00
Apr 19 18:41:47 Elder logger[2226]: ACPI action undefined: ACPI0003:00
Plugging in shows the following:
Apr 19 18:44:31 Elder logger[2362]: ACPI action undefined: ACPI0003:00
I expected to see :01 while either plugging or unplugging the AC adaptor... Though (dis)charging state seems to be correctly reported to LXDE's battery widget.
Quite new to linux, so I'm a bit lost on how to "fix" that. Or can I safely ignore that without any side-effects on the battery? I can provide more info if you tell me where to get it.

You could ignore it, but I suggest you adapt that default handler.sh to ignore events with PNP in them. That would prevent flooding of your journal.

Similar Messages

  • Log filling up with "ACPI action undefined: ACAD"

    logger: ACPI action undefined: ACAD
    logger: ACPI action undefined: ACAD
    logger: ACPI action undefined: ACAD
    logger: ACPI action undefined: ACAD
    logger: ACPI action undefined: ACAD
    Is it bad? Any ideas?

    It's not bad, for me it least it happens because ACAD is the name for the AC adapter rather than AC like the /etc/acpi/handler.sh script assumes.
    So I have a file like /proc/acpi/ac_adapter/ACAD rather than /proc/acpi/ac_adapter/AC
    I changed handler.sh to reflect this.

  • Acpi action problem

    Hi all
    I've some problem with acpi action script...
    First of all here there's my /etc/acpi/events/anything :
    event=*
    action=/etc/acpi/actions/ibm_hotkey.sh %e
    and the ibm_hotkey.sh , founded on the internet with some personalization :
    #!/bin/sh
    # ACPI action for Thinkpad special keys.
    case "$1" in
    ibm/hotkey)
    case "$2" in
    HKEY)
    case "$4" in
    00001002) # Lock screen
    logger "ACPI $2 $4 : Lock screen button pressed."
    qdbus org.freedesktop.ScreenSaver /ScreenSaver Lock
    00001003) # Switching display off
    xset dpms force off
    00001004) # Sleep Mode
    logger "ACPI $2 $4 : Sleep button pressed."
    /usr/sbin/pm-suspend
    #00001005) # Switch Bluetooth
    0001007) # Toggle external display
    if [ "$(xrandr -q | grep "VGA connected")" ]; then
    if [ "$(xrandr -q | grep "VGA connected [0-9]")" ]; then
    xrandr --output VGA --off
    else
    xrandr --output VGA --auto
    fi
    else
    xrandr --output VGA --off
    fi
    #00001008) # Toggle Trackpoint/Touchpad
    #00001009) # Eject from dock
    0000100c) # Hibernate
    logger "ACPI $2 $4 : Hibernate button pressed."
    /usr/sbin/pm-hibernate
    00001011) # Brightness down
    CUR="xbacklight -get"
    CUR="echo $CUR | awk '{print $1-5}'"
    xbacklight -set $CUR
    00001012) # Brightness up
    CUR=`xbacklight -get`
    CUR="echo $CUR | awk '{print $1+5}'"
    xbacklight -set $CUR
    #00001014) # Toggle zoom
    #00001018) # ThinkVantage button
    *) logger "ACPI action undefined for $2 / $4" ;;
    esac
    *) logger "ACPI group/action undefined: $1 / $2" ;;
    esac
    *) logger "ACPI group/action undefined: $1 / $2" ;;
    esac
    Now when i try to lock the screen with Fn + F2  it doesnt work.
    The first thing i've tought was the acpi code for that key was wrong, but doing acpi_listen and pressing Fn+F2 it returns : ibm/hotkey HKEY 00000080 00001002
    I've also tried with the Fn + F4, ibm/hotkey HKEY 00000080 00001004 . The system go into sleep mode, but in the log i cant see the string "ACPI Sleep button pressed."
    So it seems like if other programs are catching the actions.
    In my system i've also installed laptop-mode-tools, cpufrequtils, and pm-utils. Maybe there's some kind of conflict between these packages ??
    Any advices ?
    Many thanks to all anyway.

    No there is no conflict between the packages... does xev report events for those keys? If the answer is yes you can bind them through your DE's settings or manually with xmodmap to do anything you like.

  • [workaround] log filling up with "ACPI group/action undefined"

    I use Arch with a HP 510 notebook and my /var/log/messages.log is filled up with:
    Aug 19 14:15:36 hp510 logger: ACPI group/action undefined: video / C054
    Aug 19 14:15:36 hp510 logger: ACPI group/action undefined: video / C054
    Aug 19 14:15:36 hp510 logger: ACPI group/action undefined: video / C054
    Aug 19 14:15:36 hp510 logger: ACPI group/action undefined: video / C054
    Aug 19 14:15:36 hp510 logger: ACPI group/action undefined: video / C054
    Aug 19 14:15:36 hp510 logger: ACPI group/action undefined: video / C054
    Aug 19 14:16:06 hp510 logger: ACPI group/action undefined: video / C054
    Aug 19 14:16:06 hp510 logger: ACPI group/action undefined: video / C054
    Aug 19 14:16:06 hp510 logger: ACPI group/action undefined: video / C054
    Aug 19 14:16:06 hp510 logger: ACPI group/action undefined: video / C054
    Aug 19 14:16:06 hp510 logger: ACPI group/action undefined: video / C054
    Aug 19 14:16:06 hp510 logger: ACPI group/action undefined: video / C054
    Aug 19 14:16:06 hp510 logger: ACPI group/action undefined: video / C054
    Aug 19 14:16:07 hp510 logger: ACPI group/action undefined: video / C054
    Aug 19 14:16:07 hp510 logger: ACPI group/action undefined: video / C054
    Aug 19 14:16:07 hp510 logger: ACPI group/action undefined: video / C054
    Any suggestions?
    Last edited by fijam (2009-08-20 22:35:10)

    Turns out that the message is triggered when the laptop's lid is closed for more than a few seconds. I have no idea if that's a bug but I worked it around in handler.sh before the catch-all condition like that:
    video)
    case "$2" in
    C054) : ;;
    *) logger "ACPI video action undefined: $2" ;;
    esac
    It's probably the Wrong Way but I am quite sleepy and it appears to be working.
    Thanks for suggestions.

  • Fail to upgrade my laptop to Windows 10 due to :"system thread exception not handled ndis.sys"

    Hi,I am trying to upgrade my Toshiba satellite Z30 laptop from windows 8.1 to windows 10.every time i try( and i tired more than 8 times already), it goes all the way to finishing installing the drivers and then after the auto reboot it comes up with a :"system thread exception not handled ndis.sys" error. at the second boot phase.I have an Intel I218V network adapter and an Intel(R) Dual Band Wireless-AC 3160.I tries upgrading them manually to a windows 10 compatible driver before the install but still no success.I also tried a clean booot and disabling both adapters before upgrading.does anyone have an additional idea of how to solve this problem? thanks Amose

    My many Win 10 install attempts have failed similarly. In the final phase of install during "Configuring Settings" I get the error message: "System Thread Exception Not handled...."  I'm not sure if it reads, "ndis.sys" at the end. The message doesn't remain long.I have a Satellite L355-S7905 with Windows 7 Home Premium. 

  • Error: While Opening a Custom view- Action &OBJECT_ID& does not exist

    Hi Experts,
    On the click of button, I am creating a window and opening as follows:
      wd_comp_controller->go_window         = lo_window_manager->create_window(
                          window_name            = 'ZW_CERTIFICATION_POP'
                          title                  = lv_pop_title
                          close_in_any_case      = abap_false
                          message_display_mode   = if_wd_window=>co_msg_display_mode_selected
                          close_button           = abap_true
                          button_kind            = if_wd_window=>co_buttons_okcancel
                          message_type           = if_wd_window=>co_msg_type_none
    I have written following code in INIT method of View to Subscribe events but it is dumping with the Error "Action &OBJECT_ID& does not exist ".
    DATA lv_ok     type string.
    DATA lv_cancel type string.
    DATA lo_popup  TYPE REF TO if_wd_window.
    DATA lo_view   TYPE REF TO if_wd_view_controller.
    DATA lo_window_ctlr type ref to if_wd_window_controller.
    register button events
        lo_view = wd_this->wd_get_api( ).
        lo_window_ctlr = lo_view->get_embedding_window_ctlr( ).
        wd_comp_controller->go_window = lo_window_ctlr->get_window( ).
        lv_ok = cl_wd_utilities=>get_otr_text_by_alias( alias = 'PAOC_RCF_UI/OK' ).
        wd_comp_controller->go_window->subscribe_to_button_event(
                       button            = if_wd_window=>co_button_ok
                       button_text       = lv_ok
                       action_name       = 'OK'
                       action_view       = lo_view
                       is_default_button = abap_true
        lv_cancel = cl_wd_utilities=>get_otr_text_by_alias( alias = 'PAOC_RCF_UI/CANCEL' ).
                   wd_comp_controller->go_window->subscribe_to_button_event(
                      button            = if_wd_window=>co_button_cancel
                      button_text       = lv_cancel
                      action_name       = 'CANCEL'
                      action_view       = lo_view
                      is_default_button = abap_true
    How to solve this exception causing application to dump.
    Thanks
    Depesh

    Hi Depeshn,
    I have written following code in INIT method of View
    I think you have writen code containg subscribe_to_button_event method in the INIT method of the pop up view. But actually you should write that code where you are generating the pop up window. i.e in the ONACTION method of the button (which when clicked generates the pop up window.)
    It should be something like this:
    " This whole code should come in the event handler of the button.
    wd_comp_controller->go_window = lo_window_manager->create_window(
    window_name = 'ZW_CERTIFICATION_POP'
    title = lv_pop_title
    close_in_any_case = abap_false
    message_display_mode = if_wd_window=>co_msg_display_mode_selected
    close_button = abap_true
    button_kind = if_wd_window=>co_buttons_okcancel
    message_type = if_wd_window=>co_msg_type_none
    DATA lv_ok type string.
    DATA lv_cancel type string.
    DATA lo_popup TYPE REF TO if_wd_window.
    DATA lo_view TYPE REF TO if_wd_view_controller.
    DATA lo_window_ctlr type ref to if_wd_window_controller.
    * register button events
    lo_view = wd_this->wd_get_api( ).
    lo_window_ctlr = lo_view->get_embedding_window_ctlr( ).
    wd_comp_controller->go_window = lo_window_ctlr->get_window( ).
    lv_ok = cl_wd_utilities=>get_otr_text_by_alias( alias = 'PAOC_RCF_UI/OK' ).
    wd_comp_controller->go_window->subscribe_to_button_event(
    button = if_wd_window=>co_button_ok
    button_text = lv_ok
    action_name = 'OK'
    action_view = lo_view
    is_default_button = abap_true
    lv_cancel = cl_wd_utilities=>get_otr_text_by_alias( alias = 'PAOC_RCF_UI/CANCEL' ).
    wd_comp_controller->go_window->subscribe_to_button_event(
    button = if_wd_window=>co_button_cancel
    button_text = lv_cancel
    action_name = 'CANCEL'
    action_view = lo_view
    is_default_button = abap_true
    I hope it helps.
    Regards
    Arjun

  • Performance issue is most probably caused by the fact that IE can not handle such amount of requests ? is it ?

    Hi,
    I'm running web applications and there is performance issue is most probably caused by the fact that IE can not handle such amount of requests that are forwarded to the server at the same time.
    Data:
    On IE(10) – search variety 11- it takes a long time (about 25 seconds for response) .
    in general, the responding time of "search variety" in IE is much longer than Chrome.
    IE - see:http://screencast.com/t/kSeT3hC2mRfV
    Chrome see:http://screencast.com/t/NYf6fskU
    Why? any solution ?
    Thanks,

    Hi,
    without a link to your site (so we can use the same tools mentioned above)... we can only guess.
    these are peer to peer support forums... your favorite web search engine will help you to learn about web development.
    display the Developer tool console in each browser to view the suppressed error messages.
    All modern browsers support the performance api or your can use the Networking tab to view the latency metrics for the site.... commonly you may be using meta directives for caching instead of server headers or you have different settings between browsers
    which determine how long resources are cached. Commonly, IE has a different security model to other browsers... ensure that you are using the Default IE security zone settings.... Actions like innerHTML go through a sanitization process to remove script content...
    Commonly AJAX calls are made during the onload event...
    Please post questions about web site development to the IE Web Developer forum. Include with your questions a link to your website or a publicly accessible mashup that shows your issue.
    Questions regarding Internet Explorer 8, 9 and 10 and Internet Explorer 11 for the IT Pro Audience. Topics covered are: Installation, Deployment, Configuration, Security, Group Policy, Management questions. If you are a consumer looking for answers or to
    raise a question, it's highly recommended you head on over to http://answers.microsoft.com
    Rob^_^

  • Adobe Bridge CS6 undefined in not an object Help Please

    I am so sick and tired of getting this error message when I try to create a pdf contact sheet - undefined is not an object.  Can someone help me?
    What frustrates me the is there is no log file telling me what image has the problem which Bridge does not like.
    This example is of brand new eps files that were created in the last month
    I also have the same undefined object is not an object using AI files but none are shown in this example.
    If there is no solution to tell me what eps or ai file(s) bridge does not like - is there a setting I can change so Bridge skips the file it does not like?  Sorta silly skipping a file for a contact sheet but if that is a workaround to make it bridge work that would be a huge improvement versus the program not working at all, LOL...
    1. I have tried using another program to rename all my files to be sequential numbers too, so that is taking more time and I am losing the ability to find my files by name and I still get the undefined is not an object.
    2. I am to the point of using other programs to create jpeg images of AI and EPS files and then using bridge to make contact sheets and doing that takes a ton more time and is just silly to do so now I am to the point of asking for help. 
    3. Operating system is Wondows 7 - I use CS6 - Adobe Bridge for making contact sheets - screen shoot is attached - all CS6 items are up to date with updates.
    4. Yes, I have searched the internet for help and searched adobe for help --- seems like no one has posted a solution.

    I am having this same issue. I'm attempting to make a pdf in Bridge but am getting the error message "undefined is not an object." A log or a report of some kind would be very useful here to find out which object is the offender. Looking at my files they appear to be in order but obviously something is amiss....

  • I connected my iphone 4s that i unlocked for t-mobile. I plugged it into itunes, and it asked me to update to ios6. I accepted the download and update button. it told me it needed 8 hours. i closed my laptop. not shut down. i opened and it wants restorin?

    I connected my iphone 4s that I unlocked for t-mobile. I plugged it into itunes, and it asked me to update to ios6. I accepted the download and update button. It told me it needed 8 hours. I closed my laptop, not shut down. I re-opened the laptop a few hours later, and it wants restoring?? Whats going on?! i want my iphone back! PLEASE HELP. I'M LOST!!! (I synced my iphone to my computer if that helps at all).

    Yes, and, I try to restore. I have the T-Mobile sim card in it just to clarify. It will not let me get passed that, it does not accept the t-mobile sim card. i tried restoring it using wifi, cellular, and i cant get i tunes. I am scared that if i take the tmobile sim card out and put the at&t one in just to complete the restoration process that the iphone will lock again and not read the tmobile sim card, then all my hard work has gone for nothing. ( this whole process was caused by me trying wanting to empty my pictures onto my computer because i did not have any storage space left). <--- that may not be as important, but i included it just because.

  • Crystal Report: irregular error not handled by the application component

    Hi all,
    The error message u201Cirregular error not handled by the application componentu201D comes up when I run any of the Crystal Report in the SAP Business One.
    But this error happens only in the client Machines, from the Server I can run the report normally.
    Thanks and Regards,
    Alberto Franç

    Hi,
    It seems installation and registration problem, have you tried to other client computers? Try to reinstall  the Crystal Report in client.
    Regards,
    Clint

  • Cd drive on my laptop not seen as a device. Can refresh itunes and device appears but get unknown sync error 13019 when transferring cd's to my nano.  The cd's appear on the nano when it's connected to itunes but aren't there when I disconnect?

    cd drive on my laptop not seen as a device. Can refresh itunes and device appears but get unknown sync error 13019 when transferring cd's to my nano.  The cd's appear on the nano when it's connected to itunes but aren't there when I disconnect?

    Satellite L675-S7113 Specifications (PSK3AU-07C02S)
    Satellite L675-S7113 Support Page
    rwls wrote:...since I got it 3 years ago I've been unable to burn an audio CD from ITunes or Windows media although it worked once after the computer had been shut off for awhile..and didn't find the problem until after my warranty had expired...
    From your statements above, it sounds like you never tried to burn a CD for at least the first year that you owned the laptop, as it had a one year warranty on it. While you might have used it frequently to install software,  play DVDs, Blu-Ray disks, etc, that's unclear from your statements. Nonetheless, it might just be dirty-dusty. So, before deleting-uninstalling any software, and given they're cheap, try a CD-DVD Cleaner Disk first and see if that resolves your problems.
    Let us know what happens. Good luck.
    Mike

  • Action &OBJECT_ID& does not exist - when Scrolling the Scrollbar in Table

    Hi All,
    When  executing the application of  ABAP webdynpro component  at runtime when we scroll the scrollbar of the table then we are getting the following dump. please let me know the solution to fix the issue.
    Thanks in advance.
    Dump
    The following error text was processed in the system BRD : Action &OBJECT_ID& does not exist
    The error occurred on the application server c700u043_BRD_10 and in the work process 1
    The termination type was : RBAX_STATE
    The ABAP call stack was:
    method : IF_WDR_RR_CONTROLLER~GET_ACTION of program SAPLWDR_RUNTIME_REPOSITORY
    method : GET_ACTION_INTERNAL of program CL_WDR_CONTROLLER----CP
    Thanks,
    PortalUser100

    Hi..
    I dnt get anything when i see the error, its like somewhere standard error. And are you trying to scroll horizontal or vertical scroll?
    Any way, we can achieve scrolling through one application parameter called wdtablenavigation and its value is SCROLLBAR.
    then you will get scroll bar for all tables in your component.
    Once you double click on appplication,you will find parameters tab, there pass the above values.
    Regards
    Srinivas

  • Action &OBJECT_ID& does not exist - when Filtering Table

    Hey Everyone,
                             I am trying to implement filtering on a table (not alv).. i have followed the example in DEMO_TABLE.
    - have put the method in WDDOMODIFYVIEW, bound the filtervalue of each column, and implememented a toggle button to show and hide filter row and gave it a filtering function.. - basically exactly like DEMO_TABLE.
    but, when i enter a filter value.. i get this error.
    The following error text was processed in the system LXA : Action &OBJECT_ID& does not exist
    The error occurred on the application server vmsaple07_LXA_00 and in the work process 0 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Method: IF_WDR_RR_CONTROLLER~GET_ACTION of program SAPLWDR_RUNTIME_REPOSITORY
    Method: GET_ACTION_INTERNAL of program CL_WDR_CONTROLLER=============CP
    Also, something else thats not right is.. if i put an action under ONFILTER of the table.. The filter row appears when i am on Workbench... BUT when i test the application on the browser, the filter row doesnt appear!.. it did appear once, but its not appearing anymore.
    Thanks...

    hey, i figured it out.. My problem was in this part of WDDOMODIFYVIEW...
    Set or cancel the table's filter action
    IF l_is_filter_on = abap_true.
    l_table->set_on_filter( 'FILTER' ).
    ELSE.
    l_table->set_on_filter( '' ).
    ENDIF.
    You must pass the name of filtering action in the above code.. Just create an action(like below), and pass the action name to the - l_table->set_on_filter( 'FILTER' ) - in WDDOMODIFYVIEW.
    method ONACTIONFILTER.
    wd_this->table_method_hndl->apply_filter( ).
    endmethod.
    Edited by: imatari on Jul 24, 2010 7:25 PM

  • Error in workflow: Cannot complete action: Activity could not be read

    Hi All,
    We have a process with 2 blocks in sequence. (1) Sequential Block and (2) Parallel Block.
    (1) Sequential Block
    A1>A2>A3-->A4
    (2) Parallel Block
    a11 || a22 || a33 || a44
    I need to go from A2 to parallel block execution.
    I have set result state of A2 as terminal so that sequential block ends and parallel block gets executed.
    But it ends with error. "Cannot complete action: Activity could not be read."
    Has anybody faced similar kind of problem?
    Any pointer to this will be much appreciated.
    Thanks,
    Mehul

    Hi
    This error comes only if the Next action is not getting the User id to whom it should assign
    Check the parameter passing to next action.Also some time mapping will not be done properly.
    Edited by: Yogesh Galphade on Apr 1, 2009 1:40 PM

  • Is there any way to transfer an entire library from an ipod to a new laptop (not just the purchases)?

    My laptop was stolen that had my itunes installed and was synced with my ipod classic. I now have a new laptop. Is there any way I can transfer ALL the music from my ipod to itunes on the new laptop, not just the purchases? I don't have access to all the CD's etc that I originally downloaded onto my ipod.

    See Recover your iTunes library from your iPod or iOS device.
    tt2

Maybe you are looking for