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

Smart form without driver program!!

Former Member
0 Likes
738

Is it possible to run a smart form without driver program? Does it return anykind of error if we run the smart form byitself wihout a driver program to call it?

Amar

3 REPLIES 3
Read only

alex_m
Active Contributor
0 Likes
476

You can run the FM, this will be created while activation of Smartform.

But practically u need a driver program to pass the values to the smartform.

Read only

Former Member
0 Likes
476

Hi

ya it is possible, if you write any code in the program lines like select queries here only you can run a smart form without a driver program. It will not give any error.

Regards

Haritha.

Read only

RaymondGiuseppi
Active Contributor
0 Likes
476

Smart forms generate a Function module, if you created no parameter, and filled your table in INITIALIZATION tab of the form header, the form will run thru SE37, but you need special specification to use that.

Regards