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

Problem when saving variant without the default values of parameters

Former Member
0 Likes
900

Hi experts,

In my report selection screen I have set default values for 2 parameters.

When I am creating a variant with values other than the default values.

It is picking the default values not the new value.

Please help me.

Regards

Dillip

Hi experts,

In my report selection screen I have set default values for 2 parameters.

When I am creating a variant with values other than the default values.

It is picking the default values not the new value.

Please help me.

Regards

Dillip

3 REPLIES 3
Read only

Former Member
0 Likes
714

hi

when you give parameters value as default then that values will only come

if you want to set parameters value by default then go for initialization event

what ever the values you define under this event will display by default in selection screen and you can change as per ur requirement

reward if useful

regards

naresh

Read only

0 Likes
714

hi

you can define like this

parameters : matnr like mara-matnr.

initialization .

matnr = '1000'.

this value by default exist in selection screen matnr feild

reward if useful

Read only

Former Member
0 Likes
714

HI dillip,

1. How have u given the default values.

2. If u have given them while declaring the paramters,

or initialization, then it should work. (I just tried the same)

3. do not give any values in any other event like

at selection screen

at selection screen output

etc.

regards,

amit m.