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

Smartform Issue

Former Member
0 Likes
555

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

1 ACCEPTED SOLUTION
Read only

Clemenss
Active Contributor
0 Likes
524

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

4 REPLIES 4
Read only

aakash_neelaperumal2
Active Participant
0 Likes
524

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

Read only

Clemenss
Active Contributor
0 Likes
525

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

Read only

Former Member
0 Likes
524

Thanks Friends..

But how to check the smartform with smartformtrace tool..???

can you explain me..

Thanks and Regards

Pavan

Read only

Clemenss
Active Contributor
0 Likes
524

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