i am working on smart forms.
In smart forms under Form interface -> tables
I have declared a parameter called t_temp type ztemp.
where t_temp is a table type and ztemp is a line type.
Now in the driver program which calls the smart forms has a work area and a internal table
data : wa_temp type s_temp,
it_temp type table of s_temp.
where s_temp is a type in the program.
in the program I am handling an exception and when doing so it shows a type compatible error.
Error : A type conflict occured when the program tried to pass the actual parameter to the formal parameter 'T_TEMP' of the function /BCDWB/SF00000139.
please help.