cancel
Showing results for 
Search instead for 
Did you mean: 

Link to action UI element not working on Item overview screen !

Former Member
0 Kudos

Hi All ,

I am creating a PO by uploading an Excel file in SRM 7.0 which is a Web Dynpro Screen .

After Saying Upload the data from the Excel File is read and uploaded in the PO screen at header and item levels .

For this I read the data , Consolidate it and then do the WD binding .

Problem :

The Problem is , When i click on the hyperlink for the line item ; the line item details should be loaded .

However , I get the following dump :

Error application is coming up.

20110620

CAD_OP_EK

091244

tcadci20

http://................./sap/bc/webdynpro/sapsrm/wda_l_fpm_oif

Communication failure

Method: PST77HGN3WYVIOVAQYE5MQE3PIKL of program /1BCWDY/0PMKPSQLRQI5XH8P3XPA==CP

Method: IF_WDR_VIEW_DELEGATE~WD_DO_MODIFY_VIEW of program /1BCWDY/0PMKPSQLRQI5XH8P3XPA==CP

Method: DO_MODIFY_VIEW of program CL_WDR_DELEGATING_VIEW========CP

Method: MODIFY_VIEW of program CL_WDR_VIEW===================CP

Method: DO_MODIFY_VIEW of program CL_WDR_CLIENT_COMPONENT=======CP

Method: DO_MODIFY_VIEW of program CL_WDR_CLIENT_COMPONENT=======CP

Method: DO_MODIFY_VIEW of program CL_WDR_CLIENT_COMPONENT=======CP

Method: DO_MODIFY_VIEW of program CL_WDR_WINDOW_PHASE_MODEL=====CP

Method: PROCESS_REQUEST of program CL_WDR_WINDOW_PHASE_MODEL=====CP

Method: PROCESS_REQUEST of program CL_WDR_WINDOW=================CP

Any help would be highly appreciated !

Regards,

Ambar Patil.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member

Can we have the detailed dump analysis from ST22 tcode..

Former Member
0 Kudos

Sorry for the mistake :

the Correct Dump is :

Error application is coming up.

20110620

CAD_OP_EK

102109

tcadci20

http://................/sap/bc/webdynpro/sapsrm/wda_l_fpm_oif

UNCAUGHT_EXCEPTION

Navigation in Phase WDDOMODIFYVIEW Cannot Be Triggered. Component: /SAPSRM/WDC_UI_PO_CA_ITM, View: V_PO_CA_I, Window: IV_L_FPC_OIF_CA

Method: IF_WDR_NAVIGATION_LISTENER~NAVIGATE of program CL_WDR_CLIENT_APPLICATION=====CP

Method: IF_WDR_VIEW_MANAGER~NAVIGATE of program CL_WDR_VIEW_MANAGER===========CP

Method: NAVIGATE of program CL_WDR_VIEW===================CP

Method: IFWDR_INTERNAL_API~NAVIGATE of program SAPLWDR_RG_PROXY_FACTORY

Method: IF_V_PO_CA_I~FIRE_O_HIDE_DETAILS_PLG of program /1BCWDY/Y47E20Q8U9HSA16DMM6O==CP

Method: HIDE_DETAILS of program /1BCWDY/Y47E20Q8U9HSA16DMM6O==CP

Method: IF_WDR_VIEW_DELEGATE~WD_INVOKE_EVENT_HANDLER of program /1BCWDY/Y47E20Q8U9HSA16DMM6O==CP

Method: INVOKE_EVENTHANDLER of program CL_WDR_DELEGATING_VIEW========CP

Method: FIRE_EVENT of program CL_WDR_COMPONENT==============CP

Method: IFWDR_INTERNAL_API~RAISE_EVENT of program SAPLWDR_RG_PROXY_FACTORY

ST22 Analysis :

Short text

An exception occurred that was not caught.

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.

What can you do?

Note down which actions and inputs caused the error.

To process the problem further, contact you SAP system

administrator.

Using Transaction ST22 for ABAP Dump Analysis, you can look

at and manage termination messages, and you can also

keep them for a long time.

Error analysis

An exception occurred which is explained in detail below.

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

and

therefore caused a runtime error.

The reason for the exception is:

Navigation in Phase WDDOMODIFYVIEW Cannot Be Triggered. Component:

/SAPSRM/WDC_UI_PO_CA_ITM, View: V_PO_CA_I, Window: IV_L_FPC_OIF_CA

How to correct the error

If the error occures in a non-modified SAP program, you may be able to

find an interim solution in an SAP Note.

If you have access to SAP Notes, carry out a search with the following

keywords:

"UNCAUGHT_EXCEPTION" "CX_WDR_RT_EXCEPTION"

"CL_WDR_CLIENT_APPLICATION=====CP" or "CL_WDR_CLIENT_APPLICATION=====CM00E"

"IF_WDR_NAVIGATION_LISTENER~NAVIGATE"

If you cannot solve the problem yourself and want to send an error

notification to SAP, include the following information:

1. The description of the current problem (short dump)

To save the description, choose "System->List->Save->Local File

(Unconverted)".

2. Corresponding system log

Display the system log by calling transaction SM21.

Restrict the time interval to 10 minutes before and five minutes

after the short dump. Then choose "System->List->Save->Local File

(Unconverted)".

3. If the problem occurs in a problem of your own or a modified SAP

program: The source code of the program

In the editor, choose "Utilities->More

Utilities->Upload/Download->Download".

4. Details about the conditions under which the error occurred or which

actions and input led to the error.

Former Member
0 Kudos

Is this a standard application that you are trying to run.

There is a problem to call this view I guess - /SAPSRM/WDC_UI_PO_CA_ITM, View: V_PO_CA_I, Window: IV_L_FPC_OIF_CA

Can you inspect things from this end..

Former Member
0 Kudos

Hi Ambar,

It seems, the application is trying to navigate from WDDOMODIFYVIEW, for which it could not found the outbound plug link or the link cannot be established. Please check whether the Window has got the Navigation Plug created or not.

Otherwise, as Lekha suggested, need to inspect each area listed out.

Regards,

-Syed.

former_member609471
Discoverer
0 Kudos

Do you find the solution because am also facing the same issue...