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

how to import structure in smartforms?

Former Member
0 Likes
687

hii

i want to export structure to the smartforms which has multiple records .

how to import struture from executable program to the smartforms and how to export this structure in smartforms ?

hii

i want to export structure to the smartforms which has multiple records .

how to import struture from executable program to the smartforms and how to export this structure in smartforms ?

2 REPLIES 2
Read only

Former Member
0 Likes
502

hi,

while designing pass the structure in importing parameter of the smartform.

and when you call the function module of your smartform in the program then pass the structure in the exporting parameter.

Read only

praveen_hannu
Contributor
0 Likes
502

Hi

Use the Tables tab in the form interface node. There you can provide the table details and you can pass the multiple records to this paramenter.

While calling the smartform function module, there you can assign the table in the calling program.