cancel
Showing results for 
Search instead for 
Did you mean: 

WebDynpro Applications Not Working after Upgrade from 04 to 04s...

Former Member
0 Kudos

Hi Friends,

Yesterday we upgraded my production system from 04 to 04s...all components are working fine except webdynpros'.When i am trying to access webdynpro applications the following error comes up...

The initial exception that caused the request to fail, was:

java.lang.NoSuchMethodError: com.sap.tc.webdynpro.services.task.ITask.getWebContextAdapter()Lcom/sap/tc/webdynpro/services/sal/adapter/core/IWebContextAdapter;

at com.hsea.apbm.webvendor.apbmphome.ApbmHomeView.execPendPO(ApbmHomeView.java:288)

at com.hsea.apbm.webvendor.apbmphome.wdp.InternalApbmHomeView.execPendPO(InternalApbmHomeView.java:177)

at com.hsea.apbm.webvendor.apbmphome.ApbmHomeView.wdDoModifyView(ApbmHomeView.java:157)

at com.hsea.apbm.webvendor.apbmphome.wdp.InternalApbmHomeView.wdDoModifyView(InternalApbmHomeView.java:566)

at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.doModifyView(DelegatingView.java:78)

Any body please respond immediately it is urgent...pleaasseeeeeeee.......

Kind Regards

Abhi....

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

This method "getWebContextAdapter()" and the API is not available as part of the NW04s.

If you are using this to access the request

Make use of

WDProtocolAdapter.getProtocolAdapter().getRequestObject();

Regards

Ayyapparaj

Former Member
0 Kudos

Hi Ayyapparaj,

This means we have to customize the code or is there any further solution?

Like latest SPS Apply or any other solution?

Our current versions are NW04s-SPS11...

Regards

Abhi...

Former Member
0 Kudos

Hi,

You have to align your codes...

Earlier the best...

Bcoz this are not supported in CE. So even your further upgrades will have issues.

Regards

Ayyapparaj

Former Member
0 Kudos

As I wrote your application uses non-API methods which is not and was never supported.

Armin

Former Member
0 Kudos

Hi Armin,

I am working as Portal Administrator doing for Upgrade project,

We found this problem after upgrade.Till now we did not say to developers about this problem.

What can i suggest to them about this problem?

means coding changes OR some other solution?

Please tell the solution to resolve this problem....

Kind Regards

Abhi...

suresh_krishnamoorthy
Active Contributor
0 Kudos

Hi Abisheik,

Ask development team to modify the code according to the version.

Regards, Suresh KB

Former Member
0 Kudos

Hi,

No solutions other than code change.

Regards

Ayyapparaj

Former Member
0 Kudos

Obviously your application uses non-API methods which have disappeared in NW04s.

Armin