2008 Feb 11 9:54 AM
hi,
I hav a Output purchase order where if the line items flows to the second page the borders r not occuring for the last line item in page 1 ....if the line items ends in page 1 then all the borders r proper..y is it so???
hi,
I hav a Output purchase order where if the line items flows to the second page the borders r not occuring for the last line item in page 1 ....if the line items ends in page 1 then all the borders r proper..y is it so???
2008 Feb 11 10:03 AM
Hi Put the logic to control the no of line items in page
like suppose ur page maxium can take 25 lines
now put logic such a way that 2 lines shud be always left blank in the end to show th gap between border and last line.
and add a new page whenever ur sy-tabix comes to 22 nd line( for eg).
loop at table.
if sy-tabix >22.
insert new-page.
then continue with ur logic.
endloop,
Please rewards if it is helpful.please ......................
2008 Feb 11 10:18 AM
it doesnt depend on the number of line item....how many ever the line items r ....the last line borders r not getting displayed in the output
2008 Feb 11 11:00 AM
Hi,
Can u try to use the BOX and SHADING to get a line.
And how are you doing now to get the line?
2008 Mar 17 11:32 AM
Hi
Add one more line item table and draw the line using lower frame or available select pattern . and this line called at footer level of the table using table line and in the cells create includetext with nodata.then every page lower frame will trigger
regards
venkat
2008 Mar 17 11:59 AM
Hi ,
Use select pattern for the table your to display the data u will not get such problems.
Select the table which your displaying on right hand side of smartform and in the left hand u will get the tab table in that select the left conner button Select pattern.
Regards,
Padmaja
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |