‎2005 Dec 09 3:55 PM
hi all,
i have got a smartform which is getting activated without any problem but while running through the program it is giving formatting error,i tried to put the break-points and found that the error is occurring immediately after initialization section.plz let me know if anyone have any idea about this.
thanx in advance..
‎2005 Dec 09 4:02 PM
Hi,
I think check the Attributes of smartforms & check the page format.
Rajeev
‎2005 Dec 09 4:10 PM
Sharma,
Do you have any TEMPLATE object where you have not defined your columns properly.
Kindly check these objects. The short dump usually says which element has the problem.
Other option is to debug the SMART form and you should get the indication as to which element has an issue.
Regards,
Ravi
Note : Please reward the posts that help you.
‎2005 Dec 09 4:35 PM
‎2005 Dec 09 4:43 PM
Hi,
Please check your Template/Tbale may be overflowing.
you may be passing values to atable column which may not exits.maeans your table declared with 6 columns and while passing the Output options for Text.
like :
Line 1
Column 7
Column & may not be there then you will get formating error.
Message was edited by: Lanka Murthy
‎2005 Dec 09 4:43 PM
Hi
You can see the errors by fm SSF_READ_ERRORS, call this fm after calling SF, perhaps you can get more details.
Max
‎2005 Dec 09 4:59 PM
it seems that you have created ur transaction with dialog screen instead of transaction with report screen.
if this is the problem the cursor will not run the start-of-selection.
check whether u had done the mistake.
‎2007 Feb 12 8:26 AM
Try it outputing in diff language
If this occurs only for one language
Then the issue is with the variables used in translaton for the specific language(SE63)
Please award points if helpfull
Regards
Simin Raveendran