cancel
Showing results for 
Search instead for 
Did you mean: 

Smartforms for multiple customer

Former Member
0 Kudos

DEAR ALL,

Can anybody explain , how to print multiple customer's address in smart form based on retreiving multiple customer's detail in internal table .

When we retreive new customer details then new customer details should print in next page and based on new customer detail ,new customer's address print in the top in same smartform.

your suggestion would be very helpful .

Regards,

Alok

Accepted Solutions (0)

Answers (3)

Answers (3)

madhu_vadlamani
Active Contributor
0 Kudos

Hi Alok,

What is the business requirement . Do you want to print customer addresses.

Regards,

Madhu.

Former Member
0 Kudos

hi alok,

if customer page continue to grow to next page.

then i suggest to call the smartform in a loop from the main program , for voiding multiple print preview dialog, kindly pass the parameters for processing into a single spool request.

Other wise call the header in the main window as header of the table (also set the option on page break for displaying all the pages).

Call this table in a loop of the customer internal table , and set the where condition with the work area of the loop .

Also try to delete duplicates in the loop internal table in order aviod duplicacy .

thanks Thomas

Go Green, stop taking balance receipt from ATM.

Former Member
0 Kudos

Hi srivastava ,

use the control break statement AT NEW . it is triggered when new customer is read from internal table.and try to call the next page based on it.

Regards,

Srilatha.