cancel
Showing results for 
Search instead for 
Did you mean: 

Error in Print Preview smartforms

Former Member
0 Kudos

Hi All,

I have done a program for PO Print.(smartforms)

I am getting an error while printpreview stating that

"Table row is larger than 176 cm"

This error is only coming for some selected PO's

Please help .

Thanks & Regards

Mona

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi monalisa,

Check the settings of the table row for the selected PO's .

For the line type in the details.

Regards,

Sravanthi

Former Member
0 Kudos

Hi

Table row is bigger than MAIN Window. Change the view of the table type and check the consistency of the table.

it will show which kine is bigger than the window.

then adjust total width same as of window.

Regards

Shiva

Former Member
0 Kudos

Hi Mona,

This type of problm often comes in smartforms...i m sure its the adjustment problm ...please look at the window size and table size and adjust them.

Thanks,

Mona

Former Member
0 Kudos

Hi Mona,

This type of problm often comes in smartforms...i m sure its the adjustment problm ...please look at the window size and table size and adjust them.

Thanks,

Mona

amit_khare
Active Contributor
0 Kudos

A particular row is called for certain PO's int he table declared which when have value is running over the main window limits.

Execute the smartform from its Function Module for one of those error PO, you will get the exact row to adjust in the error message.

Also check ST22 for any error is created, you ca read from there also.

Former Member
0 Kudos

Hi Amit,

I tried doing that but as there are around 50 line items and how to get the exact row i mean to say where can i get it in the FM, if u ca tell me it will be easy for me to debug.

Regards

Mona

Former Member
0 Kudos

U can try and use smartform_trace transaction to trace ur smartform alos to search for particular code use like this->

Goto-> environment-> see fm name

suppose it is like

/1BCDWB/SF00000036

Now

edit like this

/1BCDWB/LSF00000036F01

open this in se38

now search with ur line item node name.

also put a break point here ans when it stops for debugging set a watch point to stop at particular line item which u want out of 50 item u have.

кu03B1ятu03B9к