2008 Jul 30 12:09 PM
hi...
my requirement would be merging two seperate sap forms in to a single smart form,will it be possible.
thanx
hi...
my requirement would be merging two seperate sap forms in to a single smart form,will it be possible.
thanx
2008 Jul 30 12:14 PM
It is possible. If you can pass the data to smartform interface or uisng the Program lines populate the data in smartform and display.
Before merging them design the layout and pages which page should come first etc.. and then proceed.
2008 Jul 30 12:16 PM
2008 Jul 30 12:18 PM
Prashant,
use START_FORM and give form name which need to be merge
above function module shoud be followed by END_FORM .
Amit.
2008 Jul 30 1:54 PM
Hi,
If u want to merge two scripts then you can call other script with a different layout using start_form and end_form.
But for smartforms a different process is followed.
Refer the below link.