Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Urgent : border in Smartforms

Former Member
0 Likes
854

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???

5 REPLIES 5
Read only

Former Member
0 Likes
719

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 ......................

Read only

0 Likes
719

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

Read only

0 Likes
719

Hi,

Can u try to use the BOX and SHADING to get a line.

And how are you doing now to get the line?

Read only

Former Member
0 Likes
719

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

Read only

Former Member
0 Likes
719

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