cancel
Showing results for 
Search instead for 
Did you mean: 

Data Grid in BSP Application

Former Member
0 Kudos

Can somebody direct me with an example of displaying data in the form of a grid, and allowing users to update that grid, then saving those changes in a table?

Accepted Solutions (0)

Answers (1)

Answers (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

A great place to start is by looking at the SAP Sample Application SBSPEXT_TABLE.

The BSP Extension you want is <htmlb:tableView>, probably the most powerful extension elment there is. You might search on documentation and weblogs that cover the table view as well as Table View Iterators. Here are couple of Weblogs that I found right off the bat.

/people/brian.mckellar/blog/2003/10/30/bsp-programming-bsp-element-expressions-bees

/people/brian.mckellar/blog/2003/10/31/bsp-programming-htmlb-tableview-iterator

/people/thomas.jung3/blog/2004/09/15/bsp-150-a-developer146s-journal-part-xi--table-view-iterators

/people/ulli.hoffmann2/blog/2004/10/28/personalize-my-bsp-tableview