cancel
Showing results for 
Search instead for 
Did you mean: 

Avoiding Server side event happening in Webdynpro

Former Member
0 Kudos

Hi Gurus,

This is to avoid server side event happening in webdynpro components, particularly in WebDynpro Table.

I am using webdynpro table which has around 4 input fields and 3 dropdowns.

whenever i make a click in the next field a server call is made eventhough, there is no events associated to it.

<b>Any help will be Rewarded ........ )</b>

Thanks for your HELP,

Aby Jacob

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Glad you mentioned Table Set the "<i>compatibilityMode</i>" property of the Table UI element to "<i>NW04plus</i>".

Regards,

Satyajit.

Former Member
0 Kudos

Dear Satyajit,

<b>First of all Thank You for the answer.</b>

I am sorry, the solution suggested by you

is not suitable for my SAP version.

<b>We are currently using EP 6.0

Netweaver 2004 (Support Pack 19).

Kindly advice how to proceed.</b>

Thanks for the quick response,

Regards, ABY

Former Member
0 Kudos

Hi,

The "<i>compatibilityMode</i>" property for the Table UI element is also present in NW04 since SP13.

I searched the forum and found thread. Go through Bertram Ganz's replies. That should help.

Regards,

Satyajit.

Former Member
0 Kudos

Dear Satyajit,

Thanks for the answer.

<b>Let me check with my BASIS Consultant

regarding EP Support Pack version</b>

I shall get back to you,

if any further help is needed.

Warm Regards,

Aby Jacob

Former Member
0 Kudos

Hi Bertram Ganz / Satyajit,

Please help me soon,

I am using SP19 EP 6.4 (Netweaver 2004)

public void wdDoInit()

{

//@@begin wdDoInit()

...

// dynamically add context attribute 'TableCompatabilityMode'

wdContext.getNodeInfo().addAttribute(

TableCompatibilityModeView.TABLE_COMPATIBILITY_MODE,

"ddic:com.sap.ide.webdynpro.uielementdefinitions.TableCompatibilityMode");

// initialize context attribute 'TableCompatibilityMode' using generic context API method

wdContext.currentContextElement().setAttributeValue(

TableCompatibilityModeView.TABLE_COMPATIBILITY_MODE,

WDTableCompatibilityMode.NW04_PLUS);

//@@end

==================

<b>I could not find

"ddic:com.sap.ide.webdynpro.uielementdefinitions.TableCompatibilityMode"

in Dictionary Simple type.</b>

Do I have to download any additional libraries?

<b>I am referring to previous posting thread by Bertram Ganz

=============

Regards,

Aby Jacob

Former Member
0 Kudos

go thru dis blog

/people/bertram.ganz/blog/2005/09/13/new-web-dynpro-sample-available--enhancing-table-performance

Former Member
0 Kudos

Hi Kanwalpreet,

Thanks for the Informative weblog link;

It looks very promising

I shall try out your link

and get back by evening if further help is required.

<b>You people are really NICE.,

Thanks again,</b>

Aby Jacob )

Former Member
0 Kudos

Hi Gurus,

Referring to weblog

/people/bertram.ganz/blog/2005/09/13/new-web-dynpro-sample-available--enhancing-table-performance -

TutWD_Table_CompatibilityMode Application.

Still the application shows error <b>WDTableCompatibilityMode cannot be resolved</b>.

================

import com.sap.tc.webdynpro.clientserver.uielib.standard.api.WDTableCompatibilityMode;

import com.sap.tc.webdynpro.tests.utils.TableSorter;

import com.sap.tut.wd.tutwd_table.tablecomp.wdp.IMessageTableComp;

import com.sap.tut.wd.tutwd_table.tablecomp.wdp.IPrivateTableCompatibilityModeView;

===============

Do i have to import any libraries. Plz specify which jar file i have put in the classpath.

Thanks and Regards,

ABY.

Former Member
0 Kudos

did u set d table property compatibility node to nw04plus?

Former Member
0 Kudos

Hi Kanwalpreet,

I will try out your suggestion,

and get back tomorrow.

Warm Regards & Thanks,

Aby

Former Member
0 Kudos

Hi Kanwalpreet,

<b>I am not able to find / see the PROPERTY "compatibility node"</b>

["compatibilityMode" property of the Table is Missing]

Please advice how to proceed ?

Warm Regards & Many Thanks,

Aby Jacob

Former Member
0 Kudos

sorry its compatibility mode

also chk 4 Bertram ganz's posts in these threads

Message was edited by:

Kanwalpreet

Former Member
0 Kudos

Hi Bertram,

Am Reposting my Problem!

We are using EP 6.4 (Netweaver 2004) -- SP19

I could not find

"ddic:com.sap.ide.webdynpro.uielementdefinitions.TableCompatibilityMode"

in Dictionary Simple type.

Do I have to download any additional libraries?

I am referring to previous posting thread by Bertram Ganz

=============

Regards,

Aby Jacob

Former Member
0 Kudos

Hi Experts / Kanwalpreet,

<b> Thanks for all the Helpful suggestions.

I am closing this Thread.</b>

Hope someday to get a complete Solution

Warm Regards,

Aby )

Answers (0)