‎2006 Dec 07 9:39 AM
Hi All..
i have developed a smartform.
The smartform will be printed, when we take output from the screen VL02N screen. (VL02N>outbound delivery>issue delivery output).
The printer is configured correctly.
But when i select Print or Print Preview, the system neither printes the page nor even displays the Print Preview.
It will show a success message too...!!!!!
When i put several break points and debugged the code, i came to know that there is a "Formatting Error" in a line of a Table.
Found out that the table length, width all are perfect.
The Error message displays as "No other column available"...
how to solve this problem..?????
Please Help me.... I am totally exhausted....
Regards
Pavan
‎2006 Dec 07 11:34 AM
Yeah, I love it!
This is a SMARTFORMS feature: If the space provided in the cell structure of a line flows over, you don't get any kind of error message.
You may use SMARTFORMTRACE to locate the error source. Probably it will be sufficient to define the cells wider.
Regards,
Clemens
‎2006 Dec 07 11:13 AM
Hi,
The only problem could be...u have truncated a field in the line of a table....check for leading zero truncation in any of the fields... if so..then that is the problem
‎2006 Dec 07 11:34 AM
Yeah, I love it!
This is a SMARTFORMS feature: If the space provided in the cell structure of a line flows over, you don't get any kind of error message.
You may use SMARTFORMTRACE to locate the error source. Probably it will be sufficient to define the cells wider.
Regards,
Clemens
‎2006 Dec 07 11:41 AM
Thanks Friends..
But how to check the smartform with smartformtrace tool..???
can you explain me..
Thanks and Regards
Pavan
‎2006 Dec 07 2:02 PM
Hi,
<a href="http://help.sap.com/saphelp_47x200/helpdata/en/49/c3d8a4a05b11d5b6ef006094192fe3/content.htm">Smart Form Trace</a>
Transaction is SMARTFORM_TRACE or SFTRACE.
Set a high analysis level like (47) - Cell change (table) or even higher.
Start trace, then process smartform. Then Analyze the trace.
See what gets processed an what isn't. Check your form details, especially line/cell structure of table to find out where processing ends.
Regards,
Clemens