Hi,
I am very new to the world of ABAP WD application development. My first task is to create a WD Application with three component views, in a two column format. In the old HTML days, the page would look something like this:
<html>
<body>
<table width='100%' border=1 colspan = 2>
<tr>
<td width='40%'>Component 1</td>
<td rowspan=2>Component 3</td>
</tr>
<tr>
<td>Component 2 Usage SALV_WD_ALV</td>
</tr>
</html>
I have tried all the different combinations of layouts and widths but the problem is with the component that implements the ALV grid. There does not seem to be an obvious way of fixing the size of this window. Tbus, depending on the number of columns, the view can take up the entire browser window and I have to scroll to get to Component 3. Not very nice. I would rather have the scroll across the ALV grid
Any assistance would be greatly appreciated.
In anticipation.
John