Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

internal table

Former Member
0 Likes
232

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.

1 REPLY 1
Read only

Former Member
0 Likes
206

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