‎2006 Dec 15 5:05 AM
Hi All...
I am working on a smartform, where it will get printed from VA02 screen.
While trying to view the print preview or taking pritout, system is displaying RunTime Error...
The error is occuring at the line
" CALL FUNCTION SSF_FM_NAME"...
What might be the reason..??? Till this syntax, all the data is getting populated in differnet internal Tables without discrepency...
Please Help me out.......
Regards
Pavan
‎2006 Dec 15 5:18 AM
‎2006 Dec 15 5:18 AM
‎2006 Dec 15 5:28 AM
Thanks Manoj..
In RunTime Error screen, the error has been occured at the line
"CALL FUNCTION SSF_FM_NAME".
The error is described as "Type conflict occured when structure parameteres were passed in".
Also found the description as follows.....
An exception occurred. This exception is dealt with in more detail below
. The exception, which is assigned to the class 'CX_SY_DYN_CALL_ILLEGAL_TYPE',
was neither
caught nor passed along using a RAISING clause, in the procedure "PROCESS_FORM"
"(FORM)"
.
Since the caller of the procedure could not have expected this exception
to occur, the running program was terminated.
The reason for the exception is:
In the function "/1BCDWB/SF00000064" the STRUCTURE parameter "I_ITEMS" is typed
in such a way
that actual parameters are not valid, unless they are compatible
according to the Unicode fragment view.
Help me out Boss......
Regards
Pavan
‎2006 Dec 15 5:34 AM
Hi,
Check the <b>SSF_FUNCTION_MODULE_NAME</b> import and expoert parameters types are correct or not
Regards,
Balavardhan
‎2006 Dec 15 6:15 AM
Check ur Structure's passing to programe. May be it is causing the problem..
Same structure should have in both( Form and Program)...