cancel
Showing results for 
Search instead for 
Did you mean: 

I am getting a error while executing the Web Dynpro Application Page.

Former Member
0 Kudos

Hi All,

I am getting a Error while executing a web dynpro application :::

: Navigation in Phase WDDOMODIFYVIEW Cannot Be Triggered. Component: Z_WEP_PERSONAL_DATA, View: OVERVIEW, Window: Z_XXP_PERSONAL_DATA

I have checked this error description in ST22 :

What happened?

The exception 'CX_WDR_RT_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_WDR_CLIENT_APPLICATION=====CP' has to be

terminated.

Error analysis

An exception occurred which is explained in detail below.

The exception, which is assigned to class 'CX_WDR_RT_EXCEPTION', was not caught

and

therefore caused a runtime error.

The reason for the exception is:

Navigation in Phase WDDOMODIFYVIEW Cannot Be Triggered. Component:

Z_XXP_PERSONAL_DATA, View: OVERVIEW, Window: Z_XXP_PERSONAL_DATA

Can u plz help me regarding this error.

Thanks,

Deepika

Accepted Solutions (1)

Accepted Solutions (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

>Navigation in Phase WDDOMODIFYVIEW Cannot Be Triggered

Looks to me like you are trying to fire a navigation plug within WDDOMODIFYVIEW. According to the rules of the WD Phase Model this is not allowed.

Former Member
0 Kudos

Thanks Thomas.

U have solved my problem...

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello,

Probably you're getting some error in the WDDOMODIFYVIEW method. Can you share it with us?

Regards.