Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Grouping Key Rows In HTMLB Tableview BSP

Former Member
0 Likes
493

Hello Experts,

I've a HTMLB Tableview in BSP Application. I need to group the key rows with same value into one.

Current Layout


KEY  VALUE 1    VALUE 2

A       X                 Y

A       X                 Y

B       X                 Y

B       X                 Y

Required Layout


KEY  VALUE 1    VALUE 2

A       X                 Y

          X                 Y

B       X                 Y

         X                 Y

It's somewhat similar to grouping the key rows in ALV. Not sure how to achieve this in BSP.

Please help....

Regards,

Satyajit

PS: Posted this thread in BSP Forum earlier and haven't got any response yet. So reposting it in ABAP General for a quick response.

Hello Experts,

I've a HTMLB Tableview in BSP Application. I need to group the key rows with same value into one.

Current Layout


KEY  VALUE 1    VALUE 2

A       X                 Y

A       X                 Y

B       X                 Y

B       X                 Y

Required Layout


KEY  VALUE 1    VALUE 2

A       X                 Y

          X                 Y

B       X                 Y

         X                 Y

It's somewhat similar to grouping the key rows in ALV. Not sure how to achieve this in BSP.

Please help....

Regards,

Satyajit

PS: Posted this thread in BSP Forum earlier and haven't got any response yet. So reposting it in ABAP General for a quick response.

2 REPLIES 2
Read only

Former Member
0 Likes
467

I'm looking for a solution as well. Can someone who is able to answer this question give us advice? Thanks&regards, Jonas

Read only

Former Member
0 Likes
467

Hi Satyajit Mohapatra,

please refer to fixedColumns. Therefore check on your system:

BSP: SBSPEXT_TABLE

Page: TableViewFixedColumns.bsp

There you can find the solution.

Regards, Jonas