cancel
Showing results for 
Search instead for 
Did you mean: 

smartforms error

Former Member
0 Kudos

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.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

when your declared in FORM INTERFACE that strcture must be there in ABAP Dictionary means(inSE11). otherwise you have to declare the all types in smartform level.

Answers (0)