Hi All,
I am formating a Web report.
9 colums are there. I want to put some parent colum for the 5, 6 and 7 column
and another parent colum for the 8 and 9.
e,g
A|B|C|D|E|F|G|H|I ---> all 9 column displaying in the web report
I want to display....like this
| xxx | yy|
A|B|C|D|E|F|G|H|I
is it possible.
It is basically I am adding extra row before the table - data display
Thanks
Manjushri
Yes, you can add HTML code using the table API class CL_RSR_WWW_MODIFY_TABLE. You make a new class using CL_RSR_WWW_MODIFY_TABLE as the superclass. If your not familiar with this concept don't worry. It's a lot simpler than it sounds...
Here's a link:
http://help.sap.com/saphelp_bw33/helpdata/en/a2/06a83a4bd5a27ae10000000a11402f/content.htm
Hope that helps...
Add a comment