Application Development 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: 

smartforms with template line corrections

raviram_jk
Explorer
0 Kudos

Hi everyone,

As i am using the template in smarforms i have divided two column and mentioned 5 lines. For first colmn i need 6 lines . 1 line is seperate remaining 5 lines should be same for column1 and column 2. i tryed but dont know hw to separate line for column 1 alone. Pls let me knw hw to do this.

Regards

Raviram.

4 REPLIES 4

former_member182888
Participant
0 Kudos

Peace be upon you,

as I understood: you need to split a part of the line,

unfortunately, you can only split the whole line not a part of it

I hope you find this helpful

ipravir
Active Contributor
0 Kudos

Hi Raviram,

if your requirement is fixed, as you describe,

then you can do the same with table.

Create a Table control with 2 different line, as per your requirement.

And through the Condition, you can display your information.

But the all Information, you have to maintain in one internal table in smartforms global tab , with two string field and maintain your display data in internal table.

Line Format

line1          -  Single Columns

Line2         - Tw Column (Column1     | Column2 )

Table Format

Table Control (with Created internal table )

if sy-tabix eq 1.

     line1

else.

     line 2.

Regards.

Praveer.

0 Kudos

Hi,

Divide it equally into 6 rows. But do not mark border lines for the 6th row.

0 Kudos

Hi,

Make it for 6 rows in both the columns.

but don't give a border for the 6th row in column2.

Thanks.