‎2007 Jul 24 10:16 PM
a smartform is already built, i need to modify that already built
smart form, so that manipulations can done on teh data being
put in the main window. now my problem is , how do i get the
internal table, whose data is being displayed on the smartform.
i opened the program which is calling the the functionmodule
ssf_func_name to get the actual function module created
when smartform is created.
there are many more function modules in this main program,
is there a hard rule that a smart form is called by a specific
function module, passing the internal table.
In the main window of the smartform there is just a select stmt.
can some one tell me how to proceed.
thank you.
‎2007 Jul 24 10:50 PM
HI,
Go to Smartform and open the smart form .. there you wil have Form interface under Global Settings.. Delcare a internal table of some structure..
activate it..
now the function module that is generated will have new parameter.. Go to environment and get the funcation module name..
go back to the program and comment the earlier call to this smart .. and click on pattern give the funcation module name and now your smartform function module structure is imported.. and pass the parameters as required
thanks,
mahesh