cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Pass table data using AJAX

Former Member
0 Likes
292

Hi Guys,

I am little new to the world of AJAX.

What i have to implement is, After the input from the user into an input field, I need to populate a table with data.I am doing this in AJAX but failing.

I am using HTMLB:TableView to display the data.

Please help me out with some basic code.

Regards,

Abhi

View Entire Topic
athavanraja
Active Contributor
0 Likes

where are you having problem?

in AJAX or in htmlb:tableview?

check these weblogs

/people/piotr.plusa/blog/2008/01/31/ajax-with-htmlb-elements-on-bsp-pages

/people/sap.user72/blog/2005/08/15/ajax-and-htmlb--a-sample-bsp-application

/people/renald.wittwer/blog/2007/05/07/bsp-htmlb-tree-view-with-ajax

Former Member
0 Likes

Hi Durai & Stefan

Thanks a lot for your time.

I have problem in the AJAX end.I want to make the trip to server and back using AJAX during which i will populate data in the table.How to send the table from the server to view using AJAX.

@Stefan i have to use the htmlb:tableview tag.Please help me with this.

Regards,

Abhishek

Edited by: Abhi on May 18, 2009 6:06 AM

athavanraja
Active Contributor
0 Likes

your sever side app (say BSP) can read data and send result as xml and in your other BSP where you have the htmlb:tableview you have to transform this xml into itab so that you can use it with tableview

Former Member
0 Likes

Hi Durai,

Thanks a lot for the tips.I would really appreciate a simple sample program incase you have it related to this issue.

Regards,

Abhishek

Edited by: Abhi on May 19, 2009 7:20 AM