cancel
Showing results for 
Search instead for 
Did you mean: 

need to sort a table dynamically

Former Member
0 Kudos

Hi All,

Can anybody give steps to sort a table dynamically

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

In Web DynPro for Java while writing the code i.e implementation ..I want to disable the inputfield (Id - Disp_Input). upon a trigger of a button

Former Member
0 Kudos

Hi:

try to change on the fly one of the property (enabled,readonly) of the input field by binding it to an context attribute that is changed to true/false when clicking on your button

Former Member
0 Kudos

Hi:

try

/people/bertram.ganz/blog/2006/03/07/enhanced-web-dynpro-java-tablesorter-for-sap-netweaver-04s

Former Member
0 Kudos

Hi,

I am new to Webdynpro java. I have 1+ years of exp on java. But i am getting struggle to understand the code. I am designing the views and getting problems how to start writing the code. Can any plz tell what are the steps i have to follow

Former Member
0 Kudos

Ravi,

the more simple way to understand JWD is to follow some easy tutorial, you can find all here: https://www.sdn.sap.com/irj/sdn/developerareas/webdynpro

Java code is very important but is necessary to play with WD object..... just few examples will help you to understand how WDs work.

Hope this help you,

Vito

Former Member
0 Kudos

About table filtering see also this blog, maybe this can help you:

/people/peter.vignet/blog/2007/01/03/generic-web-dynpro-java-table-filter (Generic Web Dynpro Java Table Filter)

Bye,

vito

former_member193821
Active Participant
0 Kudos

hi ravi,

You may find this tutorial heplful

<a href="http://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/downloaditem?rid=/library/uuid/bad3e990-0201-0010-3985-fa0936d901b4">table sorting</a>

Regards,

bharadwaj