cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple pages

Former Member
0 Kudos

Hi Gurus,

I have the following scenario and just wondering to know is it doable or not technically.

If i can sub items under main item no, i want to display each sub item details under that main item in multiple pages. The no of sub items varies for every main item and it can be determined only inside the program which means the no of pages to be displayed should be dynamic.

I hope you understand this. Kindly let me know if this is possible or not, If so please give some ideas. I would appreciate for your help.

Thx,

Rajesh

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

You can use Functions START_FORM , END_FORM if it is a SAP script.

Former Member
0 Kudos

Hello,

It can be done. You need to do page break at the sub item level. In that way you can print sub item under main item in multiple pages.

Former Member
0 Kudos

Hi,

Thx. Could you be more specific where can i do Page break in print program or in smart form??

I would appreciate if you can provide some more input.

Thx again.

Raj

Former Member
0 Kudos

Hello,

Page break in smartfom. you need to keep the Command node in the smart form. It will be under CREATE->FLOW LOGIC->COMMAND, Where you can specify the page break. Need to build logic to use the page break for the each sub item.