cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding smartforms.

Former Member
0 Kudos

Hi All,

I have one template with 6 variables, say

var1

var2

var3

var4

var5

var6

however if one of the variable is empty i see empty space in the form output like say var3 and var5 is empty output is something like

var1

var2

var4

var6

How can i avoid this empty space, i tried condition tab for text however it is of no use.

Accepted Solutions (1)

Accepted Solutions (1)

Clemenss
Active Contributor
0 Kudos

Hi rock,

... and in the future, use a more significant subject, i.e. "avoid empty lines for initial values in SMARTFORMS".

SAP community will love you!

Regards,

Clemens

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

You can have Two option,

1) Insead of template use Table in smartform for this case ,first move six variables to internal table then using internal table populate data to Table..

2) If you are using Template, create Template without more line then create six text element also mention in condition the variable value is initial

Former Member
0 Kudos

Hi,

Create a different text element for each variable.

If its empty it wouldnot print.You can also add a condition to this text element.

Former Member
0 Kudos

Hi,

Use a template in Smartform, & use a condition for the fields, if Initial/not initial.

Thanks,

Dileep .C