Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Can we create Smartform without declaring Zstructure in interface tab

Former Member
0 Likes
752

Hi friends, I have one issue on smartforms

can we create smartforms without declaring structure type in interface tab--Import option or table option instead of creating internal table structure globally in se11, alternatively can we create structure in smart form itself ? means we can create table structure in smartform then we can declare in interface tab

If it is possible could you guide me the procedure ?
but I have to run smartform using driver program.

Thanks

sandeep

Hi friends, I have one issue on smartforms

can we create smartforms without declaring structure type in interface tab--Import option or table option instead of creating internal table structure globally in se11, alternatively can we create structure in smart form itself ? means we can create table structure in smartform then we can declare in interface tab

If it is possible could you guide me the procedure ?
but I have to run smartform using driver program.

Thanks

sandeep

1 REPLY 1
Read only

raghug
Active Contributor
0 Likes
651

I will shamelessly plug my blog here... if you do all your heavy lifting in a class, you can keep both the driver program and the SmartForm itself very light on code and declarations. Smartforms OOPS (object oriented)