‎2006 Oct 05 7:45 AM
Hi All,
Already two fields are there in smartform.I want to add another 4 fields on that.I've designed header.For main i've to fetch data for new 4 fields.
Pls help in fetchig data for main & pls pass the code & procidure as I'm very new to Smartforms.
Thanks..
Singha
‎2006 Oct 05 10:39 AM
Hi,
You may add a Program lines in the main window by right clicking on it and write your code to fetch the data for the rest of the fields.
For more ref please see this link.
<a href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVSCRSF/BCSRVSCRSF.pdf">http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVSCRSF/BCSRVSCRSF.pdf</a>
Hope this will help you.
Regards,
Amit
‎2006 Oct 05 10:48 AM
hi,
In the program from where you call the smartform Function module, you have to write extra code to fetch the four fields.
Add the new fields to the internal table first and then pass the data to Smartform.
In the smartform, in Form Interfac--> Tables tab, you need to define the internal table which you pass from program.
Hope this helps