Skip to Content
0
Former Member
Nov 23, 2007 at 12:50 PM

ABAP and SmartForms

46 Views

Hello everyone

I have problem with my abap program and form created in Smart Forms. I want to call my form from ABAP program and pass to table parameter, table (data: begin name occurs 0,...end name) which is create in that abap program. When I'm in smart form i want to declare table type like that table from abap, do something with it, some calculations in that table declared in smart forms, and print the results.

But when I try to do this, I receive error, that table which is type for data in smart forms, doesn't exist :/