cancel
Showing results for 
Search instead for 
Did you mean: 

page break according to the customer in smartform

Former Member
0 Kudos

Hi,

I got a small issue in Smartform. I have some 10 customers in my data. So, for every customer I need to display data in a new page.

So, can you please let me know, how can I handle this.

Thanks,

Sandeep

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi sandeep,

Follow the below steps.

1. first sort the internal table by customer.

2. In the table create program lines .

In that program lines write below code

If new customer.

V_flag = u2018Xu2019.

Endif.

3. below that program lines create command.

In that check as new page.

And in conditions tab write condition as v_flag = u2018Xu2019.

Thanks,

Suma.

Answers (0)