cancel
Showing results for 
Search instead for 
Did you mean: 

WAD table heading required?

Former Member
0 Kudos

Expert's,

we have requirment where for a table heading is required,but the heading should be at the Right most corner of the table.I am able to fit the heading but the heading is not at the desired place.If any one of faced this problem please help me to resolve this.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You can try to put in an HTML table, and then insert your web items in the cells as required

Inserting table is very easy. Just goto the Table menu bar and insert the table with 'one row and two column'. And then just drag and drop the web items into the respective cells

<table border="0" cellpadding="0" cellspacing="0">

<tr>

<td align="left>Your Map Web Item goes here only from <option></td>

<td align="left">Your Table Web Item goes here only from <option></td>

</tr>

</table>

Ues merge table

first of all you should check, whether a simple change in your stylesheet will do the desired effect.

Have a look on the BW style classes documentation.

http://help.sap.com/saphelp_nw04/helpdata/en/3f/ca453afbf37b54e10000000a11402f/frameset.htm

Relevant for you are probably SAPBEXstdItem and SAPBEXchaText.

from Style sheet it is not easy to change. IS there any other way to change the format of Column heading?

or any tip to do this. i have to do same thing for my 3,4 Templates

Regards,

Hareesh