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

Smartform Issue with Runtime Error

Former Member
0 Likes
521

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
483

What is the error that you are getting?

4 REPLIES 4
Read only

Former Member
0 Likes
484

What is the error that you are getting?

Read only

0 Likes
483

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

Read only

Former Member
0 Likes
483

Hi,

Check the <b>SSF_FUNCTION_MODULE_NAME</b> import and expoert parameters types are correct or not

Regards,

Balavardhan

Read only

Former Member
0 Likes
483

Check ur Structure's passing to programe. May be it is causing the problem..

Same structure should have in both( Form and Program)...