cancel
Showing results for 
Search instead for 
Did you mean: 

Cannot Print the continued text on to next page

Former Member
0 Kudos

Hi Experts,

I am facing a problem with the text not printing on the next page. The scenario is like this:

I have created a template and i am calling a text which actually exceeds the template size, the remaining text should follow onto the next page. But the text that should move to a new page is not being displayed.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Thank you vinit005 and satheesh.kumar for your replies.

Yes table is a possible way but is there no way to use a template and solve this issue. As i am new to ABAP dev. i am just stuck on this part.

Former Member
0 Kudos

Hi Zamir,

No, the data cannot flow to next page by using template. If you want the data to flow to next page, you have to make use of table. There is no other way.

Do Appreciate if found helpful.

BR,

Vinit

Former Member
0 Kudos

Hi,

What zamir told, absolutely correct.

Here i am giving more info for Your better understanding between template and table use in smartforms.

Might be useful.

http://www.sapwings.com/guides-a-tutorials/doc_view/626-sap-smart-forms-overview.html

http://www.saptraininghub.com/smart-forms/

Former Member
0 Kudos

Hi Zamir,

Thats absolutely fine. If you are using a template, data wont flow to next page.

If you want your text to follow in next page than use TABLE instead of TEMPLATE.

Hope this will help you to understand the logic and resolve the issue.

BR,

Vinit