cancel
Showing results for 
Search instead for 
Did you mean: 

problem while implementing Popin and Filter on a Table

Former Member
0 Kudos

Hi all,

I have implemented Row popin on a table row and could succesfully do it.

Using TableFilter.java class i implemented Filter option for a table

Succesfully.

I could implement individually these functionalities.

But now my requirement is when iam trying to implement

Filter option and row popin for a table combindly ...i am facing a

problem ...Getting Exception while filtering the table but popin is

working fine...

Any Clues please suggest..Thanks in advance

Thanks

Madhavi.

Accepted Solutions (1)

Accepted Solutions (1)

venkatakalyan_karanam
Active Contributor
0 Kudos

Hi Madhavi

Please let me know your Exception.May be you are using the same node for both PopIn and Filter functionality.Please post the Exception you are getting.

Regards

Kalyan

Former Member
0 Kudos

Hi VenkataKalyan,

I am getting Illegal Argument Exception

The chain of Exception is as follows

java.lang.IllegalArgumentException:

at com.sap.tc.webdynpro.clientserver.data.DataContainer.createLocalPath(DataContainer.java:1347)

at com.sap.tc.webdynpro.clientserver.data.DataContainer.updateAttribute(DataContainer.java:451)

at com.sap.tc.webdynpro.clientserver.uielements.adaptbase.AbstractAdapter.updateAttribute(AbstractAdapter.java:653)

at com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.TableAdapter$FilterField.onINPUTFIELDCHANGE(TableAdapter.java:3836)

at com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.TableAdapter$FilterField.onINPUTFIELDKEYPRESS(TableAdapter.java:4074)

Thanks

Madhavi.

Edited by: madhavi kotra on Aug 25, 2008 2:34 PM

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

As far as i know that both are seperate functionalities all together. It must not have impact on each other when used together.

Could you please let us know what is the way you have used for Filtering and what is the line of code?

thanks & regards,

Manoj