‎2014 Jan 19 7:04 PM
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.
‎2014 Jan 20 4:39 AM
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.
‎2014 Jan 20 4:22 AM
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.
‎2014 Jan 20 4:39 AM
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.
‎2014 Jan 20 4:39 AM
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.
‎2014 Jan 20 5:03 AM
Please check whether on output option of the total window check box "only on first page" is checked ?
Cheers,
Prakash
‎2014 Feb 03 10:48 AM
Thanks guys for your response.
The problem was on the different conditions statement of both the pages.
‎2014 Feb 03 10:59 AM
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.
‎2014 Feb 03 10:54 AM
Hi Hemant,
let me know what is your need (or) what are the condition you need to give?
could you elaborate ?
‎2014 Feb 06 7:19 AM
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.