Application Development 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: 

Passing SELECT-OPTIONS to smart forms

Former Member
0 Kudos

hi ,

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

Regards

Arun

1 ACCEPTED SOLUTION

jayanthi_jayaraman
Active Contributor
0 Kudos

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

jayanthi_jayaraman
Active Contributor
0 Kudos

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

0 Kudos

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