cancel
Showing results for 
Search instead for 
Did you mean: 

[SMARTFORMS] Vertical space between two tables

Former Member
0 Kudos

Hi All,

I am recently trying to print 2 tables in MAIN window in sapscript.

The problem is they stick to each other.

How can I implement the vertical spacing between the two mentioned tables to separate them?

I tried to use separate WINDOW for each, but then there is a small mess when print previewing,

data rows are distributed among the pages.

I also tried to define my style in SMARTSTYLES TCode,

but when I set up Space Before and Space After for a Paragraph,

then assign the style to table - each cell gains top and bottom padding,

but table itself still sticks to other objects : (

I would appreciate yout comments on that,

Regards,

bob.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member209818
Active Contributor
0 Kudos

Hi Bob,

You have created two table nodes in the Main Window. Between these two nodes, put a Text Element and keep that element with a blank row. This will give you a needed Vertical space between two tables.

Hope this helps !!

- Harshad

bharat_rathod2
Active Participant
0 Kudos

dear,

if you want to separate both table then do as suggest by harshad or make template with one row and insert text node to it.

bharat_rathod2
Active Participant
0 Kudos

dear,

please explain with more detail.