Hi People,
I passing an internal table to a zsmartform, when iam passing the table i am getting the runtime error
saying that :
*************************************************************************************
' An exception occurred that is explained in detail below.
The exception, which is assigned to class 'CX_SY_DYN_CALL_ILLEGAL_TYPE', was
not caught in procedure "GET_DATARP" "(FORM)", nor was it propagated by a RAISING clause.
Since the caller of the procedure could not have anticipated that the
exception would occur, the current program is terminated.
The reason for the exception is:
In the function "/1BCDWB/SF00000010", the STRUCTURE parameter "IT_VOUCHER" is
typed in such a way
that only actual parameters are allowed, which are compatible in Unicode
with respect to the fragment view. However, the specified actual
parameter " " has an incompatible fragment view.
*****************************************************************************************
i have already created a structure similar to my internal table and have assigned to the internal tbale in smartform ? can anyone tel me how to solve it ?
thanks,
SIva