cancel
Showing results for 
Search instead for 
Did you mean: 

Method is executing 2 times

Former Member
0 Kudos

Hi,

Every method of a standard webdynpro application is called 2 times including WDDOINIT of component controller. I tested it from se80 as well as from portal. It is a standard SAP Webdynrpo application.

I put a break point in WDDOINIT of comp controller and I need to press F8 2 time to get out. Again in next method I press F8 2 time t

What can be the reason for this?

Regards

Vishal Kapoor

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Its weird but i can confirm this behavior on Windows 7 pc (IE browser ) on debugging we found that it comes 2 times, when we debug the same in XP machine (lower IE version ) went correctly .

I can also say that it is not happening anymore in Windows 7 as well after SPLset update..windows update..(whatever the other reason may be ).

saravanan_narayanan
Active Contributor
0 Kudos

Hello Vishal,

is this component directly invoked by the application or is it via component usage?. The only reason what i can think of is this component might be used twice in some other component (as component usage)

BR, Saravanan

Former Member
0 Kudos

Hi Saravanan,

I am calling this component directly from my application. This component is not used anywhere. The component name is : ERC_C_REQ_MGMT_UI and the application name is: erc_a_req_mgmt

I am calling an application configuration ERC_A_REQ_MGMT to execute it.

Regards

Vishal Kapoor