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

Passing SELECT-OPTIONS to smart forms

Former Member
0 Likes
711

hi ,

how can we pass select options from a program to a smart form.

Regards

Arun

1 ACCEPTED SOLUTION
Read only

jayanthi_jayaraman
Active Contributor
0 Likes
426

Hi,

Just try to append the valid values in select options to internal table from report.

Then pass that internal table(ofcourse, you need to create user-defined struture if needed in SE11) from report to smart forms.

Rgds,

J.Jayanthi

2 REPLIES 2
Read only

jayanthi_jayaraman
Active Contributor
0 Likes
427

Hi,

Just try to append the valid values in select options to internal table from report.

Then pass that internal table(ofcourse, you need to create user-defined struture if needed in SE11) from report to smart forms.

Rgds,

J.Jayanthi

Read only

0 Likes
426

u must define import parameter in form interface in smartforms and when u call this smart forms in the program u pass the value with the same type.

i hope u find it help u