‎2007 Nov 08 7:19 AM
‎2007 Nov 12 12:45 PM
You have to create a driving program, read the data from the database, and call the function module(generated during the activation of the smartform), send the data to smartform in this FM.
‎2007 Nov 12 12:52 PM
Hi,
Refer to the following link:
http://sap-img.com/smartforms/smartform-tutorial.htm
Hope this helps.
Reward if helpful.
Regards,
Sipra
‎2007 Nov 12 12:55 PM
hi
good
first of all if the data is coming from differnet tables
then create a structure in the se11 transaction
and in your driver prog fill that internal table accordingly...
and then in the form interface -- tables tab
you have to declare that internal table
itab like zstructure
and put in main window
in that data
give loop here one check box will be ther and tick it
and then
itab into itab
and create the template and divde the template that many parts
as you have the fields
and create that many text elements and display the data..
if it is with in the smartform and you dont have the driver prog
then
declare the structure in the types tab which is availabe in
global declarations
and you can write the program lines there and get the data..
thanks
mrutyun^