cancel
Showing results for 
Search instead for 
Did you mean: 

Add new row using table interface class CL_RSR_WWW_MODIFY_TABLE

pascal_khnis
Participant
0 Kudos

Hi,

I'am facing an new problem. I made a new query which looks like this:

A

B

C

D

E

F

G

H

And now I need a new row above this line.

XXXX

YYYY

A

B

C

D

E

F

G

H

The html-code of the top line should be as follows:

  
<tr>
    <td colspan="4">Head</td>
    <td colspan="4">FTE</td>
</tr>

How can I implement that trough my own table interface class in Webtemplate?

At first i need the method NEW_ROW?

Secondly the method STRUCTURE_CELL to add the html code?

Is that correct? Does someone got a sample code for the method NEW_ROW?

Thanks for your help.

Pascal

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You can add custom HTML to the CAPTION_CELL close the first row and then include the BW generated HTML.

pascal_khnis
Participant
0 Kudos

hi,

thanks for your answer. I don't get it. What do you mean with close the first row?

Do I only need the CAPTION_CELL method?

pascal

Answers (0)