Application Development and Automation 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: 
Read only

Smartforms

hemant_singh4
Explorer
0 Likes
1,062

Hi All,

I have a smartforms displaying total number of packages on first page and second page, but on executing the program the total no of packages are coming on first page but not on second. First page is having materials list and second page has agreement. What could be the possible reason for this.

1 ACCEPTED SOLUTION
Read only

gouravkumar64
Active Contributor
0 Likes
1,022

Hi Hemant,

Probable reason: 1) If you are using secondary window rather than main window, may be window not big enough ,

2) Check page break working properly or not,

3)Check variable you have assigned, working properly or not!

For this you can copy that generated function module & go to se37 then DEBUG +CHECK.

Thanks

Gourav.

8 REPLIES 8
Read only

Former Member
0 Likes
1,022

Hi Hemant,

Generate the smartform.

Check the variable value on debugging.

Check if window size is big enough to display the value.

Regards,

Nisha Vengal.

Read only

former_member187748
Active Contributor
0 Likes
1,022

Hi Hemant,

please elaborate your questions, have you created two different pages with two main window,

or having a single main window in a page used to show, two pages of output.

Please be specific.

If you have two different main window for your smartforms, please check its size .

If not then please provide some more information of your smartforms.

Read only

gouravkumar64
Active Contributor
0 Likes
1,023

Hi Hemant,

Probable reason: 1) If you are using secondary window rather than main window, may be window not big enough ,

2) Check page break working properly or not,

3)Check variable you have assigned, working properly or not!

For this you can copy that generated function module & go to se37 then DEBUG +CHECK.

Thanks

Gourav.

Read only

Former Member
0 Likes
1,022

Please check whether on output option of the total window check box "only on first page" is checked ?

Cheers,

Prakash

Read only

hemant_singh4
Explorer
0 Likes
1,022

Thanks guys for your response.

The problem was on the different conditions statement of both the pages.


Read only

0 Likes
1,022

Hi Hemant,

As your problem solved,so Close this thread with your solution.

It will help someone in future.

Close by mark your own answer as correct answer.

Thanks

Gourav.

Read only

thangam_perumal
Contributor
0 Likes
1,022

Hi Hemant,

                  let me know what is your need (or) what are the condition you need to give?

could you elaborate ?

Read only

0 Likes
1,022

Hi Peru

There was a condition to print that field on second screen and in that condition a table was fetching incorrect data, actually data was incorrectly maintained in the table.