‎2011 Feb 15 9:15 AM
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.
‎2011 Feb 15 9:33 AM
Hi,
please have a look at SAP notes
701507
1403344
1515203
Maybe one of them solves your probem!
Regards,
Klaus
‎2011 Feb 15 9:34 AM
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
‎2011 Feb 17 4:26 AM
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