cancel
Showing results for 
Search instead for 
Did you mean: 

Passing structure to smart forms

Former Member
0 Kudos

Hi experts,

Can we pass more than one structure to smart form . If it is possible pls let me know the procedure...

Thanks.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

you can pass any number of structure in smartform defined as importing parameter in function module.

But you have to define that struture of similar type in se11.

then write in form interface like:;

itab1 like ziitab1.

where zitab1 structure which is similar type to itab1 defined using se11.

Former Member
0 Kudos

Hi,

Yes you can pass More than one structure for a Smartform.

In the <b>Form interface</b> Declare the Structures in the IMPORT parameters, here you can give as many structures as you want,

Regards

Sudheer

former_member673464
Active Contributor
0 Kudos

hi..

You can pass more than one structure to smartform.you can declare as many as possible structures to the smartform.Declare form interface the number of structures that you want to pass. Just pass them in function module created from the function module.

regards,

veeresh