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

Pls answer this question

Former Member
0 Likes
467

Hi friends,

pls answer the question that

just i will explin the situation.

in the output screen we will give input to the parameters. but actually the requirement is while getting the output the values should be displayed automatically. means no need to give values. How to do this pls explain the scenario. Thanks in advance.

3 REPLIES 3
Read only

Former Member
0 Likes
405

Hello,

One way to provide default values in PARAMETERS or SELECT-OPTIONS is to use the DEFAULT option.

You can hard-code a defualt value if that is appropriate or you can use a variable as a default. The variable could be assigned a value at the INITIALIZATION event by doing a database lookup.

Regards

Greg Kern

Read only

Sm1tje
Active Contributor
0 Likes
405

for parameters and select options on a selection screen, you can use the default addition or create some variants for selection screen.

Using a variant involves no coding at all...!

Read only

Former Member
0 Likes
405

either default the values to the parameters ..

or in Initialization event give values to parameters..