hello,
I am working on a smartform, now i have written the code for the data in a driver program and i am calling my smartform from the driver program.
now all my data is in a internal table called final_itab and i am passing this table to the smartforms
now my problem is that in the form interface section of the smartform i have wriiten final_itab type final_itab
also i have declared and defined final_itab in global definitions.
but still in the form interface im gettin an error that final_itab is unknown.
what should i do now ???
_