‎2009 Apr 06 9:44 AM
Hi ppl,
I have developed a driver report and a smartform.
I need to pass an internal table from the report to the smartform for the details to be looped and printed.
I have declared a TYPE structure in my smartform same as that in the report (for the internal table).
When I give the internal table name in the form interface with the type I created in global definitions, it throws an error.
Please let me know how can I pass my internal table from report to smartform. (The internal table format is not similar to any database table or structure).
Thanks,
David.
‎2009 Apr 06 9:50 AM
‎2009 Apr 06 10:13 AM
when you have table for eg, declare it in tables like this
tab_name like likp.
and you dont have to declare it in global defenitions, declare in form interface under tables tab.
Edited by: BrightSide on Apr 6, 2009 10:13 AM
Edited by: BrightSide on Apr 6, 2009 10:17 AM
Edited by: BrightSide on Apr 6, 2009 10:18 AM
‎2009 Apr 06 2:15 PM