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: 

default value??????????

Former Member
0 Kudos

hi

i created a selection screen with parameter

selection screen begin of block xxx with frame.

parameters p_date type dats.

selection screen end of block xxx.

i want this parameter to have default value, how do i do that?

ami

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Try this

selection screen begin of block xxx with frame.

parameters p_date type dats DEFAULT sy-datum.

selection screen end of block xxx.

3 REPLIES 3

Former Member
0 Kudos

Hi Ami,

Try this:

parameters: p_date type dats default sy-datum.

Hope this will help.

Regards,

Nitin.

Former Member
0 Kudos

Hi,

Try this

selection screen begin of block xxx with frame.

parameters p_date type dats DEFAULT sy-datum.

selection screen end of block xxx.

JanStallkamp
Employee
Employee
0 Kudos

Please don't use multiple question marks in the subject.