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

Update Termination Error SSFCOMPOSER 173

Former Member
0 Likes
2,277

Hi All,

I am facing a strange error in the production system.This error is not shown in development or test system.

I have created a smartform which is called from a billing document.Whenever business assigns an output type to the billing document and saves it, it gets an "Update Termination Error".

After checking the SAP inbox in production system, we have been able to retrieve the following message.

Error info : SSFCOMPOSER 173: Table LEFT_DATA.

From this, I understand that the dimensions of the table LEFT_DATA are larger than the window.But when checked, the dimensions of the table are smaller than the window, which ideally should not create any issues.

This error is occuring only in Production system.So, its hard to analyse it.

Any form of help will be highly appreciated.

Regards.

3 REPLIES 3
Read only

Former Member
0 Likes
1,375

Hi,

please have a look at SAP notes

701507

1403344

1515203

Maybe one of them solves your probem!

Regards,

Klaus

Read only

former_member196280
Active Contributor
0 Likes
1,375

Yes, you are right.. your table has a problem.. but, I guess.. it is not related to the dimension... it is related to the number of columns.. I guess, some conditions inside your smartform might be wrong... which might triggered in production data..

Example: You table has 3 columns and if your smartform is trying to print data in fourth column this error may occur.

If I am wrong with the above assumption, then check the dimension of the table in all PAGES... EX: FIRST PAGE, SECOND PAGE etc, which are defined in your smartform.

Regards,

saiRam

Read only

0 Likes
1,375

Hi Sai Ram Reddy,

I have checked the points which you had mentioned but everything seems to be fine.

I have declared the windows as FINAL WINDOW with adding a condition SFSY-PAGENO = SFSY-JOBPAGES which will print the template only on last page of the output.

Please advise on this whether this is creating the problem.

Regards