Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Second page error

Former Member
0 Kudos

Hi Experts

In smartform, am using 2 pages, in first page am having table and data, in the second page am displaying some long text.

My requirement is after displaying content of table in first page, the text of second page needs to be displayed.

How to do this, i tried using command also, but am getting the error of

if l_main_width <> l_docentry-tdwwidths.

err_comp ssf_err_main_width_changed 'A' 080

space space space space.

endif.

Termination occurred in the ABAP program "SAPLSTXBC" - in

"SSFCOMP_GENERATE_SMART_FORM".

The main program was "ZSMART ".

What could be the reason, pls explain.

regards

rajaram

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Raja ram,

Create the command node after the mainwindow and in general attributes tab check the check box go to page page 2.

And in page 2 check the window size and create the text node

as per you requirement.

For page 2 : next page should be blank in general attributes.

Regards,

Sravanthi

2 REPLIES 2

Former Member
0 Kudos

Hi

In first page you give the 'page2' in the next option of general attribute tab of first page.

Former Member
0 Kudos

Hi Raja ram,

Create the command node after the mainwindow and in general attributes tab check the check box go to page page 2.

And in page 2 check the window size and create the text node

as per you requirement.

For page 2 : next page should be blank in general attributes.

Regards,

Sravanthi