cancel
Showing results for 
Search instead for 
Did you mean: 

Samrtform output for multiple values on different pages

Former Member
0 Kudos

HI,

I am creating a print program for calling smartform. My requirement is when I select range of values I should get the details for every valuein different pages . But I ma getting all values together.I want the details individually. Can any one explain me how to do it?

Thanks in advance.

Mahalakshmi.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

whenever you get new value you need to trigger COMMAND , this means it will create new page...

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello Mahalakshmi,

You must break your data into 2 parts. Item and Header.

Loop around Header

loop around item

endloop.(item)

-


at end of item loop

Create->Flow Logic-> Command-> using this call up a new page.

---

Endloop(for header)

Hope this discussion was helpful to you.

Cheers,

Suvendu

Former Member
0 Kudos

Hi,

when u r looping the internal table in the smart form just try to check the value what should be on different page

[check this wiki|https://wiki.sdn.sap.com/wiki/x/dAHDB]

Thanks&Regards

Sarves