‎2008 May 08 2:46 PM
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.
‎2008 May 08 2:54 PM
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
‎2008 May 08 2:55 PM
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...!
‎2008 May 08 2:57 PM
either default the values to the parameters ..
or in Initialization event give values to parameters..