‎2006 Sep 16 9:12 AM
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
‎2006 Sep 16 10:14 AM
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.
‎2006 Sep 16 11:30 AM
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