CX_POWL_FATAL_EXCEPTION

Hi Experts,
I have applied the SAPNOTE:1422529.When we are going to execute in portal MSS we are getting exception 'CX_WDR_RT_EXCEPTION' was raised,
In st22 we are getting:
method add_element .
data: wa_elements like line of elements.
invalidate( view_element ).
|wa_elements-id = view_element->id.
wa_elements-view_element = view_element.
insert wa_elements into table me->elements[].
if sy-subrc 0.
|>>>>>| raise exception type cx_wdr_rt_exception
exporting
textid = cx_wdr_rt_exception=>duplicate_view_element
msgv1 = view_element->id
msgv2 = me->view_id.
endif.
endmethod.
After releasing the same SAPNOTE:1422529 its working fine.so can u help me for this exception after applying the note why it throws an error..

HI tarangini ,
Pls look at the below link to solve your issue  .
[/message/8424038#8424038 [original link is broken]|/message/8424038#8424038 [original link is broken]]
Regards
chinnaiya P

Similar Messages

  • Exeception CX_POWL_FATAL_EXCEPTION' was raised

    Hi All,
    I am running the webdynpro application ;POWL' for SAP LSO.
    It is hrowing me an error message called
    ' The exception 'CX_POWL_FATAL_EXCEPTION' was raised, but it was not caught   anywhere along
    the call hierarchy'.
    I searched so many formns but i didn't find the correct answer.Can anybody please let me know how can i solve this issues.
    Swapna.

    HI tarangini ,
    Pls look at the below link to solve your issue  .
    [/message/8424038#8424038 [original link is broken]|/message/8424038#8424038 [original link is broken]]
    Regards
    chinnaiya P

  • Dump while displaying shopping cart in portal ?

    Hi,
    We are in SRM 7.0 and we are using portal.
    We are in intial upgrade stage from SRM 5 to SRm 7.0.
    When we select the shopping cart and click on DISPLAY or EDITin portal nothing is happened.
    From HTTP watch , we found that ..it is going to the URL and it is stucked.
    When we try to access the URL directly , we are getting below error.
    Error when processing your request
    What has happened?
    The URL http:// ........./sap/bc/webdynpro/sap/powl was not called due to an error.
    Note
    The following error text was processed in the system RST : An exception occurred that was not caught.
    The error occurred on the application server fsp55a02_RST_00 and in the work process 0 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Method: INITIALIZE of program CL_POWL_MODEL=================CP
    Method: HANDLEDEFAULT of program /1BCWDY/J9ZTOJ20D6QLEKKWJHSF==CP
    Method: HANDLEDEFAULT of program /1BCWDY/J9ZTOJ20D6QLEKKWJHSF==CP
    Method: IF_WDR_VIEW_DELEGATE~WD_INVOKE_EVENT_HANDLER of program /1BCWDY/J9ZTOJ20D6QLEKKWJHSF==CP
    Method: INVOKE_EVENTHANDLER of program CL_WDR_DELEGATING_IF_VIEW=====CP
    Method: DISPLAY_TOPLEVEL_COMPONENT of program CL_WDR_CLIENT_COMPONENT=======CP
    Method: INIT of program CL_WDR_CLIENT_APPLICATION=====CP
    Method: IF_WDR_RUNTIME~CREATE of program CL_WDR_MAIN_TASK==============CP
    Method: HANDLE_REQUEST of program CL_WDR_CLIENT_ABSTRACT_HTTP===CP
    Method: IF_HTTP_EXTENSION~HANDLE_REQUEST of program CL_WDR_MAIN_TASK==============CP
    Could any one please let me know the issue.
    Regards
    Venkatesh P

    Hi ,
    Below is the dump.
    Runtime Errors         UNCAUGHT_EXCEPTION
    Exception              CX_POWL_FATAL_EXCEPTION
    Short text
        An exception occurred that was not caught.
    What happened?
        The exception 'CX_POWL_FATAL_EXCEPTION' was raised, but it was not caught
         anywhere along
        the call hierarchy.
        Since exceptions represent error situations and this error was not
        adequately responded to, the running ABAP program
         'CL_POWL_MODEL=================CP' has to be
        terminated.
    Line  SourceCde
       61       result     = cl_powl_util=>ms_display_alvdialog_as_popup
       62       .
       63
       64 *   read configuration setting for POWL FOCUS
       65   CALL METHOD me->read_config_property
       66     EXPORTING
       67       i_property = 'POWL_DEFAULT_FOCUS'
       68 *     i_type     =
       69     IMPORTING
       70       result     = mv_powl_focus.
       71
       72 * switch POWL delta rendering on (if requested in corresponding URL parameter)
       73   mr_table_helper->set_powl_delta_rend_state( i_powl_delta_rend ).
       74
       75   m_refresh_srv_group = i_srv_group.
       76
       77   l_applid = i_applid.
       78
       79   IF m_applid IS INITIAL AND
       80      l_applid IS INITIAL.
       81
       82 *    try to get application ID from configuration
       83     me->read_config_property(
       84      EXPORTING i_property = 'POWL_APPLICATION_ID'
       85      IMPORTING result = l_applid
       86     ).
      87
      88     IF l_applid IS INITIAL.
      89
      90 *      we expect a valid application ID!
    >>>>       RAISE EXCEPTION TYPE cx_powl_fatal_exception
      92         EXPORTING
      93           textid = 'APPLID_ILLEGAL'.
      94     ENDIF.
      95
      96   ENDIF.
      97   " clear latest switched query
      98     CLEAR ms_new_query.
      99
    100 * check if we have to do a full (re-)initialization
    101   IF l_applid IS NOT INITIAL AND
    102      m_applid <> l_applid.
    103
    104     m_applid = l_applid.
    105     l_do_full_init = 'X'.
    106   ELSE.
    107     l_do_full_init = space.
    108   ENDIF.
    109
    110 * check if we can exit here since the WD session data is still valid
    Regards
    Venkatesh P

  • POWL fatal exception after upgrading to SRM 7.01

    Hello,
    We are upgrading SRM 5.0 to SRM 7.0 SRM server 7.01 SP5. We are getting  POWL error when we want to create a shopping cart. Error in ST22 is CX_POWL_FATAL_EXCEPTION. We have done the necessary changes regarding the roles en the post installation steps (as far as we can see). Can anybody help on this ? Any other things we are going to encounter ? Please share your experience! By the way I read the threads regarding this error but they seem not to be the solution to our problem.
    These are the details of the technical errors in SRM:
    Method: GET_LAYOUT of program CL_POWL_PERS_ACCESSOR=========CP
    Method: INITIALIZE of program CL_POWL_MODEL=================CP
    Method: HANDLEDEFAULT of program /1BCWDY/47B31TM8X1UWQ6FVUXCS==CP
    Method: HANDLEDEFAULT of program /1BCWDY/47B31TM8X1UWQ6FVUXCS==CP
    Method: IF_WDR_VIEW_DELEGATE~WD_INVOKE_EVENT_HANDLER of program /1BCWDY/47B31TM8X1UWQ6FVUXCS==CP
    Method: INVOKE_EVENTHANDLER of program CL_WDR_DELEGATING_IF_VIEW=====CP
    Method: DISPLAY_TOPLEVEL_COMPONENT of program CL_WDR_CLIENT_COMPONENT=======CP
    Method: INIT of program CL_WDR_CLIENT_APPLICATION=====CP
    Thanks!
    Kind regards,

    Hello Sri Sri,
    This problem will happen if you have entry missing for POWL Application ID.
    POWL application is maintained in FPB_MAINATAIN_HIER.
    Please check if your entries exist there.
    http://wiki.sdn.sap.com/wiki/display/WDABAP/POWL
    Please let me know if you are still facing the issue.
    Best regards,
    Rohit

  • Projects Worklist Exception

    Hi,
    in our potal there is an error when calling the workset Projects of MSS. The worklist is not beeing displayed due to the following error:
    The URL ....../sap/bc/webdynpro/sap/powl// was not called due to an error.
    Note
    The following error text was processed in the system DNW : An exception occurred that was not caught.
    The error occurred on the application server donews90_DNW_01 and in the work process 0 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Method: GET_LAYOUT of program CL_POWL_PERS_ACCESSOR=========CP
    Method: INITIALIZE of program CL_POWL_MODEL=================CP
    Method: HANDLEDEFAULT of program /1BCWDY/0MY0DIQH2JSRX696NCI5==CP
    Method: HANDLEDEFAULT of program /1BCWDY/0MY0DIQH2JSRX696NCI5==CP
    Method: IF_WDR_VIEW_DELEGATE~WD_INVOKE_EVENT_HANDLER of program /1BCWDY/0MY0DIQH2JSRX696NCI5==CP
    Method: INVOKE_EVENTHANDLER of program CL_WDR_DELEGATING_IF_VIEW=====CP
    Method: DISPLAY_TOPLEVEL_COMPONENT of program CL_WDR_CLIENT_COMPONENT=======CP
    Method: INIT of program CL_WDR_CLIENT_APPLICATION=====CP
    Method: EXECUTE of program CL_WDR_MAIN_TASK==============CP
    Method: IF_HTTP_EXTENSION~HANDLE_REQUEST of program CL_WDR_MAIN_TASK==============CP
    In the transaction ST22 I got the information, that CX_POWL_FATAL_EXCEPTION is the exception that made the ABAP-Application CL_POWL_PERS_ACCESSOR=========CP stop.
    Do you have any suggestions to resolve that?
    Thanks for your help.
    Regards
    Christoph

    hi,
    may be some of the services are not been activated or  dump been generated in access tthe powl in mss applications
    u check with the applications are running indipendetly from webdynpro abap enviroment ??
    it might be usefull  this sap note 1048386
    ravindra
    Edited by: VENKATA R BOLLAPALL on Sep 30, 2009 2:47 PM

  • Worklist error

    Hi,
    in our potal there is an error when calling the workset Projects of MSS. The worklist is not beeing displayed due to the following error:
    The URL http://donews90.eds.com:8001/sap/bc/webdynpro/sap/powl// was not called due to an error.
    Note
    The following error text was processed in the system DNW : An exception occurred that was not caught.
    The error occurred on the application server donews90_DNW_01 and in the work process 0 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Method: GET_LAYOUT of program CL_POWL_PERS_ACCESSOR=========CP
    Method: INITIALIZE of program CL_POWL_MODEL=================CP
    Method: HANDLEDEFAULT of program /1BCWDY/0MY0DIQH2JSRX696NCI5==CP
    Method: HANDLEDEFAULT of program /1BCWDY/0MY0DIQH2JSRX696NCI5==CP
    Method: IF_WDR_VIEW_DELEGATE~WD_INVOKE_EVENT_HANDLER of program /1BCWDY/0MY0DIQH2JSRX696NCI5==CP
    Method: INVOKE_EVENTHANDLER of program CL_WDR_DELEGATING_IF_VIEW=====CP
    Method: DISPLAY_TOPLEVEL_COMPONENT of program CL_WDR_CLIENT_COMPONENT=======CP
    Method: INIT of program CL_WDR_CLIENT_APPLICATION=====CP
    Method: EXECUTE of program CL_WDR_MAIN_TASK==============CP
    Method: IF_HTTP_EXTENSION~HANDLE_REQUEST of program CL_WDR_MAIN_TASK==============CP
    In the transaction ST22 I got the information, that CX_POWL_FATAL_EXCEPTION is the exception that made the ABAP-Application CL_POWL_PERS_ACCESSOR=========CP stop.
    Do you have any suggestions to resolve that?
    Thanks in advance.
    Regards
    Christoph

    Hi, Thanks for your quick reply.
    I have checked my Step attributes all of which are in update/display mode only.
    Earlier, my activity had different Steps for different Roles (Manager, HR Head, BU Head etc.), all having the same target page (The Component Search Record was overridden).
    Now, I created separate Activities for each Role and I find the error has been resolved automatically. But I am still wondering how? Any explanations?
    Regards,
    Jagdish

Maybe you are looking for

  • Is it possible to repair a wireless keyboard

    I have a wireles Mac keyboard and the (N) stoped working.Is it possible to repair it??

  • SQL SERVER 2008 R2 - REPLICATION BEGINNERS

    Hi all Friends, Am beginner to ms sql 2008 and i have installed sql Express edition and management studio and tried to do replication there some issues i have faced  1) Cant use my host as distributor 2) SQL server agent Edition is running  3)Cant cr

  • Why doesn't Photoshop Elements recognize my internet connection?

    I've installed Elements.  I had to register online because I can't sign in on my program's start up screen because photoshop says I'm not connected to the internet or that my clock is wrong.  After registering online (outside the program) I told the

  • Are my computer specs alright?

    Hey, I'm running Adobe Premiere CS4 and its freezing on me regularly, and the sample video screen does not payback smoothly. It worked alright for a while, but all of sudden things have gotten worse, its freezing more and more often. I don't have any

  • Need help with package update

    have a package that was sequenced for w7 64 bit; now need to publish this package to RDS 2012. edited the package in sequencer and added RDS2012 R2. The question: do I have to unpublish current package that is for W7 only and publish edited one with