cancel
Showing results for 
Search instead for 
Did you mean: 

printing smartform for multiple customers

Former Member
0 Kudos

Hi Experts,

can anybody send me the code for printing the smartform for multiple customers, i need print the customer data by pagewise means in selection screes if user enter multiple customers ,i need to print by each customer, if customer 1 is different from customer 2 need to start in new page .

pls guide........

thanks in advance.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

You can handle it in your form by checking the customer.

Write code in your main window there you check the present customer with previous one. if not equal then trigger the next page

Regards

SHiva

Former Member
0 Kudos

In main window -Program lines

Loop at lt_customer into lw_customer

at new customer.

new-page.

endat.

endloop.

Similar to this u have to write.. u just check.