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

Smart Form - run time error

Former Member
0 Likes
381

Hi All,

I m getting this run time exception Kindly can any body help me.

An exception occurred. This exception will be dealt with in more detail

below. The exception, assigned to the class 'CX_SY_DYN_CALL_ILLEGAL_TYPE',

not caught, which

led to a runtime error. The reason for this exception is:

The call to the function module "/1BCDWB/SF00000032" is incorrect:

In the function module interface, you can specify only

fields of a specific type and length under "T_KNA1".

Although the currently specified field

"T_KNA1" is the correct type, its length is incorrect.

With Regards

Vasu

2 REPLIES 2
Read only

Former Member
0 Likes
350

I think there is a type conflict with field types that is passed to the smartform interface.

make sure that the smartform interface and the fields that is passed to the smartform interface are refering to the same data types.

Read only

Former Member
0 Likes
350

Hi Vasu,

What is the type of the variable the is being passed in the SMART FORM FUNCTION MODULE? It should be same/compatible to that of the type of the variable T_KNA1 that is used in the FORM INTERFACE of the SMART FORM.

Thanks and Regards,

Bharat Kumar Reddy.V