cancel
Showing results for 
Search instead for 
Did you mean: 

Select itab entries with checkbox

Former Member
0 Kudos

Hi, I've populated an internal table with data in my html screen. I would like the user to be able to select certain entries from the itab via a checkbox selection. Once selected I would like to pass the selected data on to another screen for review. What is the easiest way to do this with BSP's.

Thanks in advance,

Kevin

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Let me just see if I understand the question.

You have a table of data and you want the user to select entries and then review those entries on a second page?

If I have that right, then you should check out the BSP application in SE80 called SBSPEXT_HTMLB and SBSPEXT_TABLE you are looking for a tableView component using MULTISELECT, then once they have selected the entries and click a button OnInputProcessing event you can read the entries from the selectedRowIndexTable and then do whatever you like with them.

You can see examples of this in my BSP series: <a href="/people/sap.user72/blog/2004/09/07/bsp-howto-exploring-bsp-development-and-the-miniwas-620 or <a href="/people/sap.user72/blog/2005/03/29/bsp-howto-exploring-bsp-development-with-mvc

Message was edited by: Craig Cmehil

Give it a try and if you get stuck come back and post a new message to us with the specific problems

Former Member
0 Kudos

Excellent, thanks Craig, that was exactly what I was looking for. Very helpful indeed!

Former Member
0 Kudos

Super!! Oh and there are many weblogs available on Iterators that go into more detail specifically on that topic than mine do - good luck!!!

Answers (0)