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 forms : without driver program

Former Member
0 Likes
2,253

Is it possible to execute a smart form without a driver program?

I dont mean to say just to execute the function module.

Is there any other way?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,252

Hi Arshad,

You can execute function module created by smartform. This is nothing but doing a test print.

You can doit by

T/code > Smartforms> Test> Execute> If you want you can enter the i/P fields.

Hope this may help you.

Lanka

7 REPLIES 7
Read only

Former Member
0 Likes
1,252

HI Arshad

every form must have a driver program. it is just like a fucntional module. you have to call it in your program and pass the necessary parameters to show the form.

regards

kishore

Read only

FredericGirod
Active Contributor
0 Likes
1,252

Hi,

you need a program, just to make the link between the name of the smartforms and the name of the function

Rgd

Frédéric

Read only

Former Member
0 Likes
1,252

Hi Arshad,

It is not possible to execute a smart form as the driver program is the one which gives the data and directions for the smart forms.

Regards,

Vishwakarma.

Read only

Former Member
0 Likes
1,253

Hi Arshad,

You can execute function module created by smartform. This is nothing but doing a test print.

You can doit by

T/code > Smartforms> Test> Execute> If you want you can enter the i/P fields.

Hope this may help you.

Lanka

Read only

Former Member
0 Likes
1,252

Hi,

you can execute the smartform there itself by pressing F8. if u have any input values for the smartforms it will ask for it which u will have to enter. it will be as if taking a print priview.

Read only

Former Member
0 Likes
1,252

Hi,

Smartforms do need driver programs. Even you write your query inside the smartforms to retirve the data, you have to call FM to run the smartform. Generally smartforms are linked with other transaction (may be standard transactions ex using SPRO to link with SD). Now the smartforms are started without dirver or FM Call.

regards

austin

Read only

Former Member
0 Likes
1,252

Hi ,

yes it is possible to execute the smartform withoout driver program.

to do so, just activate the program and test(pressing F8) it .

now in the smart form tself you can include any internal table, initialize it in the global definition.

you can also include a program logic wherever you want . just right click on a window or text or anything in the navigation area, and you can get it.

thanks and regards,

Kunal.