Skip to Content
0
Former Member
Dec 27, 2007 at 04:46 AM

problem with smartforms

24 Views

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 ???

_