‎2014 Sep 03 9:55 AM
Hi Experts,
Please check the screen shots and help me with solving the issue .
The problem is some part of the data it is showing in 1st page and the rest in 2nd page ,this problem is in all the next pages in my form .
And because of this problem when I am calculating the Sub total it is adding the value in 1st page but showing it in 2nd page.
kindly help me with a solution to this.
Thanks in Adv,
Abhisek
‎2014 Sep 03 10:04 AM
Hi,
seems to be here you are displaying data trough table. The problem is space for the 3rd and 4th columns are not enough. Therefore its two lines and 2nd line move to next page. Best thing is when you are wring the cell text don't forget to pass the field length (some times original field length might take more space than you needed).
Ex: &wa_itab-vol_natural(15)&
Thanks
‎2014 Sep 03 10:04 AM
Hi,
seems to be here you are displaying data trough table. The problem is space for the 3rd and 4th columns are not enough. Therefore its two lines and 2nd line move to next page. Best thing is when you are wring the cell text don't forget to pass the field length (some times original field length might take more space than you needed).
Ex: &wa_itab-vol_natural(15)&
Thanks
‎2014 Sep 03 10:07 AM
You can use the SAPScript formatting options to output your variables:
(C) - space compression to show number like string in same line like this &wa-credit(C)&
(T) - omit thousands separator
(.0) - no decimals
‎2015 Mar 13 2:35 AM
hi
i have tried you idea, but it doesnot work.
i have ever used (CZ), but i donnot know the(T) and (.0), could you tell me more about this?
thank you ~
‎2014 Sep 03 10:09 AM
Hi,
For 3rd and 4th Column, pass the Quantity or Amount to a Text or String Variable and while printing use the String Variable.
And if necessary do the "Shift left deleting leading spaces" for the String Variable.
Regards
Sajid
‎2014 Sep 03 10:20 AM
Hi,
Use all the fields like &FIELDNAME(CZ)& and try.
Thanks,
Vijay.G
‎2014 Sep 03 10:30 AM
‎2014 Sep 03 10:58 AM
‎2014 Sep 03 11:08 AM
hi,
Greetings,
create a folder in your smartforms and click page break.
Include your result table(which you have displayed in the screen shot ) inside the folder .
your problem will be solved .
hope it will be helpful.
Regards,
Vinoth
‎2014 Sep 03 11:12 AM
Hi,
Try to take those field values in String or character field. please let me know if it works.
Thanks and Regards,
Suman
‎2014 Sep 03 3:59 PM
‎2015 Mar 13 2:32 AM
hi:
i want to know how have you solved the problem?
could you share your revolution?
thank you!
‎2015 Mar 13 3:47 AM
Hi 陈
Converting quan/curr field to char/text with the following way:
Best Rargest.
‎2015 Mar 13 3:57 AM