2006 Feb 20 1:17 PM
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?
2006 Feb 20 2:22 PM
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
2006 Feb 20 1:26 PM
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
2006 Feb 20 1:26 PM
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
2006 Feb 20 1:51 PM
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.
2006 Feb 20 2:22 PM
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
2006 Feb 21 4:26 AM
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.
2006 Feb 21 5:35 AM
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
2006 Feb 21 11:17 AM
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.